Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_function_base.h65 struct equal_to : public binary_function<_Tp, _Tp, bool> { struct
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } in operator()
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp160 _Tp > struct equal_to: struct