Home
last modified time | relevance | path

Searched refs:compare_type (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/libutils/include/utils/
H A DString8.h233 inline int compare_type(const String8& lhs, const String8& rhs) in compare_type() function
240 return compare_type(lhs, rhs) < 0; in strictly_order_type()
H A DString16.h227 inline int compare_type(const String16& lhs, const String16& rhs) in compare_type() function
234 return compare_type(lhs, rhs) < 0; in strictly_order_type()
H A DSortedVector.h288 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) ); in do_compare()
H A DTypeHelpers.h125 int compare_type(const TYPE& lhs, const TYPE& rhs) {
/aosp14/frameworks/base/tools/aapt/
H A DAaptAssets.h129 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in compare_type() function
136 return compare_type(lhs, rhs) < 0; in strictly_order_type()
H A DResourceTable.cpp673 int cmp = compare_type(type, o.type); in operator <()