Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h336 void deallocate(pointer pObject, size_type) { in deallocate()
342 void construct(pointer pObject, const DataType& pValue) { in construct()
346 void destroy(pointer pObject) { pObject->~DataType(); } in destroy()
389 void deallocate(DataType* pObject, size_type) { in deallocate()
393 void deallocate(pointer pObject, size_type) { std::free(pObject); } in deallocate()
396 void construct(DataType* pObject, const DataType& pValue) { /* do nothing */ in construct()
399 void construct(pointer pObject, const_reference pValue) { /* do nothing */ in construct()
403 void destroy(DataType* pObject) { /* do nothing */ in destroy()
406 void destroy(pointer pObject) { /* do nothing */ in destroy()
/frameworks/wilhelm/src/itf/
DIEngine.cpp769 static SLresult IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, in IEngine_CreateExtensionObject()
1309 static XAresult IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, in IXAEngine_CreateExtensionObject()