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