Home
last modified time | relevance | path

Searched defs:Tell (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
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
Dstream.h126 size_t Tell() { return is_.Tell(); } in Tell() function
161 size_t Tell() const { return static_cast<size_t>(src_ - head_); } in Tell() function
Dfilewritestream.h77 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
Dmemorystream.h47 size_t Tell() const { return static_cast<size_t>(src_ - begin_); } in Tell() function
Dpointer.h1129 size_t Tell() const { return static_cast<size_t>(src_ - head_); } in Tell() function
Dreader.h1422 size_t Tell() { return is.Tell(); } in Tell() function