Searched refs:BOOST_JOIN (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | static_assert.hpp | 116 BOOST_JOIN(boost_static_assert_typedef_, __COUNTER__) 121 BOOST_JOIN(boost_static_assert_typedef_, __COUNTER__) 126 typedef char BOOST_JOIN(boost_static_assert_typedef_, __LINE__) \ 132 typedef char BOOST_JOIN(boost_static_assert_typedef_, __LINE__) \ 138 BOOST_JOIN(boost_static_assert_test_, __LINE__) = ( B )); \ 141 BOOST_JOIN(boost_static_assert_test_, __LINE__) >)>\ 142 BOOST_JOIN(boost_static_assert_typedef_, __LINE__) 147 BOOST_JOIN(boost_static_assert_test_, __LINE__) = \ 155 BOOST_JOIN(boost_static_assert_typedef_, __LINE__) BOOST_ATTRIBUTE_UNUSED 160 BOOST_JOIN(boost_static_assert_typedef_, __LINE__) BOOST_ATTRIBUTE_UNUSED [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/ |
| H A D | constants.hpp | 119 boost::call_once(f, &BOOST_JOIN(BOOST_JOIN(string_, get_), name)<T>); 184 { return BOOST_JOIN(x, Q); } 190 …ECOMPUTE_IF_NOT_LOCAL(constant_, name) constant_initializer<T, & BOOST_JOIN(constant_, name)… 197 template <class T> struct BOOST_JOIN(constant_, name){\ 228 … constant_initializer<T, & BOOST_JOIN(constant_, name)<T>::get_from_string >::force_instantiate();\ 232 { return BOOST_JOIN(x, F); }\ 236 { return BOOST_JOIN(x, L); }\ 240 …constant_initializer2<T, N, & BOOST_JOIN(constant_, name)<T>::template get_from_compute<N> >::forc… 254 …{ return detail:: BOOST_JOIN(constant_, name)<T>::get(typename construction_traits<T, Policy>::typ… 260 } namespace float_constants{ BOOST_STATIC_CONSTEXPR float name = BOOST_JOIN(x, F); }\ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/ |
| H A D | function_template.hpp | 50 #define BOOST_FUNCTION_FUNCTION BOOST_JOIN(function,BOOST_FUNCTION_NUM_ARGS) 52 BOOST_JOIN(function_invoker,BOOST_FUNCTION_NUM_ARGS) 54 BOOST_JOIN(void_function_invoker,BOOST_FUNCTION_NUM_ARGS) 56 BOOST_JOIN(function_obj_invoker,BOOST_FUNCTION_NUM_ARGS) 58 BOOST_JOIN(void_function_obj_invoker,BOOST_FUNCTION_NUM_ARGS) 60 BOOST_JOIN(function_ref_invoker,BOOST_FUNCTION_NUM_ARGS) 62 BOOST_JOIN(void_function_ref_invoker,BOOST_FUNCTION_NUM_ARGS) 64 BOOST_JOIN(function_mem_invoker,BOOST_FUNCTION_NUM_ARGS) 66 BOOST_JOIN(function_void_mem_invoker,BOOST_FUNCTION_NUM_ARGS) 68 BOOST_JOIN(get_function_invoker,BOOST_FUNCTION_NUM_ARGS) [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 | rational.hpp | 18 # define BOOST_HEADER() <BOOST_JOIN(boost/math/tools/detail/polynomial_horner1_, BOOST_MATH_MAX_PO… 22 # define BOOST_HEADER() <BOOST_JOIN(boost/math/tools/detail/polynomial_horner2_, BOOST_MATH_MAX_PO… 26 # define BOOST_HEADER() <BOOST_JOIN(boost/math/tools/detail/polynomial_horner3_, BOOST_MATH_MAX_PO… 31 # define BOOST_HEADER() <BOOST_JOIN(boost/math/tools/detail/rational_horner1_, BOOST_MATH_MAX_POLY… 35 # define BOOST_HEADER() <BOOST_JOIN(boost/math/tools/detail/rational_horner2_, BOOST_MATH_MAX_POLY… 39 # define BOOST_HEADER() <BOOST_JOIN(boost/math/tools/detail/rational_horner3_, BOOST_MATH_MAX_POLY…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | default_ops.hpp | 2661 struct BOOST_JOIN(func, _funct)\ 2665 using default_ops::BOOST_JOIN(eval_,func);\ 2666 BOOST_JOIN(eval_,func)(result, arg);\ 2676 …, detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A… 2683 …, detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A… 2686 …detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A3,… 2694 , detail::BOOST_JOIN(func, _funct)<Backend> \ 2701 , detail::BOOST_JOIN(func, _funct)<Backend> \ 2704 detail::BOOST_JOIN(func, _funct)<Backend>() \ 2715 using default_ops::BOOST_JOIN(eval_,func);\ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/ |
| H A D | has_binary_operator.hpp | 50 namespace BOOST_JOIN(BOOST_TT_TRAIT_NAME,_impl) { 215 template <class Lhs, class Rhs=Lhs, class Ret=::boost::detail::BOOST_JOIN(BOOST_TT_TRAIT_NAME,_impl… 216 struct BOOST_TT_TRAIT_NAME : public integral_constant<bool, (::boost::detail::BOOST_JOIN(BOOST_TT_T…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/ |
| H A D | templated_streams.hpp | 45 BOOST_JOIN(std::basic_,X)< E , T > 48 BOOST_JOIN(std::basic_,X)< E , T , A >
|
| /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 | literals.hpp | 162 …:signed_magnitude, boost::multiprecision::unchecked, void> > operator "" BOOST_JOIN(_cppi, Bits)()\ 171 …signed_magnitude, boost::multiprecision::unchecked, void> > operator "" BOOST_JOIN(_cppui, Bits)()\
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/ |
| H A D | suffix.hpp | 556 #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) macro
|