Searched defs:Tell (Results 1 – 6 of 6) sorted by relevance
79 size_t Tell() const { return is_.Tell(); } in Tell() function116 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function158 size_t Tell() const { return is_->Tell(); } in Tell() function266 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
126 size_t Tell() { return is_.Tell(); } in Tell() function161 size_t Tell() const { return static_cast<size_t>(src_ - head_); } in Tell() function
77 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
47 size_t Tell() const { return static_cast<size_t>(src_ - begin_); } in Tell() function
1129 size_t Tell() const { return static_cast<size_t>(src_ - head_); } in Tell() function
1422 size_t Tell() { return is.Tell(); } in Tell() function