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.cc309 DCHECK(right_.get() || is_unary_operator()); in Evaluate()
408 DCHECK(right_.get() || is_unary_operator()); in EvaluateArithmeticOperator()
413 if (!is_unary_operator() && !right().GetAsDouble(event, &rhs)) in EvaluateArithmeticOperator()
Dtrace_event_analyzer.h642 bool is_unary_operator() const { in is_unary_operator() function