Searched defs:equal_to (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_function_base.h65 struct equal_to : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
109 equal_to<_Tp> __equal_to(_Tp* ) { return equal_to<_Tp>(); }
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp160 _Tp > struct equal_to: struct in namespace:std
198 std::equal_to;
204 hash < _Key >, class _EqualKey = equal_to < _Key >, class _Alloc =

Completed in 87 milliseconds