Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dfunctional.hpp688 …template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typena… struct
690 … __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_type& arg1_… in binder1st() argument
692 …ult_type operator ()(typename TypeTraits<typename Op::second_argument_type>::ParameterType a) const in operator ()()
697 __host__ __device__ __forceinline__ binder1st() {} in binder1st() argument
698 …__host__ __device__ __forceinline__ binder1st(const binder1st& other) : op(other.op), arg1(other.a… in binder1st() argument
700 Op op;
701 typename Op::first_argument_type arg1;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dfunctional.hpp688 …template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typena… struct
690 … __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_type& arg1_… in binder1st() function
692 …ult_type operator ()(typename TypeTraits<typename Op::second_argument_type>::ParameterType a) const in operator ()()
697 __host__ __device__ __forceinline__ binder1st() {} in binder1st() argument
698 …__host__ __device__ __forceinline__ binder1st(const binder1st& other) : op(other.op), arg1(other.a… in binder1st() function
700 Op op;
701 typename Op::first_argument_type arg1;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dfunctional.hpp688 …template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typena… struct
690 … __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_type& arg1_… in binder1st() argument
692 …ult_type operator ()(typename TypeTraits<typename Op::second_argument_type>::ParameterType a) const in operator ()()
697 __host__ __device__ __forceinline__ binder1st() {} in binder1st() argument
698 …__host__ __device__ __forceinline__ binder1st(const binder1st& other) : op(other.op), arg1(other.a… in binder1st() function
700 Op op;
701 typename Op::first_argument_type arg1;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dalgorithm.hpp33 class binder1st class
39 binder1st(const Func& func, const typename Func::first_argument_type& arg) in binder1st() function in boost::container::binder1st