Home
last modified time | relevance | path

Searched defs:DoTell (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_stream/
Dstd_file_stream.cc61 size_t StdFileReader::DoTell() { in DoTell() function in pw::stream::StdFileReader
109 size_t StdFileWriter::DoTell() { in DoTell() function in pw::stream::StdFileWriter
/external/pigweed/pw_stream/public/pw_stream/
Dmemory_stream.h83 size_t DoTell() final { return position_; } in DoTell() function
116 size_t DoTell() override { return position_; } in DoTell() function
Dinterval_reader.h84 size_t DoTell() final { return current_ - start_; } in DoTell() function
Dstream.h254 virtual size_t DoTell() { return kUnknownPosition; } in DoTell() function
/external/pigweed/pw_kvs/public/pw_kvs/
Dflash_memory.h157 size_t DoTell() override { return position_; } in DoTell() function
179 size_t DoTell() override { return position_; } in DoTell() function
/external/pigweed/pw_blob_store/
Dblob_store.cc708 size_t BlobStore::BlobReader::DoTell() { in DoTell() function in pw::blob_store::BlobStore::BlobReader