Searched defs:SimpleSmartPointer (Results 1 – 2 of 2) sorted by relevance
29 struct SimpleSmartPointer { struct32 explicit SimpleSmartPointer(T *p = 0) : ptr(p) {} in SimpleSmartPointer() argument33 ~SimpleSmartPointer() { in ~SimpleSmartPointer() argument
204 struct SimpleSmartPointer { struct207 explicit SimpleSmartPointer(T *p = 0) : ptr(p) {} argument215 void testSimpleSmartPointerArrayNew() { argument225 void testSimpleSmartPointerMalloc() { argument