Searched refs:compare_type (Results 1 – 6 of 6) sorted by relevance
142 inline int compare_type(const String16& lhs, const String16& rhs) in compare_type() function149 return compare_type(lhs, rhs) < 0; in strictly_order_type()
312 inline int compare_type(const String8& lhs, const String8& rhs) in compare_type() function319 return compare_type(lhs, rhs) < 0; in strictly_order_type()
123 int compare_type(const TYPE& lhs, const TYPE& rhs) {
273 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) ); in do_compare()
107 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in compare_type() function114 return compare_type(lhs, rhs) < 0; in strictly_order_type()
113 static inline int compare_type( const layer_state_t& lhs, in compare_type() function