Searched defs:is_connected (Results 1 – 8 of 8) sorted by relevance
162 bool is_connected(HloInstruction* instr1, HloInstruction* instr2) { in is_connected() function
276 bool is_connected() const { return state_ == State::kConnected; } in is_connected() function
37 def is_connected(self): member in PDDevice174 def is_connected(self): member in PDConsoleDevice
586 bool is_connected() { return connection_ != nullptr; } in is_connected() function
79 bool PeerConnectionClient::is_connected() const { in is_connected() function in PeerConnectionClient
61 int is_connected; member
363 is_connected = lambda: hasattr(self, "file") function
255 def is_connected(): function