Searched defs:Peek (Results 1 – 5 of 5) sorted by relevance
77 Ch Peek() const { return is_.Peek(); } in Peek() function114 Ch Peek() const { RAPIDJSON_ASSERT(false); return 0;} in Peek() function156 Ch Peek() const { return current_; } in Peek() function264 Ch Peek() const { RAPIDJSON_ASSERT(false); return 0;} in Peek() function
124 Ch Peek() const { return is_.Peek(); } in Peek() function159 Ch Peek() const { return *src_; } in Peek() function
75 char Peek() const { RAPIDJSON_ASSERT(false); return 0; } in Peek() function
45 Ch Peek() const { return RAPIDJSON_UNLIKELY(src_ == end_) ? '\0' : *src_; } in Peek() function
1417 RAPIDJSON_FORCEINLINE Ch Peek() const { return is.Peek(); } in Peek() function