Searched defs:rhs_t (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/base/l10n/
H A Dl10n_util_collator.h33 bool operator() (T* lhs_t, T* rhs_t) { argument
35 (lhs_t->*method_)(), (rhs_t->*method_)()) == UCOL_LESS;
54 bool operator() (T* lhs_t, T* rhs_t) { argument
55 return (lhs_t->*method_)() < (rhs_t->*method_)();

Completed in 70 milliseconds