Home
last modified time | relevance | path

Searched refs:operator_ (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/
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/
Dtrace_event_analyzer.cc184 operator_(OP_INVALID), in Query()
192 operator_(OP_INVALID), in Query()
201 operator_(query.operator_), in Query()
275 switch (operator_) { in Evaluate()
292 switch (operator_) { in CompareAsDouble()
321 switch (operator_) { in CompareAsString()
368 switch (operator_) { in EvaluateArithmeticOperator()
530 operator_(OP_INVALID), in Query()
539 operator_(OP_INVALID), in Query()
614 : operator_(binary_op), in Query()
[all …]
Dtrace_event_analyzer.h522 return operator_ == OP_NOT || operator_ == OP_NEGATE; in is_unary_operator()
526 return operator_ != OP_INVALID && operator_ < OP_AND; in is_comparison_operator()
533 Operator operator_; variable