Searched refs:compare_type (Results 1 – 5 of 5) sorted by relevance
276 static inline int compare_type(const ComposerState& lhs, const ComposerState& rhs) { in compare_type() function284 static inline int compare_type(const DisplayState& lhs, const DisplayState& rhs) { in compare_type() function285 return compare_type(lhs.token, rhs.token); in compare_type()
40 return compare_type(**lEntry, **rEntry); in do_compare()
129 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in compare_type() function136 return compare_type(lhs, rhs) < 0; in strictly_order_type()
673 int cmp = compare_type(type, o.type); in operator <()
124 int compare_type(const TYPE& lhs, const TYPE& rhs) {