Home
last modified time | relevance | path

Searched refs:kSmallSize (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DSmallVector.h279 static constexpr size_type kSmallSize = SmallSize; variable
341 this->mCapacity = kSmallSize; in SmallFixedVector()
392 void init_inplace() { this->init(mData.array, mData.array, kSmallSize); } in init_inplace()
398 alignas(size_type) T array[kSmallSize];
/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h279 static constexpr size_type kSmallSize = SmallSize; variable
341 this->mCapacity = kSmallSize; in SmallFixedVector()
392 void init_inplace() { this->init(mData.array, mData.array, kSmallSize); } in init_inplace()
398 alignas(size_type) T array[kSmallSize];
/hardware/google/gfxstream/host/
DRenderThread.cpp289 ChannelStream stream(mChannel, RenderChannel::Buffer::kSmallSize); in main()