Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dencodedstream.h44 size_t Tell() const { return is_.Tell(); } in Tell() function
82 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
124 size_t Tell() const { return is_->Tell(); } in Tell() function
232 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
Dfilereadstream.h45 size_t Tell() const { return count_ + static_cast<size_t>(current_ - buffer_); } in Tell() function
Dfilewritestream.h72 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
Dmemorystream.h41 size_t Tell() const { return static_cast<size_t>(src_ - begin_); } in Tell() function
Dreader.h738 size_t Tell() { return is.Tell(); } in Tell() function
Dpointer.h976 size_t Tell() const { return src_ - head_; } in Tell() function
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dprettywritertest.cpp108 size_t Tell() const { return 0; } in Tell() function in OStreamWrapper
Dwritertest.cpp151 size_t Tell() const { return 0; } in Tell() function in OStreamWrapper
Dreadertest.cpp979 size_t Tell() const { return static_cast<size_t>(src_ - head_); } in Tell() function in CustomStringStream
1035 size_t Tell() const { return (size_t)is_.tellg(); } in Tell() function in IStreamWrapper