OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroyed_
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/base/
win32window_unittest.cc
20
TestWindow() :
destroyed_
(false) { memset(&msg_, 0, sizeof(msg_)); }
22
bool destroyed() const { return
destroyed_
; }
33
destroyed_
= true;
38
bool
destroyed_
;
member in class:TestWindow
/external/libchrome/mojo/public/cpp/bindings/
sync_handle_watcher.h
66
scoped_refptr<base::RefCountedData<bool>>
destroyed_
;
member in class:mojo::SyncHandleWatcher
sync_event_watcher.h
64
scoped_refptr<base::RefCountedData<bool>>
destroyed_
;
member in class:mojo::SyncEventWatcher
/external/libchrome/mojo/public/cpp/bindings/lib/
sync_event_watcher.cc
19
destroyed_
(new base::RefCountedData<bool>(false)) {}
25
destroyed_
->data = true;
44
auto destroyed =
destroyed_
;
sync_handle_watcher.cc
21
destroyed_
(new base::RefCountedData<bool>(false)) {}
28
destroyed_
->data = true;
46
auto destroyed =
destroyed_
;
/external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h
190
bool
destroyed_
;
member in class:MainWnd
main_wnd.cc
72
destroyed_
(false), callback_(NULL), nested_msg_(NULL),
409
me->
destroyed_
= true;
414
if (me->
destroyed_
&& prev_nested_msg == NULL) {
417
me->
destroyed_
= false;
/external/libchrome/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc
499
StrongMathCalculatorImpl(bool* destroyed) :
destroyed_
(destroyed) {}
500
~StrongMathCalculatorImpl() override { *
destroyed_
= true; }
517
bool*
destroyed_
;
member in class:mojo::test::__anon27815::StrongMathCalculatorImpl
565
destroyed_
(destroyed),
571
~WeakMathCalculatorImpl() override { *
destroyed_
= true; }
588
bool*
destroyed_
;
member in class:mojo::test::__anon27815::WeakMathCalculatorImpl
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc
1219
bool*
destroyed_
;
member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
[
all
...]
/external/webrtc/webrtc/p2p/base/
port_unittest.cc
379
destroyed_
(false) {
746
destroyed_
= true;
748
bool destroyed() const { return
destroyed_
; }
776
bool
destroyed_
;
member in class:PortTest
[
all
...]
Completed in 1640 milliseconds