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