Searched defs:CanGetSize (Results 1 - 3 of 3) sorted by relevance

/external/libbrillo/brillo/streams/
H A Dinput_stream_set.cc76 bool InputStreamSet::CanGetSize() const { function in class:brillo::InputStreamSet
79 if (!stream->CanGetSize()) {
H A Dmemory_stream.cc93 bool MemoryStream::CanGetSize() const { return IsOpen(); } function in class:brillo::MemoryStream
H A Dfile_stream.cc369 bool FileStream::CanGetSize() const { function in class:brillo::FileStream
392 if (!CanGetSize())

Completed in 91 milliseconds