| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | common_type.hpp | 32 template<class... T> struct common_type struct 38 template<class... T> using common_type_t = typename common_type<T...>::type; 48 struct common_type<T1, T2, T...>: type_traits_detail::mp_defer<type_traits_detail::common_type_fold… struct 55 struct common_type<T1, T2, T...>: common_type<typename common_type<T1, T2>::type, T...> struct 68 struct common_type: common_type<typename common_type<T1, T2>::type, T3, T4, T5, T6, T7, T8, T9> 76 template<class T> struct common_type<T>: boost::decay<T> struct 129 …2d = typename boost::decay<T2>::type> struct common_type_decay_helper: boost::common_type<T1d, T2d> 139 template<class T1, class T2> struct common_type<T1, T2>: type_traits_detail::common_type_decay_help… struct
|
| /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/ |
| H A D | chrono | 77 // 20.11.4.3 specialization of common_type (for duration, sfinae-friendly) 102 /// Specialization of common_type for chrono::duration types. 105 struct common_type<chrono::duration<_Rep1, _Period1>, 107 : __duration_common_type<common_type<_Rep1, _Rep2>, 112 /// Specialization of common_type for two identical chrono::duration types. 115 struct common_type<chrono::duration<_Rep, _Period>, 118 using type = chrono::duration<typename common_type<_Rep>::type, 122 /// Specialization of common_type for one chrono::duration type. 125 struct common_type<chrono::duration<_Rep, _Period>> 127 using type = chrono::duration<typename common_type<_Rep>::type, [all …]
|
| H A D | type_traits | 2213 /// common_type 2215 struct common_type; 2217 // Sfinae-friendly common_type implementation: 2250 struct common_type<> 2255 struct common_type<_Tp0> 2256 : public common_type<_Tp0, _Tp0> 2266 using type = common_type<_Dp1, _Dp2>; 2280 struct common_type<_Tp1, _Tp2> 2293 struct common_type<_Tp1, _Tp2, _Rp...> 2294 : public __common_type_fold<common_type<_Tp1, _Tp2>, [all …]
|
| /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/ |
| H A D | chrono | 77 // 20.11.4.3 specialization of common_type (for duration, sfinae-friendly) 102 /// Specialization of common_type for chrono::duration types. 105 struct common_type<chrono::duration<_Rep1, _Period1>, 107 : __duration_common_type<common_type<_Rep1, _Rep2>, 112 /// Specialization of common_type for two identical chrono::duration types. 115 struct common_type<chrono::duration<_Rep, _Period>, 118 using type = chrono::duration<typename common_type<_Rep>::type, 122 /// Specialization of common_type for one chrono::duration type. 125 struct common_type<chrono::duration<_Rep, _Period>> 127 using type = chrono::duration<typename common_type<_Rep>::type, [all …]
|
| H A D | type_traits | 2213 /// common_type 2215 struct common_type; 2217 // Sfinae-friendly common_type implementation: 2250 struct common_type<> 2255 struct common_type<_Tp0> 2256 : public common_type<_Tp0, _Tp0> 2266 using type = common_type<_Dp1, _Dp2>; 2280 struct common_type<_Tp1, _Tp2> 2293 struct common_type<_Tp1, _Tp2, _Rp...> 2294 : public __common_type_fold<common_type<_Tp1, _Tp2>, [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | chrono | 78 constexpr common_type<duration>::type operator+() const; 79 constexpr common_type<duration>::type operator-() const; 143 // common_type traits 145 struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>; 148 struct common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>; 160 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2>>::type 164 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2>>::type 168 duration<typename common_type<Rep1, Rep2>::type, Period> 172 duration<typename common_type<Rep1, Rep2>::type, Period> 176 duration<typename common_type<Rep1, Rep2>::type, Period> [all …]
|
| H A D | string_view | 624 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT 632 bool operator==(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs, 653 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT 662 bool operator!=(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs, 682 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT 689 bool operator<(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs, 707 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT 714 bool operator>(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs, 732 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT 739 bool operator<=(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs, [all …]
|
| H A D | type_traits | 160 template <class... T> struct common_type; 220 using common_type_t = typename common_type<T...>::type; // C++14 2066 struct _LIBCPP_TEMPLATE_VIS common_type 2069 typedef typename common_type<typename common_type<_Tp, _Up>::type, _Vp>::type type; 2073 struct _LIBCPP_TEMPLATE_VIS common_type<void, void, void> 2080 struct _LIBCPP_TEMPLATE_VIS common_type<_Tp, void, void> 2083 typedef typename common_type<_Tp, _Tp>::type type; 2087 struct _LIBCPP_TEMPLATE_VIS common_type<_Tp, _Up, void> 2099 struct _LIBCPP_TEMPLATE_VIS common_type {}; 2104 struct _LIBCPP_TEMPLATE_VIS common_type<_Tp> [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | chrono | 78 constexpr common_type<duration>::type operator+() const; 79 constexpr common_type<duration>::type operator-() const; 143 // common_type traits 145 struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>; 148 struct common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>; 160 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2>>::type 164 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2>>::type 168 duration<typename common_type<Rep1, Rep2>::type, Period> 172 duration<typename common_type<Rep1, Rep2>::type, Period> 176 duration<typename common_type<Rep1, Rep2>::type, Period> [all …]
|
| H A D | string_view | 624 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT 632 bool operator==(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs, 653 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT 662 bool operator!=(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs, 682 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT 689 bool operator<(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs, 707 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT 714 bool operator>(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs, 732 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT 739 bool operator<=(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs, [all …]
|
| H A D | type_traits | 160 template <class... T> struct common_type; 220 using common_type_t = typename common_type<T...>::type; // C++14 2066 struct _LIBCPP_TEMPLATE_VIS common_type 2069 typedef typename common_type<typename common_type<_Tp, _Up>::type, _Vp>::type type; 2073 struct _LIBCPP_TEMPLATE_VIS common_type<void, void, void> 2080 struct _LIBCPP_TEMPLATE_VIS common_type<_Tp, void, void> 2083 typedef typename common_type<_Tp, _Tp>::type type; 2087 struct _LIBCPP_TEMPLATE_VIS common_type<_Tp, _Up, void> 2099 struct _LIBCPP_TEMPLATE_VIS common_type {}; 2104 struct _LIBCPP_TEMPLATE_VIS common_type<_Tp> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | misc.hpp | 549 …ef typename common_type<R, typename cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Alloc… in eval_convert_to() typedef 550 …numeric_limits<R>::is_specialized && (static_cast<common_type>(*val.limbs()) > static_cast<common_… in eval_convert_to() 554 …if(static_cast<common_type>(*val.limbs()) > -static_cast<common_type>((std::numeric_limits<R>::min… in eval_convert_to() 583 …ef typename common_type<R, typename cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Alloc… in eval_convert_to() typedef 584 …numeric_limits<R>::is_specialized && (static_cast<common_type>(*val.limbs()) > static_cast<common_… in eval_convert_to()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/ |
| H A D | concatenate.hpp | 21 using type = integer_sequence< typename std::common_type< TA, TB >::type, As..., Bs... >;
|
| H A D | zip.hpp | 21 using CT = typename std::common_type< TA, TB >::type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | cpp_int.hpp | 747 … typedef typename common_type<typename make_unsigned<T>::type, local_limb_type>::type common_type; in check_in_range() typedef 749 …if(static_cast<common_type>(boost::multiprecision::detail::unsigned_abs(val)) > static_cast<common… in check_in_range() 757 typedef typename common_type<T, local_limb_type>::type common_type; in check_in_range() typedef 759 if (static_cast<common_type>(abs(val)) > static_cast<common_type>(limb_mask)) in check_in_range() 890 typedef typename common_type<T, local_limb_type>::type common_type; in check_in_range() typedef 892 if(static_cast<common_type>(val) > limb_mask) in check_in_range() 898 typedef typename common_type<T, local_limb_type>::type common_type; in check_in_range() typedef 900 if(static_cast<common_type>(val) > limb_mask) in check_in_range()
|
| /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 | uniform_int_dist.h | 248 typedef typename std::common_type<_Gresult_type, __utype>::type in _GLIBCXX_VISIBILITY() 317 typedef typename std::common_type<_Gresult_type, __utype>::type 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/bits/ |
| H A D | uniform_int_dist.h | 248 typedef typename std::common_type<_Gresult_type, __utype>::type in _GLIBCXX_VISIBILITY() 317 typedef typename std::common_type<_Gresult_type, __utype>::type 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/pstl/ |
| H A D | parallel_backend_tbb.h | 444 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType; in execute() 487 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType; 626 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType; in __parallel_merge()
|
| /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/pstl/ |
| H A D | parallel_backend_tbb.h | 444 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType; in execute() 487 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType; 626 typedef typename std::common_type<_DifferenceType1, _DifferenceType2>::type _SizeType; in __parallel_merge()
|
| /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/experimental/ |
| H A D | array | 67 : common_type<_Types...>
|
| H A D | memory | 207 return std::less<typename common_type<typename add_pointer<_Tp>::type,
|
| /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/experimental/ |
| H A D | array | 67 : common_type<_Types...>
|
| H A D | memory | 207 return std::less<typename common_type<typename add_pointer<_Tp>::type,
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-record_parse.txt | 34 It reads the "common_type" field. The _tep_ argument is the trace event parser
|
| H A D | libtraceevent-field_get_val.txt | 72 if (tep_get_common_field_val(NULL, event, "common_type",
|