OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:obj_as_bool
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/system_wrappers/source/
thread_unittest.cc
35
bool*
obj_as_bool
= static_cast<bool*>(obj);
local
36
*
obj_as_bool
= true;
/external/webrtc/src/system_wrappers/source/
thread_unittest.cc
78
bool*
obj_as_bool
= static_cast<bool*> (obj);
local
79
*
obj_as_bool
= true;
Completed in 188 milliseconds