Searched refs:compare_type (Results 1 – 8 of 8) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | CodeCache.h | 38 virtual int compare_type(const AssemblyKeyBase& key) const = 0; 46 virtual int compare_type(const AssemblyKeyBase& key) const { in compare_type() function 48 return android::compare_type(mKey, rhs); in compare_type() 102 friend int compare_type( 117 friend int compare_type( 124 inline int compare_type( in compare_type() function 128 return lhs.key.mKey->compare_type(*(rhs.key.mKey)); in compare_type()
|
/system/core/include/utils/ |
D | String16.h | 132 inline int compare_type(const String16& lhs, const String16& rhs) in ANDROID_TRIVIAL_MOVE_TRAIT() 139 return compare_type(lhs, rhs) < 0; in strictly_order_type()
|
D | String8.h | 247 inline int compare_type(const String8& lhs, const String8& rhs) in ANDROID_TRIVIAL_MOVE_TRAIT() 254 return compare_type(lhs, rhs) < 0; in strictly_order_type()
|
D | SortedVector.h | 274 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) );
|
D | TypeHelpers.h | 123 int compare_type(const TYPE& lhs, const TYPE& rhs) {
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
D | TypeHelpers.h | 110 int compare_type(const TYPE& lhs, const TYPE& rhs) {
|
D | SortedVector.h | 275 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) ); in do_compare()
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 254 inline int compare_type(const needs_t& lhs, const needs_t& rhs) {
|