Searched defs:strictly_order_type (Results 1 - 3 of 3) sorted by relevance

/system/core/include/utils/
H A DString16.h137 inline int strictly_order_type(const String16& lhs, const String16& rhs) function in namespace:android
H A DString8.h250 inline int strictly_order_type(const String8& lhs, const String8& rhs) function in namespace:android
H A DTypeHelpers.h118 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
124 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
245 return strictly_order_type(key, o.key);

Completed in 109 milliseconds