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 D | indexed_tuple.hpp | 19 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 D | uniform.hpp | 89 using State = IndexedTuple<TypeList<Us...>, TypeList<typename Us::State...>>; 90 using Values = IndexedTuple<TypeList<Us...>, TypeList<typename Us::Value...>>;
|
| H A D | attribute.hpp | 223 using Locations = IndexedTuple< 226 using Bindings = IndexedTuple<
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | properties.hpp | 128 using Tuple = IndexedTuple<PropertyTypes, TypeList>;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | paint_property_binder.hpp | 285 using Binders = IndexedTuple<
|