Searched defs:DoTell (Results 1 – 7 of 7) sorted by relevance
61 size_t StdFileReader::DoTell() { in DoTell() function in pw::stream::StdFileReader109 size_t StdFileWriter::DoTell() { in DoTell() function in pw::stream::StdFileWriter
83 size_t DoTell() final { return position_; } in DoTell() function128 size_t DoTell() override { return position_; } in DoTell() function
84 size_t DoTell() final { return current_ - start_; } in DoTell() function
312 virtual size_t DoTell() { return kUnknownPosition; } in DoTell() function
154 size_t DoTell() override { return position_; } in DoTell() function191 size_t DoTell() override { return position_; } in DoTell() function
45 size_t DoTell() override { return multibuf_offset_; } in DoTell() function
818 size_t BlobStore::BlobReader::DoTell() { in DoTell() function in pw::blob_store::BlobStore::BlobReader