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

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h39 static void construct(value_type* pPtr) function in class:mcld::Chunk
42 static void construct(value_type* pPtr, const value_type& pValue) function in class:mcld::Chunk
78 static void construct(value_type* pPtr) function in class:mcld::Chunk
81 static void construct(value_type* pPtr, const value_type& pValue) function in class:mcld::Chunk
131 /// standard construct - constructing an object on the location pointed by
136 void construct(pointer pPtr, const_reference pValue) function in class:mcld::LinearAllocatorBase
137 { chunk_type::construct(pPtr, pValue); }
139 /// default construct - constructing an object on the location pointed by
144 void construct(pointer pPtr) function in class:mcld::LinearAllocatorBase
145 { chunk_type::construct(pPt
374 void construct(pointer pObject, const DataType& pValue) function in class:mcld::MallocAllocator
437 void construct(DataType* pObject, const DataType& pValue) function in class:mcld::MallocAllocator
440 void construct(pointer pObject, const_reference pValue) function in class:mcld::MallocAllocator
[all...]
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentGraph.cpp387 bool FragmentGraph::construct(const LinkerConfig& pConfig, Module& pModule) function in class:FragmentGraph
/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 188 milliseconds