Searched defs:AutoPtr (Results 1 – 3 of 3) sorted by relevance
53 AutoPtr () : p_ (0) { } in AutoPtr() function59 explicit AutoPtr (T *p) : p_( p ) { } in AutoPtr() function
18 typedef auto *AutoPtr; // expected-error{{'auto' not allowed in typedef}} typedef
107 class AutoPtr { class