Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h57 class SmallFixedVector; variable
78 friend class SmallFixedVector; variable
283 SmallFixedVector() { in SmallFixedVector() function
304 SmallFixedVector(Iter b, Iter e) : SmallFixedVector() { in SmallFixedVector() function
313 explicit SmallFixedVector(const Range& r) in SmallFixedVector() function
318 explicit SmallFixedVector(Range&& r) in SmallFixedVector() function
322 SmallFixedVector(std::initializer_list<U> list) in SmallFixedVector() function
325 SmallFixedVector(const SmallFixedVector& other) in SmallFixedVector() function
328 SmallFixedVector(SmallFixedVector&& other) { in SmallFixedVector() function
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DSmallVector.h57 class SmallFixedVector; variable
78 friend class SmallFixedVector; variable
283 SmallFixedVector() { in SmallFixedVector() function
304 SmallFixedVector(Iter b, Iter e) : SmallFixedVector() { in SmallFixedVector() function
313 explicit SmallFixedVector(const Range& r) in SmallFixedVector() function
318 explicit SmallFixedVector(Range&& r) in SmallFixedVector() function
322 SmallFixedVector(std::initializer_list<U> list) in SmallFixedVector() function
325 SmallFixedVector(const SmallFixedVector& other) in SmallFixedVector() function
328 SmallFixedVector(SmallFixedVector&& other) { in SmallFixedVector() function