Searched defs:Tell (Results 1 – 9 of 9) sorted by relevance
44 size_t Tell() const { return is_.Tell(); } in Tell() function82 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function124 size_t Tell() const { return is_->Tell(); } in Tell() function232 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
45 size_t Tell() const { return count_ + static_cast<size_t>(current_ - buffer_); } in Tell() function
72 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
41 size_t Tell() const { return static_cast<size_t>(src_ - begin_); } in Tell() function
738 size_t Tell() { return is.Tell(); } in Tell() function
976 size_t Tell() const { return src_ - head_; } in Tell() function
108 size_t Tell() const { return 0; } in Tell() function in OStreamWrapper
151 size_t Tell() const { return 0; } in Tell() function in OStreamWrapper
979 size_t Tell() const { return static_cast<size_t>(src_ - head_); } in Tell() function in CustomStringStream1035 size_t Tell() const { return (size_t)is_.tellg(); } in Tell() function in IStreamWrapper