Searched refs:PutEnd (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dmemorystream.h46 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } function in struct:MemoryStream
H A Dencodedstream.h50 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } function in class:EncodedInputStream
84 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } function in class:EncodedOutputStream
130 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } function in class:AutoUTFInputStream
234 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } function in class:AutoUTFOutputStream
H A Dfilereadstream.h51 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } function in class:FileReadStream
H A Dfilewritestream.h74 size_t PutEnd(char*) { RAPIDJSON_ASSERT(false); return 0; } function in class:FileWriteStream
H A Drapidjson.h505 For read-only stream, no need to implement PutBegin(), Put(), Flush() and PutEnd().
536 size_t PutEnd(Ch* begin);
583 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } function in struct:GenericStringStream
619 size_t PutEnd(Ch* begin) { return static_cast<size_t>(dst_ - begin); } function in struct:GenericInsituStringStream
H A Dreader.h646 size_t length = s.PutEnd(head) - 1;
H A Dpointer.h817 size_t len = os.PutEnd(begin);
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dprettywritertest.cpp113 size_t PutEnd(Ch*) { assert(false); return 0; } function in class:OStreamWrapper
H A Dwritertest.cpp156 size_t PutEnd(Ch*) { assert(false); return 0; } function in class:OStreamWrapper
H A Dreadertest.cpp984 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } function in class:CustomStringStream
1040 size_t PutEnd(Ch*) { assert(false); return 0; } function in class:IStreamWrapper
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
H A Dmisctest.cpp786 ss.PutEnd(begin);
820 length += ss.PutEnd(begin);
853 ss.PutEnd(begin);
887 length += ss.PutEnd(begin);

Completed in 135 milliseconds