Searched defs:SkTCompareLT (Results 1 – 1 of 1) sorted by relevance
17 template <typename T> struct SkTCompareLT { struct18 bool operator()(const T a, const T b) const { return a < b; } in operator()