Lines Matching defs:StaticVector
114 StaticVector(const StaticVector& other) in StaticVector() function
117 StaticVector(StaticVector&& other) { swap<true>(other); } in StaticVector() function
121 StaticVector(const StaticVector<U, M>& other) in StaticVector() function
126 explicit StaticVector(U (&array)[M]) in StaticVector() function
134 StaticVector(Iterator first, Iterator last) : StaticVector(kIteratorRange, first, last) { in StaticVector() function
140 StaticVector(IteratorRangeTag, Iterator first, Iterator last) in StaticVector() function
160 StaticVector(E&& element, Es&&... elements) in StaticVector() function
179 StaticVector(InitializerList<U, std::index_sequence<Size, Sizes...>, Types...>&& list) in StaticVector() function
302 StaticVector(std::index_sequence<I>, E&& element, Es&&... elements) in StaticVector() function
309 explicit StaticVector(std::index_sequence<I>) : size_(I) {} in StaticVector() function
322 StaticVector(std::index_sequence<I, ArgIndex, ArgCount>, std::index_sequence<Indices...>, in StaticVector() function
332 StaticVector(std::index_sequence<I, ArgIndex, ArgCount>, std::index_sequence<Indices...>, in StaticVector() function