Home
last modified time | relevance | path

Searched defs:is_destroyed (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/serialization/
Dsingleton.hpp153 static bool is_destroyed(){ in is_destroyed() function in boost::serialization::detail::singleton_wrapper
198 BOOST_DLLEXPORT static bool is_destroyed(){ in is_destroyed() function in boost::serialization::singleton
/third_party/node/src/
Dnode_http2.h328 bool is_destroyed() const { in is_destroyed() function
616 bool is_destroyed() { in is_destroyed() function
/third_party/googletest/googletest/test/
Dgtest_unittest.cc6844 TestListener(int* on_start_counter, bool* is_destroyed) in TestListener()
6902 bool is_destroyed = false; in TEST() local
6997 bool is_destroyed = false; in TEST() local
7044 bool is_destroyed = false; in TEST() local
7075 bool is_destroyed = false; in TEST() local
7103 bool is_destroyed = false; in TEST() local
7134 bool is_destroyed = false; in TEST() local
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h389 unsigned char is_destroyed:1; member