Searched refs:compare_type (Results 1 – 6 of 6) sorted by relevance
233 inline int compare_type(const String8& lhs, const String8& rhs) in compare_type() function240 return compare_type(lhs, rhs) < 0; in strictly_order_type()
227 inline int compare_type(const String16& lhs, const String16& rhs) in compare_type() function234 return compare_type(lhs, rhs) < 0; in strictly_order_type()
288 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) ); in do_compare()
125 int compare_type(const TYPE& lhs, const TYPE& rhs) {
129 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in compare_type() function136 return compare_type(lhs, rhs) < 0; in strictly_order_type()
673 int cmp = compare_type(type, o.type); in operator <()