Searched defs:equal_to (Results 1 – 2 of 2) sorted by relevance
137 struct equal_to : public std::binary_function<Handle<T>, Handle<T>, bool> { struct138 V8_INLINE bool operator()(Handle<T> lhs, Handle<T> rhs) const { in operator()
160 _Tp > struct equal_to: struct