Searched refs:not_equal_to (Results 1 – 4 of 4) sorted by relevance
43 EXPECT_TRUE(std::not_equal_to<int>()(10, 11)); in testInteger()
48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>()); in nequal0()
64 FUNCTIONAL_BINARY_COMPARAISON(not_equal_to, !=)
44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { struct