Home
last modified time | relevance | path

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

/external/v8/src/
Dhandles.h133 struct equal_to : public std::binary_function<Handle<T>, Handle<T>, bool> { struct
134 V8_INLINE bool operator()(Handle<T> lhs, Handle<T> rhs) const { in operator()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp131 template <typename T> struct equal_to : binary_function<T, T, bool> struct
133 __device__ __forceinline__ bool operator ()(typename TypeTraits<T>::ParameterType a, in operator ()()
138 __host__ __device__ __forceinline__ equal_to() {} in equal_to() argument
139 __host__ __device__ __forceinline__ equal_to(const equal_to&) {} in equal_to() function
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp160 _Tp > struct equal_to: struct
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp132 template <typename T> struct equal_to : binary_function<T, T, typename MakeVec<uchar, VecTraits<T>:… struct
135 operator ()(typename TypeTraits<T>::parameter_type a, in operator ()()