Searched defs:ContainingType (Results 1 – 10 of 10) sorted by relevance
71 public MessageDescriptor ContainingType { get; } property in Google.Protobuf.Reflection.EnumDescriptor
66 public MessageDescriptor ContainingType property in Google.Protobuf.Reflection.OneofDescriptor
29 public MessageDescriptor ContainingType { get; } property in Google.Protobuf.Reflection.FieldDescriptor
214 public MessageDescriptor ContainingType { get; } property in Google.Protobuf.Reflection.MessageDescriptor
240 static const Desc& ContainingType(Field f) { return *f->containing_type(); } in ContainingType() function412 static const Desc& ContainingType(Field f) { return f->parent(); } in ContainingType() function
110 MemberPointerInfo(TypeIndex ContainingType, in MemberPointerInfo()119 TypeIndex ContainingType; variable
976 if (auto *ContainingType = CTy->getVTableHolder()) in constructTypeDIE() local
633 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl()
431 DIType *ContainingType = in getReplacementSubprogram() local
844 TEST_F(DescriptorTest, ContainingType) { in TEST_F() argument1604 TEST_F(EnumDescriptorTest, ContainingType) { in TEST_F() argument