Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/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