Searched defs:SmartPointer (Results 1 – 4 of 4) sorted by relevance
121 SmartPointer() { } in SmartPointer() function122 explicit SmartPointer(T* ptr) in SmartPointer() function124 SmartPointer(const SmartPointer<T>& rhs) in SmartPointer() function
77 TEST(SmartPointer, All) { in TEST() argument
60 TEST(PointeeIteratorTest, SmartPointer) { in TEST() argument
23 class SmartPointer { class26 SmartPointer(void *x) : X(x) {} in SmartPointer() function in SmartPointer