/external/skia/src/gpu/d3d/ |
D | GrD3DRootSignature.cpp | 72 parameters[parameterCount].DescriptorTable.NumDescriptorRanges = numDescriptorRanges; in Make() 73 parameters[parameterCount].DescriptorTable.pDescriptorRanges = shaderViewRanges.get(); in Make() 80 parameters[parameterCount].DescriptorTable.NumDescriptorRanges = numTextureSamplers; in Make() 81 parameters[parameterCount].DescriptorTable.pDescriptorRanges = samplerRanges.get(); in Make()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 266 struct PROTOBUF_EXPORT DescriptorTable { struct 273 const DescriptorTable* const* deps; argument 291 void PROTOBUF_EXPORT AssignDescriptors(const DescriptorTable* table); argument 298 void PROTOBUF_EXPORT AddDescriptors(const DescriptorTable* table);
|
D | message.cc | 74 void RegisterFileLevelMetadata(const DescriptorTable* descriptor_table); 567 void RegisterFile(const google::protobuf::internal::DescriptorTable* table); 575 std::unordered_map<const char*, const google::protobuf::internal::DescriptorTable*, 591 const google::protobuf::internal::DescriptorTable* table) { in RegisterFile() 625 const internal::DescriptorTable* registration_data = in GetPrototype() 660 const google::protobuf::internal::DescriptorTable* table) { in InternalRegisterGeneratedFile()
|
D | empty.pb.cc | 64 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro… 71 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fempty…
|
D | source_context.pb.cc | 67 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro… 74 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fsourc…
|
D | duration.pb.cc | 67 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro… 74 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fdurat…
|
D | timestamp.pb.cc | 67 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro… 74 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2ftimes…
|
D | field_mask.pb.cc | 66 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro… 73 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2ffield…
|
D | any.pb.cc | 67 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro… 74 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fany_2…
|
D | empty.pb.h | 56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
|
D | duration.pb.h | 56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
|
D | timestamp.pb.h | 56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
|
D | source_context.pb.h | 56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
|
D | generated_message_reflection.cc | 58 using google::protobuf::internal::DescriptorTable; 2331 void AssignDescriptorsImpl(const DescriptorTable* table) { in AssignDescriptorsImpl() 2369 void AddDescriptorsImpl(const DescriptorTable* table) { in AddDescriptorsImpl() 2403 void AssignDescriptors(const DescriptorTable* table) { in AssignDescriptors() 2407 void AddDescriptors(const DescriptorTable* table) { in AddDescriptors() 2417 void RegisterFileLevelMetadata(const DescriptorTable* table) { in RegisterFileLevelMetadata()
|
D | field_mask.pb.h | 56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
|
D | any.pb.h | 57 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
|
D | message.h | 153 struct DescriptorTable; 1119 const google::protobuf::internal::DescriptorTable* table);
|
D | struct.pb.cc | 146 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro… 153 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fstruc…
|
D | api.pb.cc | 153 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro… 164 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fapi_2…
|
D | struct.pb.h | 60 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
|
D | wrappers.pb.cc | 280 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro… 295 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fwrapp…
|
D | api.pb.h | 58 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go…
|
/external/crosvm/hypervisor/src/ |
D | x86_64.rs | 514 pub struct DescriptorTable { struct 531 pub gdt: DescriptorTable, argument 532 pub idt: DescriptorTable,
|
/external/crosvm/hypervisor/src/kvm/ |
D | x86_64.rs | 20 ClockState, CpuId, CpuIdEntry, DebugRegs, DescriptorTable, DeviceKind, Fpu, HypervisorX86_64, 1021 impl From<&kvm_dtable> for DescriptorTable { implementation 1023 DescriptorTable { in from() 1030 impl From<&DescriptorTable> for kvm_dtable { 1031 fn from(dt: &DescriptorTable) -> Self { in from() 1051 gdt: DescriptorTable::from(&r.gdt), in from() 1052 idt: DescriptorTable::from(&r.idt), in from()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 184 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fpro… 195 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fcompi…
|