Home
last modified time | relevance | path

Searched defs:SmallVector (Results 1 – 2 of 2) 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
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dsmall_vector.h209 SmallVector() in SmallVector() function
217 SmallVector(std::initializer_list<T> list) in SmallVector() function
229 explicit SmallVector(Allocator *allocator) : allocator_(AddStaticFlag(allocator)) in SmallVector() function
238 SmallVector(const SmallVector &other) : allocator_(other.allocator_) in SmallVector() function
254 SmallVector(SmallVector &&other) noexcept : allocator_(other.allocator_) in SmallVector() function