Searched refs:compare_type (Results 1 - 10 of 10) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
H A D | CodeCache.h | 39 virtual int compare_type(const AssemblyKeyBase& key) const = 0; 47 virtual int compare_type(const AssemblyKeyBase& key) const { function in class:android::AssemblyKey 49 return android::compare_type(mKey, rhs); 103 friend int compare_type( 118 friend int compare_type( 123 // KeyedVector uses compare_type(), which is more efficient, than 125 inline int compare_type( function in namespace:android 129 return lhs.key.mKey->compare_type(*(rhs.key.mKey));
|
/system/core/include/utils/ |
H A D | String16.h | 138 inline int compare_type(const String16& lhs, const String16& rhs) function in namespace:android 145 return compare_type(lhs, rhs) < 0;
|
H A D | String8.h | 254 inline int compare_type(const String8& lhs, const String8& rhs) function in namespace:android 261 return compare_type(lhs, rhs) < 0;
|
H A D | SortedVector.h | 286 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) );
|
H A D | TypeHelpers.h | 125 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
|
/system/core/libutils/include/utils/ |
H A D | String16.h | 138 inline int compare_type(const String16& lhs, const String16& rhs) function in namespace:android 145 return compare_type(lhs, rhs) < 0;
|
H A D | String8.h | 254 inline int compare_type(const String8& lhs, const String8& rhs) function in namespace:android 261 return compare_type(lhs, rhs) < 0;
|
H A D | SortedVector.h | 286 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) );
|
H A D | TypeHelpers.h | 125 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
H A D | ggl_context.h | 254 inline int compare_type(const needs_t& lhs, const needs_t& rhs) { function in namespace:android
|
Completed in 53 milliseconds