Searched defs:ImmutableVector (Results 1 – 2 of 2) sorted by relevance
27 class ImmutableVector; variable101 ImmutableVector(const T* begin, size_t size) in ImmutableVector() function104 ImmutableVector(const T* begin, const T* end) in ImmutableVector() function113 ImmutableVector(P producer, size_t size) { in ImmutableVector() function135 ImmutableVector(const C& container) { in ImmutableVector() function154 ImmutableVector(C&& container) { in ImmutableVector() function167 ImmutableVector(std::initializer_list<T> list) in ImmutableVector() function171 ImmutableVector(const ImmutableVector& other) in ImmutableVector() function184 ImmutableVector(ImmutableVector&& other) noexcept { in ImmutableVector() function
11 TEST(ImmutableVector, CreationDestruction) { in TEST() argument55 TEST(ImmutableVector, CopyAndMoveOperations) { in TEST() argument