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

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h114 /// standard construct - constructing an object on the location pointed by
119 void construct(pointer pPtr, const_reference pValue) function in class:mcld::LinearAllocatorBase
122 /// default construct - constructing an object on the location pointed by
127 void construct(pointer pPtr) function in class:mcld::LinearAllocatorBase
360 void construct(pointer pObject, const DataType& pValue) function in class:mcld::MallocAllocator
423 void construct(DataType* pObject, const DataType& pValue) function in class:mcld::MallocAllocator
426 void construct(pointer pObject, const_reference pValue) function in class:mcld::MallocAllocator
/frameworks/wilhelm/src/
H A Dsles.c487 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) function
493 SL_LOGV("construct %s at %p", clazz->mName, thiz);

Completed in 117 milliseconds