Searched defs:compare_type (Results 1 - 6 of 6) sorted by relevance

/system/core/include/utils/
H A DString16.h132 inline int compare_type(const String16& lhs, const String16& rhs) function in namespace:android
139 return compare_type(lhs, rhs) < 0;
H A DString8.h239 inline int compare_type(const String8& lhs, const String8& rhs) function in namespace:android
246 return compare_type(lhs, rhs) < 0;
H A DTypeHelpers.h123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h38 virtual int compare_type(const AssemblyKeyBase& key) const = 0;
46 virtual int compare_type(const AssemblyKeyBase& key) const { function in class:android::AssemblyKey
48 return android::compare_type(mKey, rhs);
102 friend int compare_type(
117 friend int compare_type(
122 // KeyedVector uses compare_type(), which is more efficient, than
124 inline int compare_type( function in namespace:android
128 return lhs.key.mKey->compare_type(*(rhs.key.mKey));
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DTypeHelpers.h110 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::tinyutils
/system/core/include/private/pixelflinger/
H A Dggl_context.h254 inline int compare_type(const needs_t& lhs, const needs_t& rhs) { function in namespace:android

Completed in 88 milliseconds