Searched defs:SmartPointer (Results 1 – 5 of 5) sorted by relevance
3 struct SmartPointer { struct
24 struct SmartPointer { struct
23 class SmartPointer { class26 SmartPointer(void *x) : X(x) {} in SmartPointer() function in SmartPointer
199 TEST(PointeeIteratorTest, SmartPointer) { in TEST() argument