Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRefBase.h210 #define COMPARE_WEAK_FUNCTIONAL(_op_, _compare_) \ macro
407 COMPARE_WEAK_FUNCTIONAL(>, std::greater)
408 COMPARE_WEAK_FUNCTIONAL(<, std::less)
409 COMPARE_WEAK_FUNCTIONAL(<=, std::less_equal)
410 COMPARE_WEAK_FUNCTIONAL(>=, std::greater_equal)
463 #undef COMPARE_WEAK_FUNCTIONAL