Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtrace_event_analyzer.cc266 DCHECK(left().is_value() && right().is_value()) in Evaluate()
Dtrace_event_analyzer.h524 bool is_value() const { return type_ != QUERY_BOOLEAN_OPERATOR; } in is_value() function