Home | History | Annotate | Download | only in Support

Lines Matching refs:construct

36   static void construct(value_type* pPtr)
39 static void construct(value_type* pPtr, const value_type& pValue)
75 static void construct(value_type* pPtr)
78 static void construct(value_type* pPtr, const value_type& pValue)
128 /// standard construct - constructing an object on the location pointed by
133 void construct(pointer pPtr, const_reference pValue)
134 { chunk_type::construct(pPtr, pValue); }
136 /// default construct - constructing an object on the location pointed by
141 void construct(pointer pPtr)
142 { chunk_type::construct(pPtr); }
371 void construct(pointer pObject, const DataType& pValue)
434 void construct(DataType* pObject, const DataType& pValue)
437 void construct(pointer pObject, const_reference pValue)