Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DString8.h241 inline int compare_type(const String8& lhs, const String8& rhs) in compare_type() function
248 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DString16.h229 inline int compare_type(const String16& lhs, const String16& rhs) in compare_type() function
236 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DSortedVector.h288 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) ); in do_compare()
DTypeHelpers.h125 int compare_type(const TYPE& lhs, const TYPE& rhs) {