Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h266 struct PROTOBUF_EXPORT DescriptorTable { struct
273 const DescriptorTable* const* deps; argument
291 void PROTOBUF_EXPORT AssignDescriptors(const DescriptorTable* table); argument
/external/crosvm/hypervisor/src/
Dx86_64.rs514 pub struct DescriptorTable { struct
531 pub gdt: DescriptorTable, argument
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs1021 impl From<&kvm_dtable> for DescriptorTable { implementation