Home
last modified time | relevance | path

Searched defs:Peek (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dencodedstream.h77 Ch Peek() const { return is_.Peek(); } in Peek() function
114 Ch Peek() const { RAPIDJSON_ASSERT(false); return 0;} in Peek() function
156 Ch Peek() const { return current_; } in Peek() function
264 Ch Peek() const { RAPIDJSON_ASSERT(false); return 0;} in Peek() function
H A Dfilewritestream.h75 char Peek() const { RAPIDJSON_ASSERT(false); return 0; } in Peek() function
H A Dmemorystream.h45 Ch Peek() const { return RAPIDJSON_UNLIKELY(src_ == end_) ? '\0' : *src_; } in Peek() function
H A Dstream.h115 Ch Peek() const { return *src_; } in Peek() function
H A Dreader.h1080 RAPIDJSON_FORCEINLINE Ch Peek() const { return is.Peek(); } in Peek() function