Searched defs:Peek (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dmemorystream.h39 Ch Peek() const { return (src_ == end_) ? '\0' : *src_; } function in struct:MemoryStream
H A Dfilereadstream.h43 Ch Peek() const { return *current_; } function in class:FileReadStream
H A Dfilewritestream.h70 char Peek() const { RAPIDJSON_ASSERT(false); return 0; } function in class:FileWriteStream
H A Dencodedstream.h42 Ch Peek() const { return current_; } function in class:EncodedInputStream
80 Ch Peek() const { RAPIDJSON_ASSERT(false); } function in class:EncodedOutputStream
122 Ch Peek() const { return current_; } function in class:AutoUTFInputStream
230 Ch Peek() const { RAPIDJSON_ASSERT(false); } function in class:AutoUTFOutputStream
H A Drapidjson.h514 Ch Peek() const;
576 Ch Peek() const { return *src_; } function in struct:GenericStringStream
611 Ch Peek() { return *src_; } function in struct:GenericInsituStringStream
H A Dreader.h251 while (s.Peek() == ' ' || s.Peek() == '\n' || s.Peek() == '\r' || s.Peek() == '\t')
403 if (is.Peek() == '\0') {
414 if (is.Peek() != '\0') {
468 RAPIDJSON_ASSERT(is.Peek() == '{');
476 if (is.Peek() == '}') {
484 if (is.Peek() != '"')
518 RAPIDJSON_ASSERT(is.Peek()
735 RAPIDJSON_FORCEINLINE Ch Peek() const { return is.Peek(); } function in class:GenericReader::NumberStream
[all...]
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dprettywritertest.cpp106 Ch Peek() const { assert(false); return '\0'; } function in class:OStreamWrapper
H A Dwritertest.cpp149 Ch Peek() const { assert(false); return '\0'; } function in class:OStreamWrapper
H A Dreadertest.cpp947 // This tests that MemoryStream is checking the length in Peek().
977 Ch Peek() const { return *src_; } function in class:CustomStringStream
1025 Ch Peek() const { function in class:IStreamWrapper

Completed in 122 milliseconds