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
523 pub struct DescriptorTable { struct540 pub gdt: DescriptorTable, argument
1088 impl From<&kvm_dtable> for DescriptorTable { implementation