Home
last modified time | relevance | path

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

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A 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
H A Dfilereadstream.h45 size_t Tell() const { return count_ + static_cast<size_t>(current_ - buffer_); } in Tell() function
H A Dfilewritestream.h72 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
H A Dmemorystream.h41 size_t Tell() const { return static_cast<size_t>(src_ - begin_); } in Tell() function
H A Dreader.h738 size_t Tell() { return is.Tell(); } in Tell() function
H A Dpointer.h976 size_t Tell() const { return src_ - head_; } in Tell() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dprettywritertest.cpp108 size_t Tell() const { return 0; } in Tell() function in OStreamWrapper
H A Dwritertest.cpp151 size_t Tell() const { return 0; } in Tell() function in OStreamWrapper
H A 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
/aosp12/art/dexlayout/
H A Ddex_writer.h81 size_t Tell() const { in Tell() function