OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_bool
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
flags.cc
142
bool*
is_bool
) {
145
*
is_bool
= false;
154
*
is_bool
= true;
188
bool
is_bool
;
local
189
SplitArgument(arg, buffer, sizeof buffer, &name, &value, &
is_bool
);
215
*flag->bool_variable() = !
is_bool
;
230
(flag->type() != Flag::BOOL &&
is_bool
) ||
/external/libchrome/base/test/
trace_event_analyzer.cc
250
bool
is_bool
= GetAsDouble(event, &bool_value);
local
251
if (
is_bool
)
Completed in 225 milliseconds