Home
last modified time | relevance | path

Searched defs:Tell (Results 1 – 6 of 6) 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.h79 size_t Tell() const { return is_.Tell(); } in Tell() function
116 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
158 size_t Tell() const { return is_->Tell(); } in Tell() function
266 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
H A Dfilewritestream.h77 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
H A Dmemorystream.h47 size_t Tell() const { return static_cast<size_t>(src_ - begin_); } in Tell() function
H A Dstream.h117 size_t Tell() const { return static_cast<size_t>(src_ - head_); } in Tell() function
H A Dreader.h1085 size_t Tell() { return is.Tell(); } in Tell() function
H A Dpointer.h1013 size_t Tell() const { return static_cast<size_t>(src_ - head_); } in Tell() function