Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTArray.h228 T* pNewArray = new T[uiNewCapacity]; // New Array in SetCapacity() local
255 T* pNewArray = new T[other.GetCapacity()]; in Copy() local
/external/pdfium/core/fxcrt/
Dfx_basic_array.cpp119 const CFX_BasicArray* pNewArray) { in InsertAt()
Dfx_basic.h304 bool InsertAt(int nStartIndex, const CFX_BasicArray* pNewArray) { in InsertAt()