Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dsmall_vector.h206 SmallVector() in SmallVector() function
214 SmallVector(std::initializer_list<T> list) in SmallVector() function
226 explicit SmallVector(Allocator *allocator) : allocator_(AddStaticFlag(allocator)) in SmallVector() function
235 SmallVector(const SmallVector &other) : allocator_(other.allocator_) in SmallVector() function
251 SmallVector(SmallVector &&other) noexcept : allocator_(other.allocator_) in SmallVector() function