Home
last modified time | relevance | path

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

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dencodedstream.h47 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function
76 void Put(Ch c) { Encoding::Put(os_, c); } in Put() function
127 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function
226 void Put(Ch c) { putFunc_(*os_, c); } in Put() function
H A Dencodings.h222 static void Put(OutputByteStream& os, Ch c) { in Put() function
321 static void Put(OutputByteStream& os, CharType c) { in Put() function
353 static void Put(OutputByteStream& os, CharType c) { in Put() function
429 static void Put(OutputByteStream& os, CharType c) { in Put() function
465 static void Put(OutputByteStream& os, CharType c) { in Put() function
528 static void Put(OutputByteStream& os, Ch c) { in Put() function
H A Dstringbuffer.h50 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put() function
H A Dfilereadstream.h48 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function
H A Dfilewritestream.h35 void Put(char c) { in Put() function
H A Dmemorybuffer.h42 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put() function
H A Dmemorystream.h44 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function
H A Dreader.h618 RAPIDJSON_FORCEINLINE void Put(Ch c) { in Put() function
H A Dpointer.h991 void Put(char c) { // UTF-8 must be byte in Put() function
/aosp12/art/libartbase/base/
H A Dsafe_map.h98 iterator Put(const K& k, const V& v) { in Put() function
103 iterator Put(const K& k, V&& v) { in Put() function
/aosp12/system/bt/common/
H A Dlru.h126 std::optional<Node> Put(const K& key, V value) { in Put() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dstringbuffertest.cpp27 TEST(StringBuffer, Put) { in TEST() argument
H A Dprettywritertest.cpp111 void Put(Ch c) { os_.put(c); } in Put() function in OStreamWrapper
H A Dwritertest.cpp154 void Put(Ch c) { os_.put(c); } in Put() function in OStreamWrapper
H A Ddocumenttest.cpp245 void Put(char c) { in Put() function
H A Dreadertest.cpp982 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function in CustomStringStream
1038 void Put(Ch) { assert(false); } in Put() function in IStreamWrapper
/aosp12/art/runtime/gc/
H A Dallocation_record.h229 void Put(mirror::Object* obj, AllocRecord&& record) in Put() function
/aosp12/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
H A Dbroadcast_ring.h260 void Put(const Record& record) { in Put() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
H A Drapidjsontest.cpp254 void Put(char) { /*++length_;*/ } in Put() function
/aosp12/art/runtime/jni/
H A Djava_vm_ext.cc267 void Put(const std::string& path, SharedLibrary* library) in Put() function in art::Libraries
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc1931 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put() function in art::jit::ZygoteMap
/aosp12/art/dex2oat/
H A Ddex2oat.cc500 iterator Put(const std::string& k, bool v) { in Put() function in art::OatKeyValueStore