Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/util/tests/
H A Dfixed_size_vector_test.cc44 TEST(FixedSizeVector, EmptyWithCapacityWithDefault) { in TEST() argument
53 TEST(FixedSizeVector, PushBackOneAndRead) { in TEST() argument
64 TEST(FixedSizeVector, PushBackUntilFullAndRead) { in TEST() argument
86 TEST(FixedSizeVector, PushBackAndErase) { in TEST() argument
103 TEST(FixedSizeVector, PushBackAndPopBack) { in TEST() argument
125 TEST(FixedSizeVector, EraseDestructorCalled) { in TEST() argument
168 TEST(FixedSizeVector, Swap) { in TEST() argument
178 TEST(FixedSizeVector, ResizeLarger) { in TEST() argument
184 TEST(FixedSizeVector, ResizeSmaller) { in TEST() argument
200 TEST(FixedSizeVector, Iterator) { in TEST() argument
[all …]
/aosp_15_r20/external/google-fruit/include/fruit/impl/data_structures/
H A Dfixed_size_vector.templates.h32 FixedSizeVector<T, Allocator>::FixedSizeVector(const FixedSizeVector& other, std::size_t capacity) in FixedSizeVector() function
46 FixedSizeVector<T, Allocator>::FixedSizeVector(std::size_t size, const T& value, Allocator allocato… in FixedSizeVector() function
H A Dfixed_size_vector.defn.h32 inline FixedSizeVector<T, Allocator>::FixedSizeVector(std::size_t capacity, Allocator allocator) in FixedSizeVector() function
51 inline FixedSizeVector<T, Allocator>::FixedSizeVector(FixedSizeVector&& other) noexcept : FixedSize… in FixedSizeVector() function