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
156 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function157 linked_ptr(linked_ptr const& ptr) { // NOLINT in linked_ptr() function
105 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() function106 linked_ptr(linked_ptr const& ptr) { copy(&ptr); } 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
56 template<typename T> class linked_ptr; variable