Home
last modified time | relevance | path

Searched refs:binder2nd (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/backward/
H A Dbinders.h143 class binder2nd in _GLIBCXX_VISIBILITY()
152 binder2nd(const _Operation& __x, in _GLIBCXX_VISIBILITY()
169 inline binder2nd<_Operation> in _GLIBCXX_VISIBILITY()
173 return binder2nd<_Operation>(__fn, _Arg2_type(__x)); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/backward/
H A Dbinders.h143 class binder2nd in _GLIBCXX_VISIBILITY()
152 binder2nd(const _Operation& __x, in _GLIBCXX_VISIBILITY()
169 inline binder2nd<_Operation> in _GLIBCXX_VISIBILITY()
173 return binder2nd<_Operation>(__fn, _Arg2_type(__x)); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dalgorithm.hpp59 class binder2nd class
65 binder2nd(const Func& func, const typename Func::second_argument_type& arg) in binder2nd() function in boost::container::binder2nd
81 inline binder2nd<Func> bind2nd(const Func& func, const T& arg) in bind2nd()
83 return (boost::container::binder2nd<Func>(func, arg)); in bind2nd()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dfunctional.hpp709 …template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typenam… struct
711 …__host__ __device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_ty… in binder2nd() argument
718 __host__ __device__ __forceinline__ binder2nd() {} in binder2nd() argument
719 …__host__ __device__ __forceinline__ binder2nd(const binder2nd& other) : op(other.op), arg2(other.a… in binder2nd() argument
725 …template <typename Op, typename T> __host__ __device__ __forceinline__ binder2nd<Op> bind2nd(const… in bind2nd()
727 return binder2nd<Op>(op, typename Op::second_argument_type(x)); in bind2nd()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dfunctional.hpp709 …template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typenam… struct
711 …__host__ __device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_ty… in binder2nd() argument
718 __host__ __device__ __forceinline__ binder2nd() {} in binder2nd() argument
719 …__host__ __device__ __forceinline__ binder2nd(const binder2nd& other) : op(other.op), arg2(other.a… in binder2nd() function
725 …template <typename Op, typename T> __host__ __device__ __forceinline__ binder2nd<Op> bind2nd(const… in bind2nd()
727 return binder2nd<Op>(op, typename Op::second_argument_type(x)); in bind2nd()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dfunctional.hpp709 …template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typenam… struct
711 …__host__ __device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_ty… in binder2nd() function
718 __host__ __device__ __forceinline__ binder2nd() {} in binder2nd() function
719 …__host__ __device__ __forceinline__ binder2nd(const binder2nd& other) : op(other.op), arg2(other.a… in binder2nd() argument
725 …template <typename Op, typename T> __host__ __device__ __forceinline__ binder2nd<Op> bind2nd(const… in bind2nd()
727 return binder2nd<Op>(op, typename Op::second_argument_type(x)); in bind2nd()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfunctional262 class binder2nd // deprecated in C++11, removed in C++17
270 binder2nd(const Operation& x, const typename Operation::second_argument_type y);
276 binder2nd<Operation> bind2nd(const Operation& op, const T& x); // deprecated in C++11, removed in …
1059 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder2nd
1068 binder2nd(const __Operation& __x, const typename __Operation::second_argument_type __y)
1080 binder2nd<__Operation>
1082 {return binder2nd<__Operation>(__op, __x);}
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfunctional262 class binder2nd // deprecated in C++11, removed in C++17
270 binder2nd(const Operation& x, const typename Operation::second_argument_type y);
276 binder2nd<Operation> bind2nd(const Operation& op, const T& x); // deprecated in C++11, removed in …
1059 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder2nd
1068 binder2nd(const __Operation& __x, const typename __Operation::second_argument_type __y)
1080 binder2nd<__Operation>
1082 {return binder2nd<__Operation>(__op, __x);}