Searched defs:DescriptorTable (Results 1 – 3 of 3) sorted by relevance
266 struct PROTOBUF_EXPORT DescriptorTable { struct273 const DescriptorTable* const* deps; argument291 void PROTOBUF_EXPORT AssignDescriptors(const DescriptorTable* table); argument
514 pub struct DescriptorTable { struct531 pub gdt: DescriptorTable, argument
1021 impl From<&kvm_dtable> for DescriptorTable { implementation