Searched defs:SmallVector (Results 1 – 2 of 2) sorted by relevance
206 SmallVector() in SmallVector() function214 SmallVector(std::initializer_list<T> list) in SmallVector() function226 explicit SmallVector(Allocator *allocator) : allocator_(AddStaticFlag(allocator)) in SmallVector() function235 SmallVector(const SmallVector &other) : allocator_(other.allocator_) in SmallVector() function251 SmallVector(SmallVector &&other) noexcept : allocator_(other.allocator_) in SmallVector() function
209 SmallVector() in SmallVector() function217 SmallVector(std::initializer_list<T> list) in SmallVector() function229 explicit SmallVector(Allocator *allocator) : allocator_(AddStaticFlag(allocator)) in SmallVector() function238 SmallVector(const SmallVector &other) : allocator_(other.allocator_) in SmallVector() function254 SmallVector(SmallVector &&other) noexcept : allocator_(other.allocator_) in SmallVector() function