Home
last modified time | relevance | path

Searched refs:is_unary_operator (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/test/
Dtrace_event_analyzer.cc293 DCHECK(right_.get() || is_unary_operator()); in Evaluate()
392 DCHECK(right_.get() || is_unary_operator()); in EvaluateArithmeticOperator()
397 if (!is_unary_operator() && !right().GetAsDouble(event, &rhs)) in EvaluateArithmeticOperator()
Dtrace_event_analyzer.h618 bool is_unary_operator() const { in is_unary_operator() function