Searched defs:mStorage (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DVectorImpl.h35 * For performance reasons, we expose mStorage and mCount
59 inline const void* arrayImpl() const { return mStorage; }
122 void * mStorage; // base address of the vector member in class:android::VectorImpl
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.h35 * For performance reasons, we expose mStorage and mCount
60 inline const void* arrayImpl() const { return mStorage; }
125 void * mStorage; // base address of the vector member in class:android::tinyutils::VectorImpl

Completed in 249 milliseconds