OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_unary_operator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/test/
trace_event_analyzer.cc
264
DCHECK(left_.get() && (right_.get() ||
is_unary_operator
()));
366
DCHECK(left_.get() && (right_.get() ||
is_unary_operator
()));
371
if (!
is_unary_operator
() && !right().GetAsDouble(event, &rhs))
trace_event_analyzer.h
521
bool
is_unary_operator
() const {
function in class:trace_analyzer::Query
Completed in 29 milliseconds