Home
last modified time | relevance | path

Searched refs:ContainingType (Results 1 – 22 of 22) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs52 public MessageDescriptor ContainingType { get; } property in Google.Protobuf.Reflection.FieldDescriptor
81 ContainingType = parent; in FieldDescriptor()
215 if (other.ContainingType != ContainingType) in CompareTo()
318 …if (ContainingType != null && ContainingType.Proto.Options != null && ContainingType.Proto.Options… in CrossLink()
333 var property = ContainingType.ClrType.GetProperty(propertyName); in CreateAccessor()
DOneofDescriptor.cs71 public MessageDescriptor ContainingType property in Google.Protobuf.Reflection.OneofDescriptor
96 foreach (var field in ContainingType.Fields.InDeclarationOrder()) in CrossLink()
DMessageDescriptor.cs69 ContainingType = parent; in MessageDescriptor()
174 public MessageDescriptor ContainingType { get; } property in Google.Protobuf.Reflection.MessageDescriptor
DDescriptorPool.cs230 DescriptorIntPair key = new DescriptorIntPair(field.ContainingType, field.FieldNumber); in AddFieldByNumber()
236 field.ContainingType.FullName + in AddFieldByNumber()
DOneofAccessor.cs85 return descriptor.ContainingType.FindFieldByNumber(fieldNumber); in GetCaseFieldDescriptor()
DEnumDescriptor.cs83 public MessageDescriptor ContainingType property in Google.Protobuf.Reflection.EnumDescriptor
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java112 public <ContainingType extends MessageLite>
113 GeneratedMessageLite.GeneratedExtension<ContainingType, ?>
115 final ContainingType containingTypeDefaultInstance, in findLiteExtensionByNumber()
117 return (GeneratedMessageLite.GeneratedExtension<ContainingType, ?>) in findLiteExtensionByNumber()
DExtension.java38 public abstract class Extension<ContainingType extends MessageLite, Type>
39 extends ExtensionLite<ContainingType, Type> {
DGeneratedMessageLite.java874 public static <ContainingType extends MessageLite, Type>
875 GeneratedExtension<ContainingType, Type>
877 final ContainingType containingTypeDefaultInstance, in newSingularGeneratedExtension()
884 return new GeneratedExtension<ContainingType, Type>( in newSingularGeneratedExtension()
895 public static <ContainingType extends MessageLite, Type>
896 GeneratedExtension<ContainingType, Type>
898 final ContainingType containingTypeDefaultInstance, in newRepeatedGeneratedExtension()
907 return new GeneratedExtension<ContainingType, Type>( in newRepeatedGeneratedExtension()
1023 ContainingType extends MessageLite, Type>
1024 extends ExtensionLite<ContainingType, Type> {
[all …]
DGeneratedMessage.java1448 public static <ContainingType extends Message, Type>
1449 GeneratedExtension<ContainingType, Type>
1457 return new GeneratedExtension<ContainingType, Type>( in newMessageScopedGeneratedExtension()
1470 public static <ContainingType extends Message, Type>
1471 GeneratedExtension<ContainingType, Type>
1477 return new GeneratedExtension<ContainingType, Type>(
1509 public static <ContainingType extends Message, Type>
1510 GeneratedExtension<ContainingType, Type>
1517 return new GeneratedExtension<ContainingType, Type>(
1536 public static <ContainingType extends Message, Type>
[all …]
DExtensionLite.java39 public abstract class ExtensionLite<ContainingType extends MessageLite, Type> {
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs99 Assert.IsNull(messageType.ContainingType); in MessageDescriptor()
107 Assert.AreEqual(messageType, nestedType.ContainingType); in MessageDescriptor()
149 Assert.AreEqual(messageType, primitiveField.ContainingType); in FieldDescriptor()
185 Assert.Null(enumType.ContainingType); in EnumDescriptor()
192 Assert.AreEqual(TestAllTypes.Descriptor, nestedType.ContainingType); in EnumDescriptor()
/external/llvm/unittests/IR/
DMetadataTest.cpp1422 DIType *ContainingType = getCompositeType(); in TEST_F() local
1436 ContainingType, Virtuality, VirtualIndex, in TEST_F()
1450 EXPECT_EQ(ContainingType, N->getContainingType()); in TEST_F()
1462 ContainingType, Virtuality, VirtualIndex, in TEST_F()
1468 Type, IsLocalToUnit, IsDefinition, ScopeLine, ContainingType, in TEST_F()
1473 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType, in TEST_F()
1478 ContainingType, Virtuality, VirtualIndex, in TEST_F()
1483 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType, in TEST_F()
1488 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType, in TEST_F()
1494 ScopeLine, ContainingType, Virtuality, in TEST_F()
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h78 MemberPointerInfo(TypeIndex ContainingType, in MemberPointerInfo() argument
80 : ContainingType(ContainingType), Representation(Representation) {} in MemberPointerInfo()
88 TypeIndex getContainingType() const { return ContainingType; } in getContainingType()
99 TypeIndex ContainingType; variable
/external/llvm/lib/IR/
DLLVMContextImpl.h528 Metadata *ContainingType;
542 Metadata *ContainingType, unsigned Virtuality,
549 ContainingType(ContainingType), Virtuality(Virtuality),
559 ScopeLine(N->getScopeLine()), ContainingType(N->getRawContainingType()),
573 ContainingType == RHS->getRawContainingType() &&
DDebugInfoMetadata.cpp414 Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex, in getImpl() argument
423 ScopeLine, ContainingType, Virtuality, VirtualIndex, ThisAdjustment, in getImpl()
426 LinkageName, Type, ContainingType, Unit, in getImpl()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1322 unsigned ScopeLine, DITypeRef ContainingType, unsigned Virtuality,
1330 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
1339 Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex,
1358 DITypeRef ContainingType, unsigned Virtuality,
1365 IsDefinition, ScopeLine, ContainingType, Virtuality,
1372 unsigned ScopeLine, Metadata *ContainingType, unsigned Virtuality,
1377 ScopeLine, ContainingType, Virtuality, VirtualIndex, ThisAdjustment,
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp817 DICompositeType ContainingType = CTy.getContainingType(); in constructTypeDIE() local
818 if (DIDescriptor(ContainingType).isCompositeType()) in constructTypeDIE()
820 getOrCreateTypeDIE(DIType(ContainingType))); in constructTypeDIE()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1239 llvm::DIType *ContainingType = nullptr; in CreateCXXMemberFunction() local
1280 ContainingType = RecordTy; in CreateCXXMemberFunction()
1305 VIndex, ThisAdjustment, ContainingType, Flags, CGM.getLangOpts().Optimize, in CreateCXXMemberFunction()
2572 llvm::DICompositeType *ContainingType = nullptr; in CollectContainingType() local
2584 ContainingType = cast<llvm::DICompositeType>( in CollectContainingType()
2588 ContainingType = RealDecl; in CollectContainingType()
2590 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp433 return remapIndex(IndexMap, ContainingType); in remapTypeIndices()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp954 if (auto *ContainingType = in constructTypeDIE() local
957 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc708 TEST_F(DescriptorTest, ContainingType) { in TEST_F() argument
1263 TEST_F(EnumDescriptorTest, ContainingType) { in TEST_F() argument