Searched refs:GetKey (Results 26 - 46 of 46) sorted by relevance

12

/fuchsia/zircon/system/ulib/blobfs/include/blobfs/
H A Dblobfs.h86 const uint8_t* GetKey() const { function in class:blobfs::final
296 static const uint8_t* GetKey(const VnodeBlob& obj) { return obj.GetKey(); } function in struct:blobfs::MerkleRootTraits
/fuchsia/zircon/system/utest/fbl/
H A Dintrusive_wavl_tree_tests.cpp29 static KeyType GetKey(typename PtrTraits::ConstRefType obj) { function in struct:fbl::tests::intrusive_containers::OtherTreeTraits
253 BalanceTestKeyType GetKey() const { return key_; } function in class:fbl::tests::intrusive_containers::BalanceTestObj
304 BalanceTestObjPtr erased = tree.erase(ptr->GetKey());
H A Dintrusive_hash_table_sll_tests.cpp31 static OtherKeyType GetKey(const ObjType& obj) { function in struct:fbl::tests::intrusive_containers::OtherHashTraits
H A Dintrusive_hash_table_dll_tests.cpp31 static OtherKeyType GetKey(const ObjType& obj) { function in struct:fbl::tests::intrusive_containers::OtherHashTraits
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_wavl_tree.h294 auto node_key = KeyTraits::GetKey(*node);
701 auto key = KeyTraits::GetKey(*ptr);
708 auto parent_key = KeyTraits::GetKey(*parent);
945 ZX_DEBUG_ASSERT(KeyTraits::EqualTo(KeyTraits::GetKey(*old_node),
946 KeyTraits::GetKey(*new_node)));
1002 auto node_key = KeyTraits::GetKey(*node);
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_bus_driver.h215 uint8_t GetKey() const { return ecam_.bus_start; } function in class:PcieBusDriver::MappedEcamRegion
/fuchsia/zircon/kernel/vm/include/vm/
H A Dvm_page_list.h30 uint64_t GetKey() const { return obj_offset_; } function in class:final
H A Dvm_address_region.h123 vaddr_t GetKey() const { return base(); } function in class:VmAddressRegionOrMapping
/fuchsia/zircon/system/dev/block/block/
H A Dserver.h35 vmoid_t GetKey() const { return vmoid_; } function in class:IoBuffer
/fuchsia/zircon/system/utest/fbl/include/fbl/tests/intrusive_containers/
H A Dobjects.h39 KeyType GetKey() const { return key_; } function in class:fbl::tests::intrusive_containers::KeyedTestObjBase
/fuchsia/zircon/system/dev/block/fvm/
H A Dfvm-private.h32 size_t GetKey() const { return vslice_start_; } function in class:fvm::SliceExtent
H A Dfvm.cpp813 ZX_DEBUG_ASSERT(new_extent->GetKey() == vslice);
/fuchsia/zircon/system/ulib/intel-hda/include/intel-hda/codec-utils/
H A Dstream-base.h47 uint32_t GetKey() const { return id(); } function in class:audio::intel_hda::codecs::IntelHDAStreamBase
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-units.h44 uint32_t GetKey() const { return id(); } function in class:audio::usb::AudioUnit
/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_bus_driver.cpp319 iter = roots_.upper_bound(root_ref->GetKey());
/fuchsia/zircon/system/dev/nand/nandpart/test/
H A Daml-bad-block-test.cpp62 uint32_t GetKey() const { return id_; } function in class:nand::__anon446::TableNode
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosfuchsia.cpp84 uintptr_t GetKey() const { return vaddr_; } function in class:AcpiOsMappingNode
/fuchsia/zircon/system/ulib/minfs/
H A Dminfs.cpp476 ZX_DEBUG_ASSERT_MSG(!vnode_hash_.find(vn->GetKey()).IsValid(), "ino %u already in map\n",
477 vn->GetKey());
H A Dminfs-private.h347 ino_t GetKey() const { return ino_; } function in class:minfs::final
/fuchsia/zircon/system/ulib/trace-engine/
H A Dcontext_api.cpp88 const char* GetKey() const { return string_literal; } function in struct:trace::__anon1227::StringEntry
101 zx_koid_t GetKey() const { return thread_koid; } function in struct:trace::__anon1227::ThreadEntry
/fuchsia/zircon/system/ulib/blobfs/
H A Dblobfs.cpp1492 ZX_ASSERT(open_hash_.erase(vn->GetKey()) != nullptr);
1499 ZX_ASSERT(open_hash_.erase(raw_vn->GetKey()) != nullptr);

Completed in 210 milliseconds

12