Searched refs:strictly_order_type (Results 1 – 5 of 5) sorted by relevance
120 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) {126 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);269 return strictly_order_type(key, o.key);
238 inline int strictly_order_type(const String8& lhs, const String8& rhs) in strictly_order_type() function
232 inline int strictly_order_type(const String16& lhs, const String16& rhs) in strictly_order_type() function
134 inline int strictly_order_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in strictly_order_type() function
679 return strictly_order_type(ident, o.ident); in operator <()