Lines Matching defs:IndexSequence
41 struct IndexSequence {};
52 using Type = IndexSequence<>;
55 using Type = IndexSequence<0>;
58 using Type = IndexSequence<0,1>;
61 using Type = IndexSequence<0,1,2>;
64 using Type = IndexSequence<0,1,2,3>;
67 using Type = IndexSequence<0,1,2,3,4>;
70 using Type = IndexSequence<0,1,2,3,4,5>;
73 using Type = IndexSequence<0,1,2,3,4,5,6>;
76 using Type = IndexSequence<0,1,2,3,4,5,6,7>;
79 using Type = IndexSequence<0,1,2,3,4,5,6,7,8>;
82 using Type = IndexSequence<0,1,2,3,4,5,6,7,8,9>;
85 using Type = IndexSequence<0,1,2,3,4,5,6,7,8,9,10>;
88 using Type = IndexSequence<0,1,2,3,4,5,6,7,8,9,10,11>;
91 using Type = IndexSequence<0,1,2,3,4,5,6,7,8,9,10,11,12>;
98 using Type = IndexSequence<Ns...>;
139 IndexSequence<Ns...>) {
155 IndexSequence<Ns...>) {
177 IndexSequence<InNs...>,
178 IndexSequence<OutNs...>) {