Home
last modified time | relevance | path

Searched refs:argument_type (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dconverter.hpp101 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 Dconversion_traits.hpp45 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 Dconverter_policies.hpp33 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 Dconverter.hpp38 typedef typename Traits::argument_type argument_type ; typedef
41 result_type operator() ( argument_type s ) const { return this->convert(s) ; } in operator ()()
H A Dconversion_traits.hpp29 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 Dalgorithm.hpp36 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 Dold_optional_implementation.hpp45 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 Dstatic_log2.hpp44 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 Dconverter_numeric.hpp48 >::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 Doptional.hpp111 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 Dchecked_delete.hpp47 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 Dcase_conv.hpp35 typedef CharT argument_type; typedef
57 typedef CharT argument_type; typedef
H A Dutil.hpp94 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 Dvalue.hpp107 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 Dbase.h172 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 Dbase.h172 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 Drefwrap.h189 __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 Drefwrap.h189 __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 Dfunctional118 : 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 Dbitmap_allocator.h304 : 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 Dfunctional118 : 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 Dbitmap_allocator.h304 : 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 Dconcept_check.hpp455 : 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 Dfunctional.hpp64 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 Dfunctional.hpp64 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 …

123