| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/ |
| H A D | variant.hpp | 91 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 D | variant_io.hpp | 34 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 D | extract_param.hpp | 43 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 D | for_each_point.hpp | 19 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 D | assert_msg.hpp | 26 #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 D | variant.hpp | 181 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 D | recursive_variant.hpp | 192 template <typename Types> 197 BOOST_STATIC_ASSERT(( ::boost::mpl::is_sequence<Types>::value )); 202 detail::variant::over_sequence< Types >
|
| H A D | variant_fwd.hpp | 311 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 D | over_sequence.hpp | 29 template <typename Types> 32 typedef Types type; 48 template <typename Types> 49 struct is_over_sequence< over_sequence<Types> >
|
| H A D | element_index.hpp | 34 template <class Types, class T> 37 Types,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | variant | 20 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 D | variant | 20 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 D | compress_variant.hpp | 61 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 D | libmime-types-perl_2.17.bb | 1 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 D | qtlocation-qml.qdoc | 30 \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 D | qtpositioning.qdocconf | 26 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 D | qtlocation.qdocconf | 26 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 D | uniform.hpp | 88 using Types = TypeList<Us...>; typedef in mbgl::gl::Uniforms 138 typename A::Types, 139 typename B::Types>::Type;
|
| H A D | attribute.hpp | 222 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 D | qtpositioning-qml.qdoc | 30 \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 D | stabs.info | 45 * 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 D | stabs.info | 45 * 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 D | types.rst | 4 Device Power Management Data Types
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | ca_data_types.rst | 6 CA Data Types
|
| /OK3568_Linux_fs/buildroot/package/python-sortedcontainers/ |
| H A D | Config.in | 4 Python Sorted Container Types: SortedList, SortedDict, and
|