Searched refs:Adopt (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_ref_counted.h70 * objects must provide an implementation of AddRef/Release/Adopt which is
94 * include this macro. It defines pure virtual AddRef/Release/Adopt members
104 * throughout the system), and marks the virtual AddRef/Release/Adopt methods as
122 #define __PCIE_REQUIRE_ADOPT virtual void Adopt() = 0
125 inline void Adopt() { } \
135 #define __PCIE_IMPLEMENT_ADOPT void Adopt() final { ref_count_impl_.Adopt(); }
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dref_counted.h41 using internal::RefCountedBase<EnableAdoptionValidator>::Adopt;
H A Dref_counted_internal.h113 void Adopt() const { function in class:fbl::internal::RefCountedBase
H A Dref_ptr.h220 ptr_->Adopt();
275 // Constructs a RefPtr from a T* without attempt to either AddRef or Adopt the
/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dref_counted.h28 using ::fbl::internal::RefCountedBase<EnableAdoptionValidator>::Adopt;
/fuchsia/zircon/system/utest/fbl/
H A Dref_counted_tests.cpp157 raw->Adopt();
189 raw->Adopt();
H A Dref_ptr_tests.cpp22 void Adopt() {} function in class:__anon1349::RefCallCounter
184 void Adopt() { adopt_calls_++; } function in class:__anon1349::upcasting::Stats
646 RUN_NAMED_TEST("Ref Pointer Adopt null", ref_ptr_adopt_null_test)
/fuchsia/zircon/kernel/vm/
H A Dvm_aspace.cpp63 _kernel_aspace.Adopt();
64 dummy_vmar.Adopt();
/fuchsia/zircon/kernel/object/include/object/
H A Ddispatcher.h90 using fbl::RefCounted<Dispatcher>::Adopt;

Completed in 39 milliseconds