Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_stream/
H A 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
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/
H A Dmemory_stream.h83 size_t DoTell() final { return position_; } in DoTell() function
128 size_t DoTell() override { return position_; } in DoTell() function
H A Dinterval_reader.h84 size_t DoTell() final { return current_ - start_; } in DoTell() function
H A Dstream.h312 virtual size_t DoTell() { return kUnknownPosition; } in DoTell() function
/aosp_15_r20/external/pigweed/pw_kvs/public/pw_kvs/
H A Dflash_memory.h154 size_t DoTell() override { return position_; } in DoTell() function
191 size_t DoTell() override { return position_; } in DoTell() function
/aosp_15_r20/external/pigweed/pw_multibuf/public/pw_multibuf/
H A Dstream.h45 size_t DoTell() override { return multibuf_offset_; } in DoTell() function
/aosp_15_r20/external/pigweed/pw_blob_store/
H A Dblob_store.cc818 size_t BlobStore::BlobReader::DoTell() { in DoTell() function in pw::blob_store::BlobStore::BlobReader