Searched refs:ArrayPointer (Results 1 – 4 of 4) sorted by relevance
34 template< typename T > class ArrayPointer { class36 ArrayPointer(T * p): p_(p) {} in ArrayPointer() function in bridges::cpp_uno::shared::ArrayPointer38 ~ArrayPointer() { delete[] p_; } in ~ArrayPointer()43 ArrayPointer(ArrayPointer &); // not defined44 void operator =(ArrayPointer &); // not defined
334 bridges::cpp_uno::shared::ArrayPointer< unsigned char > thunkPtr( in cc50_solaris_intel_raiseException()
335 bridges::cpp_uno::shared::ArrayPointer< unsigned int > thunkPtr( in cc50_solaris_sparc_raiseException()
406 bridges::cpp_uno::shared::ArrayPointer< unsigned long > thunkPtr( in raiseException()
Completed in 39 milliseconds