Searched defs:CanGetSize (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libbrillo/brillo/streams/ | ||
H A D | tls_stream.h | 43 bool CanGetSize() const override { return false; } in CanGetSize() function |
H A D | fake_stream.h | 87 bool CanGetSize() const override { return false; } in CanGetSize() function |
H A D | input_stream_set_test.cc | 83 TEST_F(InputStreamSetTest, CanGetSize) { in TEST_F() argument |
H A D | input_stream_set.cc | 78 bool InputStreamSet::CanGetSize() const { in CanGetSize() function in brillo::InputStreamSet |
H A D | memory_stream.cc | 93 bool MemoryStream::CanGetSize() const { return IsOpen(); } in CanGetSize() function in brillo::MemoryStream |
H A D | file_stream.cc | 359 bool FileStream::CanGetSize() const { in CanGetSize() function in brillo::FileStream |
H A D | file_stream_test.cc | 257 TEST_F(FileStreamTest, CanGetSize) { in TEST_F() argument |