Home
last modified time | relevance | path

Searched refs:closing_ (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dargs.cc26 : closing_(), valid_closing_() { in ClosingSymbolLookup()
34 closing_[opening] = closing; in ClosingSymbolLookup()
46 return closing_[static_cast<unsigned char>(opening)]; in GetClosingChar()
57 char closing_[256]; member in toco::__anonb02de7be0111::ClosingSymbolLookup
/external/llvm-project/flang/runtime/
Dunit-map.cpp25 closing_.swap(p->next); in LookUpForClose()
37 for (p = closing_.get(); p; previous = p, p = p->next.get()) { in DestroyClosed()
42 closing_.swap(p->next); in DestroyClosed()
Dunit-map.h88 OwningPtr<Chain> closing_{nullptr}; // units during CLOSE statement
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc42 : Cluster(timeout_s), expected_init_time_s_(0), closing_(false) { in SingleMachine()
253 CHECK(!closing_); in RunWithTimeout()
281 if (!closing_) { in CloseSession()
282 closing_ = true; in CloseSession()
304 closing_ = false; in CloseSession()
Dsingle_machine.h83 bool closing_ TF_GUARDED_BY(close_mu_);
/external/webrtc/rtc_base/
Dwin32_socket_server.cc212 closing_(false), in Win32Socket()
427 if (closing_ && received <= static_cast<int>(length)) in Recv()
447 if (closing_ && received <= static_cast<int>(length)) in RecvFrom()
484 closing_ = false; in Close()
531 closing_ = true; in HandleClosed()
538 closing_ = false; in PostClosed()
Dwin32_socket_server.h79 bool closing_; variable