Searched defs:linked_ptr (Results 1 – 6 of 6) sorted by relevance
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function147 linked_ptr(linked_ptr const& ptr) { // NOLINT in linked_ptr() function
85 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function87 linked_ptr(linked_ptr const& ptr) { in linked_ptr() function
88 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function90 linked_ptr(linked_ptr const& ptr) { in linked_ptr() function
104 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function105 linked_ptr(linked_ptr const& ptr) { copy(&ptr); } in linked_ptr() function
55 template<typename T> class linked_ptr; variable