Searched defs:IsOpen (Results 1 – 10 of 10) sorted by relevance
76 int IsOpen(void) {return isOpen;} in IsOpen() function
83 bool IsOpen() const override { return is_open_; } in IsOpen() function
39 bool IsOpen() const override { return fd_ >= 0; } in IsOpen() function in brillo::FileDescriptor353 bool FileStream::IsOpen() const { in IsOpen() function in brillo::FileStream
72 bool InputStreamSet::IsOpen() const { in IsOpen() function in brillo::InputStreamSet
85 bool MemoryStream::IsOpen() const { return container_ != nullptr; } in IsOpen() function in brillo::MemoryStream
474 bool TlsStream::IsOpen() const { in IsOpen() function in brillo::TlsStream
192 TEST_F(FileStreamTest, IsOpen) { in TEST_F() argument
51 bool IsOpen() const { return !entries_stack_.is_empty(); } in IsOpen() function
109 bool IsOpen() const { return state_ == DataChannelInterface::kOpen; } in IsOpen() function
316 bool IsOpen; member