Searched refs:nullable_shared_ptr (Results 1 – 1 of 1) sorted by relevance
45 auto nullable_shared_ptr = condition ? non_null_shared_ptr.get() : nullptr; in dupe_if() local47 return {std::move(non_null_shared_ptr), std::move(nullable_shared_ptr)}; in dupe_if()