Home
last modified time | relevance | path

Searched refs:CloseAll (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dinterface_ptr_set.h31 ~PtrSet() { CloseAll(); } in ~PtrSet()
51 void CloseAll() { in CloseAll() function
/external/webrtc/examples/peerconnection/server/
Dpeer_channel.h96 void CloseAll();
Dmain.cc154 clients.CloseAll(); in main()
Dpeer_channel.cc260 void PeerChannel::CloseAll() { in CloseAll() function in PeerChannel
/external/llvm-project/flang/runtime/
Dunit-map.h53 void CloseAll(IoErrorHandler &);
Dstop.cpp49 Fortran::runtime::io::ExternalFileUnit::CloseAll(handler); in CloseAllExternalUnits()
Dunit-map.cpp54 void UnitMap::CloseAll(IoErrorHandler &handler) { in CloseAll() function in Fortran::runtime::io::UnitMap
Dunit.h50 static void CloseAll(IoErrorHandler &);
Dunit.cpp216 void ExternalFileUnit::CloseAll(IoErrorHandler &handler) { in CloseAll() function in Fortran::runtime::io::ExternalFileUnit
219 unitMap->CloseAll(handler); in CloseAll()