Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Dscoped_enum.hpp125 typedef EnumType self_type; \
131 …friend BOOST_CONSTEXPR bool operator ==(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum…
132 …friend BOOST_CONSTEXPR bool operator ==(self_type lhs, enum_type rhs) BOOST_NOEXCEPT { return enum…
133 …friend BOOST_CONSTEXPR bool operator ==(enum_type lhs, self_type rhs) BOOST_NOEXCEPT { return lhs=…
134 …friend BOOST_CONSTEXPR bool operator !=(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum…
135 …friend BOOST_CONSTEXPR bool operator !=(self_type lhs, enum_type rhs) BOOST_NOEXCEPT { return enum…
136 …friend BOOST_CONSTEXPR bool operator !=(enum_type lhs, self_type rhs) BOOST_NOEXCEPT { return lhs!…
137 …friend BOOST_CONSTEXPR bool operator <(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum_…
138 …friend BOOST_CONSTEXPR bool operator <(self_type lhs, enum_type rhs) BOOST_NOEXCEPT { return enum_…
139 …friend BOOST_CONSTEXPR bool operator <(enum_type lhs, self_type rhs) BOOST_NOEXCEPT { return lhs<e…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp41 typedef number<Backend, ExpressionTemplates> self_type; typedef in boost::multiprecision::number
142 …<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type, self_type>, number&>::type… in operator =()
164 …BOOST_MP_FORCEINLINE typename boost::enable_if<is_convertible<V, self_type>, number<Backend, Expre…
191 …<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type, self_type>::value>::type* … in number()
197 …onvertible<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type, self_type>::value in number()
198 …<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type, self_type>::value>::type* … in number()
214 number& operator+=(const self_type& val) in operator +=()
216 do_add(detail::expression<detail::terminal, self_type>(val), detail::terminal()); in operator +=()
221 …<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type, self_type>, number&>::type… in operator +=()
227 self_type temp(e); in operator +=()
[all …]
H A Dcpp_int.hpp1042 typedef cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> self_type; typedef
1044 min_precision<self_type>::value,
1045 max_precision<self_type>::value,
1049 is_trivial_cpp_int<self_type>::value> base_type;
1050 typedef mpl::bool_<is_trivial_cpp_int<self_type>::value> trivial_tag;
1091 *this->limbs() = static_cast<typename self_type::local_limb_type>(*other.limbs()); in do_assign()
1137 …n<cpp_int_backend<MinBits2, MaxBits2, SignType2, Checked2, Allocator2>, self_type>::value>::type* … in cpp_int_backend()
1142 mpl::bool_<is_trivial_cpp_int<self_type>::value>(), in cpp_int_backend()
1148 …n<cpp_int_backend<MinBits2, MaxBits2, SignType2, Checked2, Allocator2>, self_type>::value>::type* … in cpp_int_backend()
1153 mpl::bool_<is_trivial_cpp_int<self_type>::value>(), in cpp_int_backend()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_template.hpp700 typedef BOOST_FUNCTION_FUNCTION self_type; typedef in boost::BOOST_FUNCTION_FUNCTION
1045 typedef function self_type; typedef in boost::function
1080 function(const self_type& f) : base_type(static_cast<const base_type&>(f)){} in function()
1086 function(self_type&& f): base_type(static_cast<base_type&&>(f)){} in function()
1090 self_type& operator=(const self_type& f) in operator =()
1092 self_type(f).swap(*this); in operator =()
1097 self_type& operator=(self_type&& f) in operator =()
1099 self_type(static_cast<self_type&&>(f)).swap(*this); in operator =()
1108 self_type&>::type
1110 self_type&
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_member_function_pointer.hpp64 typedef result_<T> self_type;
68 1 == sizeof(::boost::type_traits::is_mem_fun_pointer_tester(self_type::make_t))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/
H A Dcommon_factor_ct.hpp36 typedef static_gcd_helper_t self_type; typedef
37 #define BOOST_DETAIL_GCD_HELPER_VAL(Value) (self_type:: Value )
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcrc.hpp243 typedef crc_optimal self_type; typedef in boost::crc_optimal
244 #define BOOST_CRC_REF_OUT_VAL (self_type::reflect_output)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/tuple/detail/
H A Dtuple_basic.hpp356 typedef cons<HT, null_type> self_type; typedef
404 typename element<N, self_type>::type
412 typename element<N, self_type>::type