| /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 D | binders.h | 108 class binder1st in _GLIBCXX_VISIBILITY() 117 binder1st(const _Operation& __x, in _GLIBCXX_VISIBILITY() 134 inline binder1st<_Operation> in _GLIBCXX_VISIBILITY() 138 return binder1st<_Operation>(__fn, _Arg1_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 D | binders.h | 108 class binder1st in _GLIBCXX_VISIBILITY() 117 binder1st(const _Operation& __x, in _GLIBCXX_VISIBILITY() 134 inline binder1st<_Operation> in _GLIBCXX_VISIBILITY() 138 return binder1st<_Operation>(__fn, _Arg1_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 D | algorithm.hpp | 33 class binder1st class 39 binder1st(const Func& func, const typename Func::first_argument_type& arg) in binder1st() function in boost::container::binder1st 55 inline binder1st<Func> bind1st(const Func& func, const T& arg) in bind1st() 56 { return boost::container::binder1st<Func>(func, arg); } in bind1st()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 688 …template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typena… struct 690 …__host__ __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_typ… in binder1st() argument 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 704 …template <typename Op, typename T> __host__ __device__ __forceinline__ binder1st<Op> bind1st(const… in bind1st() 706 return binder1st<Op>(op, typename Op::first_argument_type(x)); in bind1st()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 688 …template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typena… struct 690 …__host__ __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_typ… in binder1st() function 697 __host__ __device__ __forceinline__ binder1st() {} in binder1st() function 698 …__host__ __device__ __forceinline__ binder1st(const binder1st& other) : op(other.op), arg1(other.a… in binder1st() function 704 …template <typename Op, typename T> __host__ __device__ __forceinline__ binder1st<Op> bind1st(const… in bind1st() 706 return binder1st<Op>(op, typename Op::first_argument_type(x)); in bind1st()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 688 …template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typena… struct 690 …__host__ __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_typ… in binder1st() argument 697 __host__ __device__ __forceinline__ binder1st() {} in binder1st() function 698 …__host__ __device__ __forceinline__ binder1st(const binder1st& other) : op(other.op), arg1(other.a… in binder1st() argument 704 …template <typename Op, typename T> __host__ __device__ __forceinline__ binder1st<Op> bind1st(const… in bind1st() 706 return binder1st<Op>(op, typename Op::first_argument_type(x)); in bind1st()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | functional | 245 class binder1st // deprecated in C++11, removed in C++17 253 binder1st(const Operation& x, const typename Operation::first_argument_type y); 259 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C++11, removed in … 1033 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder1st 1041 _LIBCPP_INLINE_VISIBILITY binder1st(const __Operation& __x, 1054 binder1st<__Operation> 1056 {return binder1st<__Operation>(__op, __x);}
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | functional | 245 class binder1st // deprecated in C++11, removed in C++17 253 binder1st(const Operation& x, const typename Operation::first_argument_type y); 259 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C++11, removed in … 1033 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder1st 1041 _LIBCPP_INLINE_VISIBILITY binder1st(const __Operation& __x, 1054 binder1st<__Operation> 1056 {return binder1st<__Operation>(__op, __x);}
|