Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dwin32_window_unittest.cc20 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); } in TestWindow()
22 bool destroyed() const { return destroyed_; } in destroyed()
34 void OnNcDestroy() override { destroyed_ = true; } in OnNcDestroy()
38 bool destroyed_; member in TestWindow
/external/libchrome/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()
Dsync_event_watcher.cc19 destroyed_(new base::RefCountedData<bool>(false)) {} in SyncEventWatcher()
25 destroyed_->data = true; in ~SyncEventWatcher()
44 auto destroyed = destroyed_; in SyncWatch()
/external/libchrome/mojo/public/cpp/bindings/
Dsync_event_watcher.h64 scoped_refptr<base::RefCountedData<bool>> destroyed_; variable
Dsync_handle_watcher.h66 scoped_refptr<base::RefCountedData<bool>> destroyed_; variable
/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc499 StrongMathCalculatorImpl(bool* destroyed) : destroyed_(destroyed) {} in StrongMathCalculatorImpl()
500 ~StrongMathCalculatorImpl() override { *destroyed_ = true; } in ~StrongMathCalculatorImpl()
517 bool* destroyed_; member in mojo::test::__anoncb29e6d80111::StrongMathCalculatorImpl
565 destroyed_(destroyed), in WeakMathCalculatorImpl()
571 ~WeakMathCalculatorImpl() override { *destroyed_ = true; } in ~WeakMathCalculatorImpl()
588 bool* destroyed_; member in mojo::test::__anoncb29e6d80111::WeakMathCalculatorImpl
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc80 destroyed_(false), in MainWnd()
421 me->destroyed_ = true; in WndProc()
426 if (me->destroyed_ && prev_nested_msg == NULL) { in WndProc()
429 me->destroyed_ = false; in WndProc()
Dmain_wnd.h195 bool destroyed_; variable
/external/tensorflow/tensorflow/lite/
Dmodel_test.cc525 destroyed_(destroyed), in TEST()
533 ~TestDelegate() { *destroyed_ = true; } in TEST()
536 bool* destroyed_; in TEST() member in tflite::TEST::TestDelegate
/external/libchrome/base/task_scheduler/
Dscheduler_worker_unittest.cc386 void WaitForDelegateDestroy() { destroyed_.Wait(); } in WaitForDelegateDestroy()
413 WaitableEvent destroyed_; member in base::internal::__anonce7fc1310211::ControllableCleanupDelegate::Controls
426 ~ControllableCleanupDelegate() override { controls_->destroyed_.Signal(); } in ~ControllableCleanupDelegate()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1261 destroyed_(NULL) {}
1264 if (destroyed_ != NULL) *destroyed_ = true;
1293 bool* destroyed_;
1367 channel->destroyed_ = &destroyed;