HomeSort by relevance Sort by last modified time
    Searched full:is_unary_operator (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/test/
trace_event_analyzer.cc 263 DCHECK(right_.get() || is_unary_operator());
362 DCHECK(right_.get() || is_unary_operator());
367 if (!is_unary_operator() && !right().GetAsDouble(event, &rhs))
trace_event_analyzer.h 526 bool is_unary_operator() const { function in class:trace_analyzer::Query

Completed in 476 milliseconds