Home
last modified time | relevance | path

Searched refs:compare_type (Results 1 – 6 of 6) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DCodeCache.h39 virtual int compare_type(const AssemblyKeyBase& key) const = 0;
47 virtual int compare_type(const AssemblyKeyBase& key) const { in compare_type() function
49 return android::compare_type(mKey, rhs); in compare_type()
103 friend int compare_type(
118 friend int compare_type(
125 inline int compare_type( in compare_type() function
129 return lhs.key.mKey->compare_type(*(rhs.key.mKey)); in compare_type()
/system/core/libutils/include/utils/
DString16.h137 inline int compare_type(const String16& lhs, const String16& rhs) in ANDROID_TRIVIAL_MOVE_TRAIT()
144 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DString8.h254 inline int compare_type(const String8& lhs, const String8& rhs) in ANDROID_TRIVIAL_MOVE_TRAIT()
261 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DSortedVector.h288 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) ); in do_compare()
DTypeHelpers.h125 int compare_type(const TYPE& lhs, const TYPE& rhs) {
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h254 inline int compare_type(const needs_t& lhs, const needs_t& rhs) {