Home | History | Annotate | Download | only in gtest

Lines Matching defs:make_linked_ptr

9183 // Doing e.g. make_linked_ptr(new FooBarBaz<type>(arg)) is a shorter notation
9186 linked_ptr<T> make_linked_ptr(T* ptr) {