OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroying_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
asyncinvoker.cc
18
AsyncInvoker::AsyncInvoker() :
destroying_
(false) {}
21
destroying_
= true;
40
if (
destroying_
) return;
61
if (
destroying_
) {
72
if (
destroying_
) {
asyncinvoker.h
141
bool
destroying_
;
member in class:rtc::AsyncInvoker
Completed in 306 milliseconds