Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
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
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
Dfilereadstream.h48 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function
Dstringbuffer.h50 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put() function
Dfilewritestream.h35 void Put(char c) { in Put() function
Dmemorystream.h44 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function
Dmemorybuffer.h42 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put() function
Dreader.h618 RAPIDJSON_FORCEINLINE void Put(Ch c) { in Put() function
Dpointer.h991 void Put(char c) { // UTF-8 must be byte in Put() function
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dstringbuffertest.cpp27 TEST(StringBuffer, Put) { in TEST() argument
Dprettywritertest.cpp111 void Put(Ch c) { os_.put(c); } in Put() function in OStreamWrapper
Dwritertest.cpp154 void Put(Ch c) { os_.put(c); } in Put() function in OStreamWrapper
Ddocumenttest.cpp245 void Put(char c) { in Put() function
Dreadertest.cpp982 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function in CustomStringStream
1038 void Put(Ch) { assert(false); } in Put() function in IStreamWrapper
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Drapidjsontest.cpp254 void Put(char) { /*++length_;*/ } in Put() function