| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/ |
| H A D | function_base.hpp | 52 # define BOOST_FUNCTION_ENABLE_IF_NOT_INTEGRAL(Functor,Type) \ argument 54 !(::boost::is_integral<Functor>::value), \ 252 template<typename Functor> 255 typedef Functor functor_type; 270 if (*out_buffer.members.type.type == boost::typeindex::type_id<Functor>()) in manage_ptr() 275 out_buffer.members.type.type = &boost::typeindex::type_id<Functor>().type_info(); in manage_ptr() 294 f->~Functor(); in manage_small() 300 f->~Functor(); in manage_small() 302 if (*out_buffer.members.type.type == boost::typeindex::type_id<Functor>()) in manage_small() 307 out_buffer.members.type.type = &boost::typeindex::type_id<Functor>().type_info(); in manage_small() [all …]
|
| H A D | function_template.hpp | 706 template<typename Functor> 707 BOOST_FUNCTION_FUNCTION(Functor BOOST_FUNCTION_TARGET_FIX(const &) f in BOOST_FUNCTION_FUNCTION() 710 !(is_integral<Functor>::value), in BOOST_FUNCTION_FUNCTION() 718 template<typename Functor,typename Allocator> 719 BOOST_FUNCTION_FUNCTION(Functor BOOST_FUNCTION_TARGET_FIX(const &) f, Allocator a in BOOST_FUNCTION_FUNCTION() 722 !(is_integral<Functor>::value), in BOOST_FUNCTION_FUNCTION() 768 template<typename Functor> 771 !(is_integral<Functor>::value), 776 operator=(Functor BOOST_FUNCTION_TARGET_FIX(const &) f) in operator =() 788 template<typename Functor,typename Allocator> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | series.hpp | 23 template <class Functor, class U, class V> 24 …Functor::result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& max_terms, const… in sum_series() 28 typedef typename Functor::result_type result_type; in sum_series() 46 template <class Functor, class U> 47 …Functor::result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& max_terms) BOOST… in sum_series() 49 typename Functor::result_type init_value = 0; in sum_series() 53 template <class Functor, class U> 54 …Functor::result_type sum_series(Functor& func, int bits, boost::uintmax_t& max_terms, const U& ini… in sum_series() 57 typedef typename Functor::result_type result_type; in sum_series() 62 template <class Functor> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | for_each.hpp | 57 template <typename Point, typename Functor> 58 static inline void apply(Point& point, Functor& f) in apply() 67 template <typename Point, typename Functor> 68 static inline void apply(Point& , Functor& /*f*/) in apply() 78 template <typename Range, typename Functor> 79 static inline void apply(Range& range, Functor& f) in apply() 100 template <typename Range, typename Functor> 101 static inline void apply(Range& range, Functor& f) in apply() 126 template <typename Range, typename Functor> 127 static inline void apply(Range& range, Functor& f) in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/ |
| H A D | case_conv.hpp | 86 FunctorT Functor) in transform_range_copy() argument 92 Functor); in transform_range_copy() 99 FunctorT Functor) in transform_range() argument 105 Functor); in transform_range() 111 FunctorT Functor) in transform_range_copy() argument 116 Functor), in transform_range_copy() 119 Functor)); in transform_range_copy()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/ |
| H A D | msvc_has_iterator_workaround.hpp | 64 template <typename Functor> 120 template <typename Functor> 121 struct has_iterator< ::boost::spirit::lex::lexertl::iterator<Functor> > 125 template <typename Functor> 126 struct has_iterator< ::boost::spirit::lex::lexertl::iterator<Functor> const>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/detail/ |
| H A D | multi_pass.hpp | 29 template <typename Functor> 30 default_input_policy(Functor const&) {} in default_input_policy()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | utility.hpp | 598 template<typename _Tp, typename Functor> inline 599 void Mat::forEach_impl(const Functor& operation) { in forEach_impl() 614 PixelOperationWrapper(Mat_<_Tp>* const frame, const Functor& _operation) in forEach_impl() 649 const Functor op; in forEach_impl()
|
| H A D | mat.hpp | 2089 template<typename _Tp, typename Functor> void forEach(const Functor& operation); 2091 template<typename _Tp, typename Functor> void forEach(const Functor& operation) const; 2137 template<typename _Tp, typename Functor> void forEach_impl(const Functor& operation); 2274 template<typename Functor> void forEach(const Functor& operation); 2275 template<typename Functor> void forEach(const Functor& operation) const;
|
| H A D | mat.inl.hpp | 1321 template<typename _Tp, typename Functor> inline 1322 void Mat::forEach(const Functor& operation) { in forEach() 1326 template<typename _Tp, typename Functor> inline 1327 void Mat::forEach(const Functor& operation) const { in forEach() 2092 template<typename _Tp> template<typename Functor> inline 2093 void Mat_<_Tp>::forEach(const Functor& operation) { in forEach() 2094 Mat::forEach<_Tp, Functor>(operation); in forEach() 2097 template<typename _Tp> template<typename Functor> inline 2098 void Mat_<_Tp>::forEach(const Functor& operation) const { in forEach() 2099 Mat::forEach<_Tp, Functor>(operation); in forEach()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | utility.hpp | 598 template<typename _Tp, typename Functor> inline 599 void Mat::forEach_impl(const Functor& operation) { in forEach_impl() 614 PixelOperationWrapper(Mat_<_Tp>* const frame, const Functor& _operation) in forEach_impl() 649 const Functor op; in forEach_impl()
|
| H A D | mat.hpp | 2089 template<typename _Tp, typename Functor> void forEach(const Functor& operation); 2091 template<typename _Tp, typename Functor> void forEach(const Functor& operation) const; 2137 template<typename _Tp, typename Functor> void forEach_impl(const Functor& operation); 2274 template<typename Functor> void forEach(const Functor& operation); 2275 template<typename Functor> void forEach(const Functor& operation) const;
|
| H A D | mat.inl.hpp | 1321 template<typename _Tp, typename Functor> inline 1322 void Mat::forEach(const Functor& operation) { in forEach() 1326 template<typename _Tp, typename Functor> inline 1327 void Mat::forEach(const Functor& operation) const { in forEach() 2092 template<typename _Tp> template<typename Functor> inline 2093 void Mat_<_Tp>::forEach(const Functor& operation) { in forEach() 2094 Mat::forEach<_Tp, Functor>(operation); in forEach() 2097 template<typename _Tp> template<typename Functor> inline 2098 void Mat_<_Tp>::forEach(const Functor& operation) const { in forEach() 2099 Mat::forEach<_Tp, Functor>(operation); in forEach()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | utility.hpp | 598 template<typename _Tp, typename Functor> inline 599 void Mat::forEach_impl(const Functor& operation) { in forEach_impl() 614 PixelOperationWrapper(Mat_<_Tp>* const frame, const Functor& _operation) in forEach_impl() 649 const Functor op; in forEach_impl()
|
| H A D | mat.hpp | 2089 template<typename _Tp, typename Functor> void forEach(const Functor& operation); 2091 template<typename _Tp, typename Functor> void forEach(const Functor& operation) const; 2137 template<typename _Tp, typename Functor> void forEach_impl(const Functor& operation); 2274 template<typename Functor> void forEach(const Functor& operation); 2275 template<typename Functor> void forEach(const Functor& operation) const;
|
| H A D | mat.inl.hpp | 1321 template<typename _Tp, typename Functor> inline 1322 void Mat::forEach(const Functor& operation) { in forEach() 1326 template<typename _Tp, typename Functor> inline 1327 void Mat::forEach(const Functor& operation) const { in forEach() 2092 template<typename _Tp> template<typename Functor> inline 2093 void Mat_<_Tp>::forEach(const Functor& operation) { in forEach() 2094 Mat::forEach<_Tp, Functor>(operation); in forEach() 2097 template<typename _Tp> template<typename Functor> inline 2098 void Mat_<_Tp>::forEach(const Functor& operation) const { in forEach() 2099 Mat::forEach<_Tp, Functor>(operation); in forEach()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | thread | 348 // _Fp = std::tuple< unique_ptr<__thread_struct>, Functor, Args...>
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | thread | 348 // _Fp = std::tuple< unique_ptr<__thread_struct>, Functor, Args...>
|
| /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/tr1/ |
| H A D | functional | 198 * Determine whether we can determine a result type from @c Functor 209 /// We already know the result type for @c Functor; use it. 2078 * if @c typeid(Functor).equals(target_type()); otherwise, a NULL
|
| /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/tr1/ |
| H A D | functional | 198 * Determine whether we can determine a result type from @c Functor 209 /// We already know the result type for @c Functor; use it. 2078 * if @c typeid(Functor).equals(target_type()); otherwise, a NULL
|