Home
last modified time | relevance | path

Searched defs:ContainingType (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs79 public MessageDescriptor ContainingType property in Google.Protobuf.Reflection.OneofDescriptor
DEnumDescriptor.cs95 public MessageDescriptor ContainingType property in Google.Protobuf.Reflection.EnumDescriptor
DFieldDescriptor.cs54 public MessageDescriptor ContainingType { get; } property in Google.Protobuf.Reflection.FieldDescriptor
DMessageDescriptor.cs224 public MessageDescriptor ContainingType { get; } property in Google.Protobuf.Reflection.MessageDescriptor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h110 MemberPointerInfo(TypeIndex ContainingType, in MemberPointerInfo()
119 TypeIndex ContainingType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp976 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp633 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl()
DDebugInfo.cpp431 DIType *ContainingType = in getReplacementSubprogram() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc812 TEST_F(DescriptorTest, ContainingType) { in TEST_F() argument
1402 TEST_F(EnumDescriptorTest, ContainingType) { in TEST_F() argument