Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dref_ptr_tests.cpp599 fbl::RefPtr<const C> moved_const_refptr = std::move(refptr); in ref_ptr_to_const_test() local
600 ASSERT_NONNULL(moved_const_refptr.get()); in ref_ptr_to_const_test()
607 const_refptr = std::move(moved_const_refptr); in ref_ptr_to_const_test()
609 ASSERT_NULL(moved_const_refptr); in ref_ptr_to_const_test()

Completed in 4 milliseconds