Home
last modified time | relevance | path

Searched refs:not_equal_to (Results 1 – 4 of 4) sorted by relevance

/external/astl/tests/
Dtest_functional.cpp43 EXPECT_TRUE(std::not_equal_to<int>()(10, 11)); in testInteger()
/external/stlport/test/unit/
Dneq_test.cpp48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>()); in nequal0()
/external/astl/include/
Dfunctional64 FUNCTIONAL_BINARY_COMPARAISON(not_equal_to, !=)
/external/stlport/stlport/stl/
D_function.h44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { struct