| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | is_const.hpp | 32 struct is_const : public integral_constant<bool, __is_const(T)> {}; struct 37 struct is_const : public false_type {}; 38 template <class T> struct is_const<T const> : public true_type{}; 39 template <class T, std::size_t N> struct is_const<T const[N]> : public true_type{}; 40 template <class T> struct is_const<T const[]> : public true_type{};
|
| H A D | intrinsics.hpp | 104 …) (__has_trivial_assign(T) || ( ::boost::is_pod<T>::value && ! ::boost::is_const<T>::value && !::b… 127 …(__has_trivial_move_assign(T) || boost::is_pod<T>::value) && ! ::boost::is_const<T>::value && !::b… 260 … BOOST_INTEL_TT_OPTS) && ! ::boost::is_volatile<T>::value && ! ::boost::is_const<T>::value && is_a… 264 …as_nothrow_assign(T) BOOST_INTEL_TT_OPTS) && !is_volatile<T>::value && !is_const<T>::value && is_a… 266 …ssign(T) BOOST_INTEL_TT_OPTS) && ! ::boost::is_volatile<T>::value && ! ::boost::is_const<T>::value) 270 …as_nothrow_assign(T) BOOST_INTEL_TT_OPTS) && !is_volatile<T>::value && !is_const<T>::value && !is_… 303 …oracle_is_trivial(T)) && ! ::boost::is_volatile<T>::value && ! ::boost::is_const<T>::value && is_a… 308 …vial_assign(T) || __oracle_is_trivial(T)) && !is_volatile<T>::value && !is_const<T>::value && is_a…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/ |
| H A D | normalized_view.hpp | 43 static const bool is_const = boost::is_const<Geometry>::value; member 52 is_const, 70 is_const, 85 is_const,
|
| /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/pb_ds/detail/ |
| H A D | type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
| /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/pb_ds/detail/ |
| H A D | type_utils.hpp | 56 using std::tr1::is_const; 81 value = is_const<T>::value && is_pointer<T>::value 90 value = is_const<T>::value && is_reference<T>::value
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/ |
| H A D | intrinsic_fwd.hpp | 99 is_const<Sequence> 113 is_const<Sequence> 193 is_const<Sequence> 212 is_const<Sequence>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/detail/ |
| H A D | facade_iterator_category.hpp | 65 is_const<Reference> 67 , is_const<ValueParam> 70 : is_const<ValueParam>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/ |
| H A D | ring_type.hpp | 105 boost::is_const<Polygon>, 120 boost::is_const<MultiLinestring>, 136 boost::is_const<MultiPolygon>,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | for_each.hpp | 105 is_const<Range>::value, in apply() 135 is_const<Range>::value, in apply() 294 is_const<MultiGeometry>::value, 311 is_const<MultiGeometry>::value,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/ |
| H A D | scoped_environment.hpp | 77 is_const< \ 111 is_const< 136 is_const<
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/detail/point_iterator/ |
| H A D | inner_range_type.hpp | 40 !boost::is_const<Geometry>::type::value, 52 !boost::is_const<Polygon>::type::value,
|
| H A D | value_type.hpp | 33 !boost::is_const<Geometry>::type::value,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/ |
| H A D | iterator.hpp | 37 mpl::eval_if_c< is_const<C>::value, 63 is_const<typename remove_reference<C>::type>::value,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | span.h | 37 static_assert(std::is_const<T>::value, 116 typename = typename std::enable_if<std::is_const<T>::value, C>::type> 121 typename = typename std::enable_if<!std::is_const<T>::value, C>::type>
|
| H A D | stack.h | 225 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument 233 static constexpr bool kIsConst = is_const; \ 240 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | span.h | 37 static_assert(std::is_const<T>::value, 116 typename = typename std::enable_if<std::is_const<T>::value, C>::type> 121 typename = typename std::enable_if<!std::is_const<T>::value, C>::type>
|
| H A D | stack.h | 225 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument 233 static constexpr bool kIsConst = is_const; \ 240 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | span.h | 39 static_assert(std::is_const<T>::value, 120 typename = typename std::enable_if<std::is_const<T>::value, C>::type> 125 typename = typename std::enable_if<!std::is_const<T>::value, C>::type>
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | span.h | 39 static_assert(std::is_const<T>::value, 120 typename = typename std::enable_if<std::is_const<T>::value, C>::type> 125 typename = typename std::enable_if<!std::is_const<T>::value, C>::type>
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | span.h | 39 static_assert(std::is_const<T>::value, 120 typename = typename std::enable_if<std::is_const<T>::value, C>::type> 125 typename = typename std::enable_if<!std::is_const<T>::value, C>::type>
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | span.h | 39 static_assert(std::is_const<T>::value, 120 typename = typename std::enable_if<std::is_const<T>::value, C>::type> 125 typename = typename std::enable_if<!std::is_const<T>::value, C>::type>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/ |
| H A D | at.hpp | 96 is_const<Sequence> 116 is_const<Sequence>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | for_each_range.hpp | 150 boost::is_const<Geometry>::value, 169 boost::is_const<Geometry>::value,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/detail/ |
| H A D | end_impl.hpp | 39 typename mpl::if_<is_const<Sequence>, nil_ const, nil_>::type>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/query/ |
| H A D | find_if_fwd.hpp | 27 is_const<Sequence>
|