Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DStrongPointer.h120 #define COMPARE_STRONG_FUNCTIONAL(_op_, _compare_) \ macro
144 COMPARE_STRONG_FUNCTIONAL(>, std::greater)
145 COMPARE_STRONG_FUNCTIONAL(<, std::less)
146 COMPARE_STRONG_FUNCTIONAL(<=, std::less_equal)
147 COMPARE_STRONG_FUNCTIONAL(>=, std::greater_equal)
150 #undef COMPARE_STRONG_FUNCTIONAL