Searched refs:operator_ (Results 1 - 3 of 3) sorted by last modified time

/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/
H A DAndroid.mk19 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_==
20 test_src := operator_==.pass.cpp
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc184 operator_(OP_INVALID),
192 operator_(OP_INVALID),
201 operator_(query.operator_),
275 switch (operator_) {
292 switch (operator_) {
321 switch (operator_) {
368 switch (operator_) {
530 operator_(OP_INVALID),
539 operator_(OP_INVALI
[all...]
H A Dtrace_event_analyzer.h490 // Try to compare left_ against right_ based on operator_.
495 // Try to compare left_ against right_ based on operator_.
522 return operator_ == OP_NOT || operator_ == OP_NEGATE;
526 return operator_ != OP_INVALID && operator_ < OP_AND;
533 Operator operator_; member in class:trace_analyzer::Query

Completed in 77 milliseconds