Searched refs:COMPARE_WEAK_FUNCTIONAL (Results 1 – 2 of 2) sorted by relevance
/system/core/libutils/include/utils/ |
D | RefBase.h | 249 #define COMPARE_WEAK_FUNCTIONAL(_op_, _compare_) \ macro 463 COMPARE_WEAK_FUNCTIONAL(>, std::greater) 464 COMPARE_WEAK_FUNCTIONAL(<, std::less) 465 COMPARE_WEAK_FUNCTIONAL(<=, std::less_equal) 466 COMPARE_WEAK_FUNCTIONAL(>=, std::greater_equal) 519 #undef COMPARE_WEAK_FUNCTIONAL
|
/system/core/libutils/binder/include/utils/ |
D | RefBase.h | 249 #define COMPARE_WEAK_FUNCTIONAL(_op_, _compare_) \ macro 463 COMPARE_WEAK_FUNCTIONAL(>, std::greater) 464 COMPARE_WEAK_FUNCTIONAL(<, std::less) 465 COMPARE_WEAK_FUNCTIONAL(<=, std::less_equal) 466 COMPARE_WEAK_FUNCTIONAL(>=, std::greater_equal) 519 #undef COMPARE_WEAK_FUNCTIONAL
|