Home
last modified time | relevance | path

Searched defs:DescriptorTable (Results 1 – 7 of 7) sorted by relevance

/external/cronet/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h299 struct PROTOBUF_EXPORT DescriptorTable { struct
306 const DescriptorTable* const* deps; argument
330 void PROTOBUF_EXPORT AssignDescriptors(const DescriptorTable* table, argument
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h296 struct PROTOBUF_EXPORT DescriptorTable { struct
303 const DescriptorTable* const* deps; argument
327 void PROTOBUF_EXPORT AssignDescriptors(const DescriptorTable* table, argument
/external/rust/crates/virtio-queue/src/
Dmock.rs179 pub struct DescriptorTable<'a, M> { struct
185 impl<'a, M: GuestMemory> DescriptorTable<'a, M> { impl
/external/crosvm/hypervisor/src/
Dx86_64.rs822 pub struct DescriptorTable { struct
839 pub gdt: DescriptorTable, argument
/external/crosvm/hypervisor/src/whpx/
Dtypes.rs169 impl From<&WHV_X64_TABLE_REGISTER> for DescriptorTable { implementation
/external/crosvm/hypervisor/src/haxm/
Dvcpu.rs852 impl From<&segment_desc_t> for DescriptorTable { implementation
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs1705 impl From<&kvm_dtable> for DescriptorTable { implementation