Searched defs:DoTell (Results 1 – 6 of 6) sorted by relevance
/external/pigweed/pw_stream/ | ||
D | std_file_stream.cc | 61 size_t StdFileReader::DoTell() { in DoTell() function in pw::stream::StdFileReader |
/external/pigweed/pw_stream/public/pw_stream/ | ||
D | memory_stream.h | 83 size_t DoTell() final { return position_; } in DoTell() function |
D | interval_reader.h | 84 size_t DoTell() final { return current_ - start_; } in DoTell() function |
D | stream.h | 254 virtual size_t DoTell() { return kUnknownPosition; } in DoTell() function |
/external/pigweed/pw_kvs/public/pw_kvs/ | ||
D | flash_memory.h | 157 size_t DoTell() override { return position_; } in DoTell() function |
/external/pigweed/pw_blob_store/ | ||
D | blob_store.cc | 708 size_t BlobStore::BlobReader::DoTell() { in DoTell() function in pw::blob_store::BlobStore::BlobReader |