Searched defs:IsOpen (Results 1 – 15 of 15) sorted by relevance
20 bool IsOpen() const { return infile_; } in IsOpen() function
50 bool CitadeldProxyClient::IsOpen() const { in IsOpen() function in nos::CitadeldProxyClient
76 int IsOpen(void) {return isOpen;} in IsOpen() function
53 bool NuggetClient::IsOpen() const { in IsOpen() function in nos::NuggetClient
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
201 TEST_F(FileStreamTest, IsOpen) { in TEST_F() argument
53 bool IsOpen() const { return !entries_stack_.is_empty(); } in IsOpen() function
168 bool CPVRTResourceFile::IsOpen() const in IsOpen() function in CPVRTResourceFile
109 bool IsOpen() const { return state_ == DataChannelInterface::kOpen; } in IsOpen() function
231 jboolean IsOpen(void) { in IsOpen() function
371 bool IsOpen; member