Searched defs:pObject (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 336 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/ |
D | IEngine.c | 768 static SLresult IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, in IEngine_CreateExtensionObject() 1308 static XAresult IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, in IXAEngine_CreateExtensionObject()
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |