Searched refs:typeDelta (Results 1 – 2 of 2) sorted by relevance
436 int typeDelta = type_ - other.type_; in operator <() local437 if (typeDelta) in operator <()438 return typeDelta < 0 ? true : false; in operator <()
2912 int typeDelta = type_ - other.type_; in operator <() local2913 if (typeDelta) in operator <()2914 return typeDelta < 0 ? true : false; in operator <()