Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DSmallVector.h57 class SmallFixedVector; variable
78 friend class SmallFixedVector; variable
265 class SmallFixedVector : public SmallVector<T> {
283 SmallFixedVector() { in SmallFixedVector() function
293 offsetof(SmallFixedVector, mData) && in SmallFixedVector()
304 SmallFixedVector(Iter b, Iter e) : SmallFixedVector() { in SmallFixedVector() function
313 explicit SmallFixedVector(const Range& r) in SmallFixedVector() function
314 : SmallFixedVector(std::begin(r), std::end(r)) {} in SmallFixedVector()
318 explicit SmallFixedVector(Range&& r) in SmallFixedVector() function
319 : SmallFixedVector(std::make_move_iterator(std::begin(r)), in SmallFixedVector()
[all …]
/hardware/google/aemu/base/include/aemu/base/containers/
DSmallVector.h57 class SmallFixedVector; variable
78 friend class SmallFixedVector; variable
265 class SmallFixedVector : public SmallVector<T> {
283 SmallFixedVector() { in SmallFixedVector() function
293 offsetof(SmallFixedVector, mData) && in SmallFixedVector()
304 SmallFixedVector(Iter b, Iter e) : SmallFixedVector() { in SmallFixedVector() function
313 explicit SmallFixedVector(const Range& r) in SmallFixedVector() function
314 : SmallFixedVector(std::begin(r), std::end(r)) {} in SmallFixedVector()
318 explicit SmallFixedVector(Range&& r) in SmallFixedVector() function
319 : SmallFixedVector(std::make_move_iterator(std::begin(r)), in SmallFixedVector()
[all …]
/hardware/google/aemu/base/include/aemu/base/files/
DDecompressingStream.h36 SmallFixedVector<char, 512> mBuffer;
DCompressingStream.h36 SmallFixedVector<char, 512> mBuffer;
/hardware/google/gfxstream/include/render-utils/
DRenderChannel.h49 using Buffer = android::base::SmallFixedVector<char, 512>;
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DNativeGpuInfo_windows.cpp34 using android::base::SmallFixedVector;
122 SmallFixedVector<wchar_t, 256> name; in load_gpu_registry_info()
123 SmallFixedVector<BYTE, 1024> value; in load_gpu_registry_info()
/hardware/google/aemu/snapshot/include/snapshot/
DTextureSaver.h95 android::base::SmallFixedVector<unsigned char, 128> mBuffer;
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DSaveableTexture.h110 android::base::SmallFixedVector<unsigned char, 16> m_data;
/hardware/google/gfxstream/host/gl/
DEmulatedEglContext.cpp59 android::base::SmallFixedVector<EGLint, 7> contextAttribs = { in createImpl()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp697 android::base::SmallFixedVector<unsigned char, 16>& buffer in onSave()