Home
last modified time | relevance | path

Searched refs:destroyed_ (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32window_unittest.cc20 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); } in TestWindow()
22 bool destroyed() const { return destroyed_; } in destroyed()
33 destroyed_ = true; in OnNcDestroy()
38 bool destroyed_; member in TestWindow
/external/libmojo/mojo/public/cpp/bindings/lib/
Dsync_handle_watcher.cc21 destroyed_(new base::RefCountedData<bool>(false)) {} in SyncHandleWatcher()
28 destroyed_->data = true; in ~SyncHandleWatcher()
46 auto destroyed = destroyed_; in SyncWatch()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc487 destroyed_(destroyed), in StrongMathCalculatorImpl()
493 ~StrongMathCalculatorImpl() override { *destroyed_ = true; } in ~StrongMathCalculatorImpl()
511 bool* destroyed_; member in mojo::test::__anon269cf8270111::StrongMathCalculatorImpl
561 destroyed_(destroyed), in WeakMathCalculatorImpl()
567 ~WeakMathCalculatorImpl() override { *destroyed_ = true; } in ~WeakMathCalculatorImpl()
584 bool* destroyed_; member in mojo::test::__anon269cf8270111::WeakMathCalculatorImpl
/external/libmojo/mojo/public/cpp/bindings/
Dsync_handle_watcher.h65 scoped_refptr<base::RefCountedData<bool>> destroyed_; variable
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc72 destroyed_(false), callback_(NULL), nested_msg_(NULL), in MainWnd()
409 me->destroyed_ = true; in WndProc()
414 if (me->destroyed_ && prev_nested_msg == NULL) { in WndProc()
417 me->destroyed_ = false; in WndProc()
Dmain_wnd.h190 bool destroyed_; variable
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1187 destroyed_(NULL) {} in MockRpcChannel()
1190 if (destroyed_ != NULL) *destroyed_ = true; in ~MockRpcChannel()
1219 bool* destroyed_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1293 channel->destroyed_ = &destroyed; in TEST_F()
/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc379 destroyed_(false) { in PortTest()
746 destroyed_ = true; in OnDestroyed()
748 bool destroyed() const { return destroyed_; } in destroyed()
776 bool destroyed_; member in PortTest