Home
last modified time | relevance | path

Searched refs:strictly_order_type (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/libutils/include/utils/
H A DTypeHelpers.h120 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);
H A DString8.h238 inline int strictly_order_type(const String8& lhs, const String8& rhs) in strictly_order_type() function
H A DString16.h232 inline int strictly_order_type(const String16& lhs, const String16& rhs) in strictly_order_type() function
/aosp14/frameworks/base/tools/aapt/
H A DAaptAssets.h134 inline int strictly_order_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in strictly_order_type() function
H A DResourceTable.cpp679 return strictly_order_type(ident, o.ident); in operator <()