Searched defs:autoPtr (Results 1 – 2 of 2) sorted by relevance
43 OwnPtr(std::auto_ptr<ValueType> autoPtr) : m_ptr(autoPtr.release()) { } in OwnPtr()61 …void adopt(std::auto_ptr<ValueType> autoPtr) { ASSERT(!autoPtr.get() || m_ptr != autoPtr.get()); d… in adopt()
1683 AutoPtrArrayContainer<uint8> autoPtr(maxAACFrameBuffer); in InitAACFile() local