| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/ |
| H A D | converter.hpp | 101 typedef typename Traits::argument_type argument_type ; typedef 103 static range_check_result apply ( argument_type s ) in apply() 115 typedef typename Traits::argument_type argument_type ; typedef 117 static range_check_result apply ( argument_type s ) in apply() 130 typedef typename Traits::argument_type argument_type ; typedef 132 static range_check_result apply ( argument_type s ) in apply() 146 typedef typename Traits::argument_type argument_type ; typedef 148 static range_check_result apply ( argument_type s ) in apply() 162 typedef typename Traits::argument_type argument_type ; typedef 164 static range_check_result apply ( argument_type s ) in apply() [all …]
|
| H A D | conversion_traits.hpp | 45 typedef typename mpl::if_< is_arithmetic<S>, S, S const&>::type argument_type ; typedef 69 typedef N const& argument_type ; typedef
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/ |
| H A D | converter_policies.hpp | 33 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef 35 static source_type nearbyint ( argument_type s ) in nearbyint() 55 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef 57 static source_type nearbyint ( argument_type s ) in nearbyint() 74 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef 76 static source_type nearbyint ( argument_type s ) in nearbyint() 93 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef 95 static source_type nearbyint ( argument_type s ) in nearbyint() 185 typedef typename Traits::argument_type argument_type ; typedef 187 static result_type low_level_convert ( argument_type s ) { return static_cast<result_type>(s) ; } in low_level_convert()
|
| H A D | converter.hpp | 38 typedef typename Traits::argument_type argument_type ; typedef 41 result_type operator() ( argument_type s ) const { return this->convert(s) ; } in operator ()()
|
| H A D | conversion_traits.hpp | 29 typedef typename base_::argument_type argument_type; typedef
|
| /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 | 36 typedef typename Func::second_argument_type argument_type; typedef in boost::container::binder1st 43 result_type operator()(const argument_type& arg) const in operator ()() 46 result_type operator()(argument_type& arg) const in operator ()() 62 typedef typename Func::first_argument_type argument_type; typedef in boost::container::binder2nd 69 result_type operator()(const argument_type& arg) const in operator ()() 72 result_type operator()(argument_type& arg) const in operator ()() 90 typedef typename Func::argument_type argument_type; typedef in boost::container::unary_negate 97 bool operator()(const typename Func::argument_type& arg) const in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/ |
| H A D | old_optional_implementation.hpp | 45 typedef T const& argument_type ; typedef 62 typedef raw_type& argument_type ; typedef 116 typedef BOOST_DEDUCED_TYPENAME types::argument_type argument_type ; typedef in boost::optional_detail::optional_base 132 optional_base ( argument_type val ) in optional_base() 152 optional_base ( bool cond, argument_type val ) in optional_base() 291 void assign ( argument_type val ) in assign() 341 void reset ( argument_type val ) { assign(val); } in reset() 353 void construct ( argument_type val ) in construct() 578 void assign_value ( argument_type val, is_not_reference_tag ) { get_impl() = val; } in assign_value() 579 void assign_value ( argument_type val, is_reference_tag ) { construct(val); } in assign_value() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/ |
| H A D | static_log2.hpp | 44 typedef boost::static_log2_argument_type argument_type; typedef 50 BOOST_STATIC_CONSTANT(bool, c = (argument_type(1) << n << n) != 0); 84 template <argument_type x, result_type n = initial_n>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/ |
| H A D | converter_numeric.hpp | 48 >::type argument_type ; typedef 50 static inline source_type nearbyint(argument_type s, bool& is_ok) BOOST_NOEXCEPT { in nearbyint() 71 >::type argument_type ; typedef 73 static inline source_type nearbyint(argument_type s, bool& /*is_ok*/) BOOST_NOEXCEPT { in nearbyint()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/ |
| H A D | optional.hpp | 111 typedef T const& argument_type ; typedef in boost::optional_detail::optional_base 127 optional_base ( argument_type val ) in optional_base() 147 optional_base ( bool cond, argument_type val ) in optional_base() 286 void assign ( argument_type val ) in assign() 336 void reset ( argument_type val ) { assign(val); } in reset() 348 void construct ( argument_type val ) in construct() 697 void assign_value ( argument_type val ) { get_impl() = val; } in assign_value() 788 typedef BOOST_DEDUCED_TYPENAME base::argument_type argument_type ; typedef in boost::optional 800 optional ( argument_type val ) : base(val) {} in optional() 811 optional ( bool cond, argument_type val ) : base(cond,val) {} in optional() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/ |
| H A D | checked_delete.hpp | 47 typedef T * argument_type; typedef 59 typedef T * argument_type; typedef
|
| /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 | 35 typedef CharT argument_type; typedef 57 typedef CharT argument_type; typedef
|
| H A D | util.hpp | 94 typedef iterator_range<IteratorT> argument_type; typedef
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/ |
| H A D | value.hpp | 107 struct argument_type struct 132 convert(typename meta::argument_type<typename meta::decay<T>::type>::type t) in convert()
|
| /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/parallel/ |
| H A D | base.h | 172 template<typename _Predicate, typename argument_type> 174 : public std::unary_function<argument_type, bool> 184 operator()(const argument_type& __x) in operator()
|
| /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/parallel/ |
| H A D | base.h | 172 template<typename _Predicate, typename argument_type> 174 : public std::unary_function<argument_type, bool> 184 operator()(const argument_type& __x) in operator()
|
| /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/bits/ |
| H A D | refwrap.h | 189 __void_t<typename _Tp::argument_type>> in _GLIBCXX_VISIBILITY() 191 typedef typename _Tp::argument_type argument_type; in _GLIBCXX_VISIBILITY()
|
| /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/bits/ |
| H A D | refwrap.h | 189 __void_t<typename _Tp::argument_type>> in _GLIBCXX_VISIBILITY() 191 typedef typename _Tp::argument_type argument_type; in _GLIBCXX_VISIBILITY()
|
| /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/ext/ |
| H A D | functional | 118 : public std::unary_function<typename _Operation2::argument_type, 130 operator()(const typename _Operation2::argument_type& __x) const 143 : public std::unary_function<typename _Operation2::argument_type, 157 operator()(const typename _Operation2::argument_type& __x) const 253 typedef _Argument argument_type;
|
| H A D | bitmap_allocator.h | 304 : public std::unary_function<typename _Functor::argument_type, in _GLIBCXX_VISIBILITY() 310 typedef typename _Functor::argument_type argument_type; in _GLIBCXX_VISIBILITY() 317 operator()(argument_type __arg) 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/ext/ |
| H A D | functional | 118 : public std::unary_function<typename _Operation2::argument_type, 130 operator()(const typename _Operation2::argument_type& __x) const 143 : public std::unary_function<typename _Operation2::argument_type, 157 operator()(const typename _Operation2::argument_type& __x) const 253 typedef _Argument argument_type;
|
| H A D | bitmap_allocator.h | 304 : public std::unary_function<typename _Functor::argument_type, in _GLIBCXX_VISIBILITY() 310 typedef typename _Functor::argument_type argument_type; in _GLIBCXX_VISIBILITY() 317 operator()(argument_type __arg) in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | concept_check.hpp | 455 : UnaryFunction<Func, typename Func::result_type, typename Func::argument_type> 457 typedef typename Func::argument_type argument_type; 463 BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 64 typedef Argument argument_type; typedef 647 … <typename Predicate> struct unary_negate : unary_function<typename Predicate::argument_type, bool> 651 …forceinline__ bool operator()(typename TypeTraits<typename Predicate::argument_type>::ParameterTyp… in operator ()() 780 …enum { shift = DefaultUnaryShift<typename Func::argument_type, typename Func::result_type>::shift …
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 64 typedef Argument argument_type; typedef 647 … <typename Predicate> struct unary_negate : unary_function<typename Predicate::argument_type, bool> 651 …forceinline__ bool operator()(typename TypeTraits<typename Predicate::argument_type>::ParameterTyp… in operator ()() 780 …enum { shift = DefaultUnaryShift<typename Func::argument_type, typename Func::result_type>::shift …
|