Searched refs:strictly_order_type (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/tinyutils/
H A DTypeHelpers.h95 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
101 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
218 return strictly_order_type(key, o.key);

Completed in 17 milliseconds