Home
last modified time | relevance | path

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

/external/v8/src/
Dhandles.h140 struct equal_to : public std::binary_function<Handle<T>, Handle<T>, bool> { struct
141 V8_INLINE bool operator()(Handle<T> lhs, Handle<T> rhs) const { in operator()
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp160 _Tp > struct equal_to: struct