Searched defs:strictly_order_type (Results 1 - 4 of 4) 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.h252 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);
238 return strictly_order_type(key, o.key);
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DTypeHelpers.h105 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::tinyutils
111 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
228 return strictly_order_type(key, o.key);

Completed in 108 milliseconds