/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | Buffers.kt | 159 public fun put(value: Boolean) in findFirst() method 167 public fun put(value: ByteArray, start: Int, length: Int) in findFirst() method 172 public fun put(value: Byte) in findFirst() method 177 public fun put(value: UByte) in findFirst() method 182 public fun put(value: Short) in findFirst() method 187 public fun put(value: UShort) in findFirst() method 192 public fun put(value: Int) in findFirst() method 197 public fun put(value: UInt) in findFirst() method 203 public fun put(value: Long) in findFirst() method 209 public fun put(value: ULong) in findFirst() method [all …]
|
D | FlexBuffersBuilder.kt | 72 public fun put(value: Boolean): Unit = run { this[null] = value } in <lambda>() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 89 public fun put(value: Byte): Unit = set(null, value.toLong()) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 99 public fun put(value: Short): Unit = set(null, value.toLong()) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 109 public fun put(value: Int): Unit = set(null, value.toLong()) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 119 public fun put(value: Long): Unit = set(null, value) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 130 public fun put(value: UByte): Unit = set(null, value.toULong()) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 140 public fun put(value: UShort): Unit = set(null, value.toULong()) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 150 public fun put(value: UInt): Unit = set(null, value.toULong()) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 160 public fun put(value: ULong): Unit = set(null, value) in put() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder 171 public fun put(value: Float): Unit = run { this[null] = value } in <lambda>() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | hpeldsp_rnd_template.c | 31 av_unused static void DEF(put, pixels8_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in DEF() argument 63 av_unused static void DEF(put, pixels16_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_s… in DEF() argument 109 av_unused static void DEF(put, pixels8_y2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in DEF() argument
|
D | rnd_template.c | 33 av_unused STATIC void DEF(put, pixels8_xy2)(uint8_t *block, const uint8_t *pixels, in DEF() argument
|
/third_party/boost/libs/contract/example/features/ |
D | overload.cpp | 49 void lines::put(std::string const& x, boost::contract::virtual_* v) { in put() function in lines 58 void lines::put(char x, boost::contract::virtual_* v) { in put() function in lines 67 void lines::put(int x, bool tab, in put() function in lines 116 BOOST_CONTRACT_OVERRIDES(put) // Invoked only once for all `put` overloads. in BOOST_CONTRACT_OVERRIDES() argument 139 void put(char x, boost::contract::virtual_* v = 0) /* override */ { in put() function in string_lines 159 void put(int x, bool tab = false, in put() function in string_lines
|
/third_party/boost/boost/iostreams/ |
D | write.hpp | 43 bool put(T& t, typename char_type_of<T>::type c) in put() function 78 static bool put(T& t, typename char_type_of<T>::type c) in put() function 95 static bool put(T& t, typename char_type_of<T>::type c) in put() function 111 static bool put(T& t, typename char_type_of<T>::type c) in put() function
|
/third_party/boost/libs/iostreams/test/detail/ |
D | filters.hpp | 50 bool put(Sink& s, char c) in put() function 110 bool put(Sink& s, char c) in put() function 137 bool put(Sink&, char c) in put() function 160 bool put(Sink& s, char c) { return boost::iostreams::put(s, c); } in put() function
|
/third_party/boost/libs/iostreams/test/ |
D | filter_test.cpp | 52 bool put(Sink& s, char c) in put() function 70 bool put(Sink& s, char c) in put() function
|
/third_party/boost/boost/date_time/ |
D | date_facet.hpp | 167 OutItrT put(OutItrT next, in put() function in boost::date_time::date_facet 179 OutItrT put(OutItrT next, in put() function in boost::date_time::date_facet 202 OutItrT put(OutItrT next, in put() function in boost::date_time::date_facet 218 OutItrT put(OutItrT next, in put() function in boost::date_time::date_facet 231 OutItrT put(OutItrT next, in put() function in boost::date_time::date_facet 247 OutItrT put(OutItrT next, in put() function in boost::date_time::date_facet 255 OutItrT put(OutItrT next, in put() function in boost::date_time::date_facet 263 OutItrT put(OutItrT next, in put() function in boost::date_time::date_facet 271 OutItrT put(OutItrT next, in put() function in boost::date_time::date_facet 279 OutItrT put(OutItrT next, in put() function in boost::date_time::date_facet [all …]
|
/third_party/boost/boost/chrono/io/ |
D | time_point_put.hpp | 93 …iter_type put(iter_type i, std::ios_base& ios, char_type fill, time_point<Clock, Duration> const& … in put() function in boost::chrono::time_point_put 110 …iter_type put(time_point_units<CharT> const& units_facet, iter_type s, std::ios_base& ios, char_ty… in put() function in boost::chrono::time_point_put 163 …iter_type put(iter_type i, std::ios_base& ios, char_type fill, time_point<Clock, Duration> const& … in put() function in boost::chrono::time_point_put
|
/third_party/boost/libs/contract/example/mitchell02/ |
D | name_list.cpp | 66 virtual void put(std::string const& name, in put() function in name_list 106 void put(std::string const& name, in put() function in relaxed_name_list
|
/third_party/boost/boost/archive/ |
D | basic_text_oprimitive.hpp | 189 void put(typename OStream::char_type c){ in put() function in boost::archive::basic_text_oprimitive 197 void put(const char * s){ in put() function in boost::archive::basic_text_oprimitive
|
/third_party/boost/boost/graph/distributed/ |
D | one_bit_color_map.hpp | 60 put(one_bit_color_map<local_property_map<ProcessGroup,GlobalMap,StorageMap> > in put() function 105 put(one_bit_color_map< in put() function
|
D | two_bit_color_map.hpp | 60 put(two_bit_color_map<local_property_map<ProcessGroup,GlobalMap,StorageMap> > in put() function 105 put(two_bit_color_map< in put() function
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/ |
D | QRBitBuffer.js | 13 put : function(num, length) { method in QRBitBuffer
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/ |
D | cache.js | 9 Cache.prototype.put = function Cache_put(key, value) { method in Cache
|
/third_party/node/deps/npm/node_modules/cyclist/ |
D | index.js | 16 Cyclist.prototype.put = function(index, val) { method in Cyclist
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUCache.java | 25 public void put(K key, V value); in put() method
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUCache.java | 21 public void put(K key, V value); in put() method
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | IntHashtable.java | 28 public void put(int key, int value) { in put() method in IntHashtable
|
D | IntStringHashtable.java | 28 public void put(int key, String value) { in put() method in IntStringHashtable
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | IntStringHashtable.java | 25 public void put(int key, String value) { in put() method in IntStringHashtable
|
D | IntHashtable.java | 25 public void put(int key, int value) { in put() method in IntHashtable
|
D | LongHashtable.java | 24 public void put(long key, int value) { in put() method in LongHashtable
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | AsyncQueue.h | 46 void put(const T& item) in put() function
|