Searched refs:FXSYS_SafeLT (Results 1 – 3 of 3) sorted by relevance
23 return FXSYS_SafeLT(fillAlpha, other.fillAlpha); in operator <()25 return FXSYS_SafeLT(strokeAlpha, other.strokeAlpha); in operator <()
166 EXPECT_TRUE(FXSYS_SafeLT(ascending[i], ascending[j])) in TEST()169 EXPECT_FALSE(FXSYS_SafeLT(ascending[i], ascending[j])) in TEST()
122 bool FXSYS_SafeLT(const T& lhs, const T& rhs) { in FXSYS_SafeLT() function