Searched defs:base_ptr (Results 1 – 2 of 2) sorted by relevance
431 fbl::unique_ptr<Base> base_ptr(std::move(derived_ptr)); in test_upcast() local443 fbl::unique_ptr<Base> base_ptr = std::move(derived_ptr); in test_upcast() local453 fbl::unique_ptr<Base> base_ptr; in test_upcast() local474 fbl::unique_ptr<Base> base_ptr(derived_ptr); in test_upcast() local483 fbl::unique_ptr<Base> base_ptr = derived_ptr; in test_upcast() local492 fbl::unique_ptr<Base> base_ptr; in test_upcast() local
328 fbl::RefPtr<Base> base_ptr(derived_ptr); in do_test() local346 fbl::RefPtr<Base> base_ptr(std::move(derived_ptr)); in do_test() local372 fbl::RefPtr<Base> base_ptr = derived_ptr; in do_test() local390 fbl::RefPtr<Base> base_ptr = std::move(derived_ptr); in do_test() local416 fbl::RefPtr<Base> base_ptr; in do_test() local435 fbl::RefPtr<Base> base_ptr; in do_test() local
Completed in 5 milliseconds