Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dimmutable_vector.h27 class ImmutableVector; variable
101 ImmutableVector(const T* begin, size_t size) in ImmutableVector() function
104 ImmutableVector(const T* begin, const T* end) in ImmutableVector() function
113 ImmutableVector(P producer, size_t size) { in ImmutableVector() function
135 ImmutableVector(const C& container) { in ImmutableVector() function
154 ImmutableVector(C&& container) { in ImmutableVector() function
167 ImmutableVector(std::initializer_list<T> list) in ImmutableVector() function
171 ImmutableVector(const ImmutableVector& other) in ImmutableVector() function
184 ImmutableVector(ImmutableVector&& other) noexcept { in ImmutableVector() function
Dimmutable_vector_unittest.cc11 TEST(ImmutableVector, CreationDestruction) { in TEST() argument
55 TEST(ImmutableVector, CopyAndMoveOperations) { in TEST() argument