Home
last modified time | relevance | path

Searched refs:nullable_shared_ptr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/native/libs/ftl/
H A Dnon_null_test.cpp45 auto nullable_shared_ptr = condition ? non_null_shared_ptr.get() : nullptr; in dupe_if() local
47 return {std::move(non_null_shared_ptr), std::move(nullable_shared_ptr)}; in dupe_if()