Home
last modified time | relevance | path

Searched refs:is_const (Results 1 – 25 of 100) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_const.hpp32 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 Dintrinsics.hpp104 …) (__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 Dnormalized_view.hpp43 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 Dtype_utils.hpp56 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 Dtype_utils.hpp56 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 Dintrinsic_fwd.hpp99 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 Dfacade_iterator_category.hpp65 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 Dring_type.hpp105 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 Dfor_each.hpp105 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 Dscoped_environment.hpp77 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 Dinner_range_type.hpp40 !boost::is_const<Geometry>::type::value,
52 !boost::is_const<Polygon>::type::value,
H A Dvalue_type.hpp33 !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 Diterator.hpp37 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 Dspan.h37 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 Dstack.h225 #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 Dspan.h37 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 Dstack.h225 #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 Dspan.h39 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 Dspan.h39 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 Dspan.h39 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 Dspan.h39 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 Dat.hpp96 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 Dfor_each_range.hpp150 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 Dend_impl.hpp39 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 Dfind_if_fwd.hpp27 is_const<Sequence>

1234