Searched defs:pObject (Results 1 - 3 of 3) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | Allocators.h | 336 void deallocate(pointer pObject, size_type) { argument 337 std::free(static_cast<void*>(pObject)); 342 void construct(pointer pObject, const DataType& pValue) { argument 343 ::new (reinterpret_cast<void*>(pObject)) value_type(pValue); 346 void destroy(pointer pObject) { pObject->~DataType(); } argument 389 void deallocate(DataType* pObject, size_type) { argument 390 std::free(static_cast<void*>(pObject)); 393 void deallocate(pointer pObject, size_type) { std::free(pObject); } argument 396 construct(DataType* pObject, const DataType& pValue) argument 399 construct(pointer pObject, const_reference pValue) argument 403 destroy(DataType* pObject) argument 406 destroy(pointer pObject) argument [all...] |
/frameworks/wilhelm/src/itf/ |
H A D | IEngine.cpp | 769 static SLresult IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, argument 775 if (NULL == pObject) { 778 *pObject = NULL; 1309 static XAresult IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, argument 1315 (SLObjectItf *) pObject, pParameters, objectID, numInterfaces,
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |
Completed in 11 milliseconds