Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 211) sorted by relevance

123456789

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant.hpp91 template <typename T, typename... Types>
94 template <typename T, typename First, typename... Types>
95 struct direct_type<T, First, Types...>
98 ? sizeof...(Types)
99 : direct_type<T, Types...>::index;
128 template <typename T, typename... Types>
131 template <typename T, typename First, typename... Types>
132 struct convertible_type<T, First, Types...>
135 ? disjunction<std::is_convertible<T, Types>...>::value ? invalid_value : sizeof...(Types)
136 : convertible_type<T, Types...>::index;
[all …]
H A Dvariant_io.hpp34 template <typename CharT, typename Traits, typename... Types>
36 operator<<(std::basic_ostream<CharT, Traits>& out, variant<Types...> const& rhs) in operator <<()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/nonterminal/
H A Dextract_param.hpp43 template <typename Types, typename Pred, typename Default>
46 typedef typename mpl::find_if<Types, Pred>::type pos;
50 is_same<pos, typename mpl::end<Types>::type>
58 template <typename Types>
62 Types
70 template <typename Domain, typename Types>
75 Types
87 template <typename Types, typename Encoding, typename Domain>
92 Types
138 template <typename Types>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dfor_each_point.hpp19 template <typename...Types, typename F>
20 void for_each_point(mapbox::util::variant<Types...> const& geom, F&& f) in for_each_point()
22 mapbox::util::variant<Types...>::visit(geom, [&] (auto const& g) { in for_each_point()
27 template <typename...Types, typename F>
28 void for_each_point(mapbox::util::variant<Types...> & geom, F&& f) in for_each_point()
30 mapbox::util::variant<Types...>::visit(geom, [&] (auto & g) { in for_each_point()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dassert_msg.hpp26 #define BOOST_SPIRIT_ASSERT_MSG(Cond, Msg, Types) \ argument
30 #define BOOST_SPIRIT_ASSERT_MSG(Cond, Msg, Types) \ argument
31 BOOST_MPL_ASSERT_MSG(Cond, Msg, Types)
49 #define BOOST_SPIRIT_ASSERT_FAIL(TemplateParam, Msg, Types) \ argument
51 TemplateParam, TemplateParam >::value), Msg, Types)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp181 template <typename Types>
186 typedef typename mpl::end<Types>::type end_it;
191 Types
230 template <class Types>
233 Types, mpl::not_<boost::is_nothrow_move_constructible<boost::mpl::_1> >
236 typedef typename boost::mpl::end<Types>::type end_t;
247 template <class Types>
250 Types, mpl::not_<boost::is_nothrow_move_assignable<boost::mpl::_1> >
253 typedef typename boost::mpl::end<Types>::type end_t;
279 template <class T, class Types>
[all …]
H A Drecursive_variant.hpp192 template <typename Types>
197 BOOST_STATIC_ASSERT(( ::boost::mpl::is_sequence<Types>::value ));
202 detail::variant::over_sequence< Types >
H A Dvariant_fwd.hpp311 template <typename Types> struct make_variant_over;
318 template <typename Types> struct make_recursive_variant_over;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dover_sequence.hpp29 template <typename Types>
32 typedef Types type;
48 template <typename Types>
49 struct is_over_sequence< over_sequence<Types> >
H A Delement_index.hpp34 template <class Types, class T>
37 Types,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dvariant20 template <class... Types>
85 template <class... Types>
86 struct variant_size<variant<Types...>>;
97 template <size_t I, class... Types>
98 struct variant_alternative<I, variant<Types...>>;
103 template <class T, class... Types>
104 constexpr bool holds_alternative(const variant<Types...>&) noexcept;
106 template <size_t I, class... Types>
107 constexpr variant_alternative_t<I, variant<Types...>>&
108 get(variant<Types...>&);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dvariant20 template <class... Types>
85 template <class... Types>
86 struct variant_size<variant<Types...>>;
97 template <size_t I, class... Types>
98 struct variant_alternative<I, variant<Types...>>;
103 template <class T, class... Types>
104 constexpr bool holds_alternative(const variant<Types...>&) noexcept;
106 template <size_t I, class... Types>
107 constexpr variant_alternative_t<I, variant<Types...>>&
108 get(variant<Types...>&);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dcompress_variant.hpp61 template <typename Types>
65 boost::mpl::size<Types>,
68 typename boost::mpl::front<Types>::type,
69 typename make_variant_over<Types>::type
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libmime/
H A Dlibmime-types-perl_2.17.bb1 SUMMARY = "MIME::Types - Definition of MIME types"
8 HOMEPAGE = "http://search.cpan.org/~markov/MIME-Types-${PV}"
14 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
20 S = "${WORKDIR}/MIME-Types-${PV}"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-qml.qdoc30 \title Qt Location QML Types
107 \section1 Common QML Types
111 \section1 Maps QML Types
115 \section1 Navigation and Routing QML Types
119 \section1 Geocoding QML Types
123 \section1 Places QML Types
127 \section1 Alphabetical Listing of All QML Types
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/
H A Dqtpositioning.qdocconf26 qhp.QtPositioning.subprojects.qml.title = QML Types
27 qhp.QtPositioning.subprojects.qml.indexTitle = Qt Positioning QML Types
56 navigation.qmltypespage = "Qt Positioning QML Types"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/
H A Dqtlocation.qdocconf26 qhp.QtLocation.subprojects.qml.title = QML Types
27 qhp.QtLocation.subprojects.qml.indexTitle = Qt Location QML Types
57 navigation.qmltypespage = "Qt Location QML Types"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Duniform.hpp88 using Types = TypeList<Us...>; typedef in mbgl::gl::Uniforms
138 typename A::Types,
139 typename B::Types>::Type;
H A Dattribute.hpp222 using Types = TypeList<As...>; typedef in mbgl::gl::Attributes
314 typename A::Types,
315 typename B::Types>::Type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/
H A Dqtpositioning-qml.qdoc30 \title Qt Positioning QML Types
66 \section1 Basic Types
70 \section1 Alphabetical Listing of All QML Types
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dstabs.info45 * Types:: Type definitions
49 * Stab Types:: Symbol types in a.out files
57 * Symbol Types Index:: Index of symbolic stab symbol type names.
155 stab. *Note Stab Types::, for a list in numeric order of the valid TYPE
207 Types::.
792 File: stabs.info, Node: Variables, Next: Types, Prev: Constants, Up: Top
1217 File: stabs.info, Node: Types, Next: Macro define and undefine, Prev: Variables, Up: Top
1219 5 Defining Types
1229 * Builtin Types:: Integers, floating point, void, etc.
1230 * Miscellaneous Types:: Pointers, sets, files, etc.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dstabs.info45 * Types:: Type definitions
49 * Stab Types:: Symbol types in a.out files
57 * Symbol Types Index:: Index of symbolic stab symbol type names.
155 stab. *Note Stab Types::, for a list in numeric order of the valid TYPE
207 Types::.
792 File: stabs.info, Node: Variables, Next: Types, Prev: Constants, Up: Top
1217 File: stabs.info, Node: Types, Next: Macro define and undefine, Prev: Variables, Up: Top
1219 5 Defining Types
1229 * Builtin Types:: Integers, floating point, void, etc.
1230 * Miscellaneous Types:: Pointers, sets, files, etc.
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/pm/
H A Dtypes.rst4 Device Power Management Data Types
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dca_data_types.rst6 CA Data Types
/OK3568_Linux_fs/buildroot/package/python-sortedcontainers/
H A DConfig.in4 Python Sorted Container Types: SortedList, SortedDict, and

123456789