Searched refs:moved_const_refptr (Results 1 – 1 of 1) sorted by relevance
599 fbl::RefPtr<const C> moved_const_refptr = std::move(refptr); in ref_ptr_to_const_test() local600 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