Home
last modified time | relevance | path

Searched defs:FixedVector (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libc/src/__support/
H A Dfixedvector.h28 constexpr FixedVector(iterator begin, iterator end) : store{}, item_count{} { FixedVector() function
34 constexpr FixedVector(const_iterator begin, const_iterator end) FixedVector() function
40 constexpr FixedVector(size_t count, const T &value) : store{}, item_count{} { FixedVector() function