Home
last modified time | relevance | path

Searched defs:Put (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm-project/flang/lib/Parser/
Dtoken-sequence.cpp95 void TokenSequence::Put(const TokenSequence &that) { in Put() function in Fortran::parser::TokenSequence
108 void TokenSequence::Put(const TokenSequence &that, ProvenanceRange range) { in Put() function in Fortran::parser::TokenSequence
119 void TokenSequence::Put( in Put() function in Fortran::parser::TokenSequence
137 void TokenSequence::Put( in Put() function in Fortran::parser::TokenSequence
145 void TokenSequence::Put(const CharBlock &t, Provenance provenance) { in Put() function in Fortran::parser::TokenSequence
149 void TokenSequence::Put(const std::string &s, Provenance provenance) { in Put() function in Fortran::parser::TokenSequence
153 void TokenSequence::Put(llvm::raw_string_ostream &ss, Provenance provenance) { in Put() function in Fortran::parser::TokenSequence
Dchar-buffer.cpp37 std::size_t CharBuffer::Put(const char *data, std::size_t n) { in Put() function in Fortran::parser::CharBuffer
48 std::size_t CharBuffer::Put(const std::string &str) { in Put() function in Fortran::parser::CharBuffer
Dprovenance.cpp20 void ProvenanceRangeToOffsetMappings::Put( in Put() function in Fortran::parser::ProvenanceRangeToOffsetMappings
76 void OffsetToProvenanceMappings::Put(ProvenanceRange range) { in Put() function in Fortran::parser::OffsetToProvenanceMappings
87 void OffsetToProvenanceMappings::Put(const OffsetToProvenanceMappings &that) { in Put() function in Fortran::parser::OffsetToProvenanceMappings
/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/
DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) in Put() method in DotZLib.CircularBuffer
51 public bool Put(byte b) in Put() method in DotZLib.CircularBuffer
/external/tensorflow/tensorflow/core/data/service/
Ddataset_store.cc36 Status FileSystemDatasetStore::Put(const std::string& key, in Put() function in tensorflow::data::FileSystemDatasetStore
59 Status MemoryDatasetStore::Put(const std::string& key, in Put() function in tensorflow::data::MemoryDatasetStore
/external/llvm-project/flang/include/flang/Parser/
Dprovenance.h229 std::size_t Put(const char *data, std::size_t bytes) { in Put() function
232 std::size_t Put(const std::string &s) { return buffer_.Put(s); } in Put() function
233 std::size_t Put(char ch) { return buffer_.Put(&ch, 1); } in Put() function
234 std::size_t Put(char ch, Provenance p) { in Put() function
Dchar-buffer.h55 std::size_t Put(char x) { return Put(&x, 1); } in Put() function
/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc60 void ByteArray::Put(int32_t index, uint8_t b) { in Put() function in sfntly::ByteArray
73 int32_t ByteArray::Put(int index, std::vector<uint8_t>* b) { in Put() function in sfntly::ByteArray
78 int32_t ByteArray::Put(int32_t index, in Put() function in sfntly::ByteArray
/external/volley/src/test/java/com/android/volley/mock/
DTestRequest.java107 public static class Put extends Base { class in TestRequest
108 public Put() { in Put() method in TestRequest.Put
/external/tensorflow/tensorflow/go/genop/internal/
Dapi_def_map.go87 func (m *apiDefMap) Put(data string) error { func
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DDoubleKeyMap.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) { in Put() method in Antlr.Runtime.Debug.Misc.DoubleKeyMap
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
DDoubleKeyMap`3.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) in Put() method in Antlr.Runtime.Debug.Misc.DoubleKeyMap
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/
Dmpmcqueue.cc102 void InfLenFIFOQueue::Put(void* elem) { in Put() function in grpc_core::InfLenFIFOQueue
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h154 Status Put(const Key& key, const T& value) { in Put() function
160 Status Put(const Key& key, const T& value) { in Put() function
/external/icing/icing/store/
Dkey-mapper.h240 libtextclassifier3::Status KeyMapper<T>::Put(std::string_view key, T value) { in Put() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h98 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put() function
Dsanitizer_quarantine.h60 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { in Put() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h100 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put() function
/external/libchrome/base/containers/
Dmru_cache.h95 iterator Put(const KeyType& key, Payload&& payload) { in Put() function
/external/angle/src/common/third_party/base/anglebase/containers/
Dmru_cache.h94 iterator Put(const KeyType &key, Payload &&payload) in Put() function
/external/grpc-grpc/src/core/tsi/ssl/session_cache/
Dssl_session_cache.cc120 void SslSessionLRUCache::Put(const char* key, SslSessionPtr session) { in Put() function in tsi::SslSessionLRUCache
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/ssl/session_cache/
Dssl_session_cache.cc122 void SslSessionLRUCache::Put(const char* key, SslSessionPtr session) { in Put() function in tsi::SslSessionLRUCache
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs317 Put(x); in Put() method
338 Put(x); in Put() method
/external/dng_sdk/source/
Ddng_image_writer.cpp241 void tag_string::Put (dng_stream &stream) const in Put() function in tag_string
279 void tag_encoded_text::Put (dng_stream &stream) const in Put() function in tag_encoded_text
313 void tag_data_ptr::Put (dng_stream &stream) const in Put() function in tag_data_ptr
460 void tag_cfa_pattern::Put (dng_stream &stream) const in Put() function in tag_cfa_pattern
517 void tag_iptc::Put (dng_stream &stream) const in Put() function in tag_iptc
637 void dng_tiff_directory::Put (dng_stream &stream, in Put() function in dng_tiff_directory
2602 void tiff_dng_extended_color_profile::Put (dng_stream &stream, in Put() function in tiff_dng_extended_color_profile
/external/llvm-project/lldb/source/Target/
DModuleCache.cpp190 Status ModuleCache::Put(const FileSpec &root_dir_spec, const char *hostname, in Put() function in ModuleCache

12