Searched refs:FXSYS_SafeEQ (Results 1 – 3 of 3) sorted by relevance
22 if (!FXSYS_SafeEQ(fillAlpha, other.fillAlpha)) in operator <()24 if (!FXSYS_SafeEQ(strokeAlpha, other.strokeAlpha)) in operator <()
159 EXPECT_TRUE(FXSYS_SafeEQ(ascending[i], ascending[j])) in TEST()162 EXPECT_FALSE(FXSYS_SafeEQ(ascending[i], ascending[j])) in TEST()
116 bool FXSYS_SafeEQ(const T& lhs, const T& rhs) { in FXSYS_SafeEQ() function