Searched defs:comparison (Results 1 – 4 of 4) sorted by relevance
25 TEST(StrongTypeTest, comparison) { in TEST() argument
227 for (auto& comparison : COMPARISONS) { in finishFrame() local265 for (auto& comparison : COMPARISONS) { in recomputeThresholds() local
67 int comparison = Integer.compare(category, another.category); in compareTo() local
813 int comparison = (another.isConnected() ? 1 : 0) - (isConnected() ? 1 : 0); in compareTo() local