Home
last modified time | relevance | path

Searched refs:IndexedTuple (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dindexed_tuple.hpp19 template <class...> class IndexedTuple;
27 class IndexedTuple<TypeList<Is...>, TypeList<Ts...>> : public tuple_polyfill<Ts...> { class
44 IndexedTuple<TypeList<Is..., Js...>, TypeList<Ts..., Us...>>
45 concat(const IndexedTuple<TypeList<Js...>, TypeList<Us...>>& other) const { in concat()
46 return IndexedTuple<TypeList<Is..., Js...>, TypeList<Ts..., Us...>> { in concat()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Duniform.hpp89 using State = IndexedTuple<TypeList<Us...>, TypeList<typename Us::State...>>;
90 using Values = IndexedTuple<TypeList<Us...>, TypeList<typename Us::Value...>>;
H A Dattribute.hpp223 using Locations = IndexedTuple<
226 using Bindings = IndexedTuple<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dproperties.hpp128 using Tuple = IndexedTuple<PropertyTypes, TypeList>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp285 using Binders = IndexedTuple<