Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs54 public MessageDescriptor ContainingType { get; } property in Google.Protobuf.Reflection.FieldDescriptor
109 ContainingType = parent; in FieldDescriptor()
266 if (other.ContainingType != ContainingType) in CompareTo()
422 …if (ContainingType != null && ContainingType.Proto.Options != null && ContainingType.Proto.Options… in CrossLink()
444 var property = ContainingType.ClrType.GetProperty(propertyName); in CreateAccessor()
DOneofDescriptor.cs79 public MessageDescriptor ContainingType property in Google.Protobuf.Reflection.OneofDescriptor
153 foreach (var field in ContainingType.Fields.InDeclarationOrder()) in CrossLink()
DDescriptorPool.cs231 …ir<IDescriptor>(field.Proto.HasExtendee ? field.ExtendeeType : field.ContainingType, field.FieldNu… in AddFieldByNumber()
237 field.ContainingType.FullName + in AddFieldByNumber()
DMessageDescriptor.cs75 ContainingType = parent; in MessageDescriptor()
224 public MessageDescriptor ContainingType { get; } property in Google.Protobuf.Reflection.MessageDescriptor
DOneofAccessor.cs93 ? Descriptor.ContainingType.FindFieldByNumber(fieldNumber) in GetCaseFieldDescriptor()
DEnumDescriptor.cs95 public MessageDescriptor ContainingType property in Google.Protobuf.Reflection.EnumDescriptor
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java156 public <ContainingType extends MessageLite>
157 GeneratedMessageLite.GeneratedExtension<ContainingType, ?> findLiteExtensionByNumber( in findLiteExtensionByNumber()
158 final ContainingType containingTypeDefaultInstance, final int fieldNumber) { in findLiteExtensionByNumber()
159 return (GeneratedMessageLite.GeneratedExtension<ContainingType, ?>) in findLiteExtensionByNumber()
DExtension.java39 public abstract class Extension<ContainingType extends MessageLite, Type>
40 extends ExtensionLite<ContainingType, Type> {
DGeneratedMessageLite.java1043 public static <ContainingType extends MessageLite, Type>
1044 GeneratedExtension<ContainingType, Type> newSingularGeneratedExtension( in newSingularGeneratedExtension()
1045 final ContainingType containingTypeDefaultInstance, in newSingularGeneratedExtension()
1052 return new GeneratedExtension<ContainingType, Type>( in newSingularGeneratedExtension()
1062 public static <ContainingType extends MessageLite, Type>
1063 GeneratedExtension<ContainingType, Type> newRepeatedGeneratedExtension( in newRepeatedGeneratedExtension()
1064 final ContainingType containingTypeDefaultInstance, in newRepeatedGeneratedExtension()
1073 return new GeneratedExtension<ContainingType, Type>( in newRepeatedGeneratedExtension()
1186 public static class GeneratedExtension<ContainingType extends MessageLite, Type>
1187 extends ExtensionLite<ContainingType, Type> {
[all …]
DExtensionLite.java39 public abstract class ExtensionLite<ContainingType extends MessageLite, Type> {
DGeneratedMessage.java1614 public static <ContainingType extends Message, Type>
1615 GeneratedExtension<ContainingType, Type>
1623 return new GeneratedExtension<ContainingType, Type>(
1636 public static <ContainingType extends Message, Type>
1637 GeneratedExtension<ContainingType, Type>
1643 return new GeneratedExtension<ContainingType, Type>(
1675 public static <ContainingType extends Message, Type>
1676 GeneratedExtension<ContainingType, Type>
1683 return new GeneratedExtension<ContainingType, Type>(
1702 public static <ContainingType extends Message, Type>
[all …]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/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()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs178 Assert.IsNull(messageType.ContainingType); in MessageDescriptor()
186 Assert.AreEqual(messageType, nestedType.ContainingType); in MessageDescriptor()
257 Assert.AreEqual(testAllTypesDescriptor, primitiveField.ContainingType); in TestFieldDescriptor()
301 Assert.Null(enumType.ContainingType); in EnumDescriptor()
308 Assert.AreEqual(TestAllTypes.Descriptor, nestedType.ContainingType); in EnumDescriptor()
/third_party/grpc/src/csharp/Grpc.Reflection/
DReflection.cs558 public string ContainingType { property in Grpc.Reflection.V1Alpha.ExtensionRequest
589 if (ContainingType != other.ContainingType) return false; in Equals()
597 if (ContainingType.Length != 0) hash ^= ContainingType.GetHashCode(); in GetHashCode()
615 if (ContainingType.Length != 0) { in WriteTo()
617 output.WriteString(ContainingType); in WriteTo()
632 if (ContainingType.Length != 0) { in IBufferMessage.InternalWriteTo()
634 output.WriteString(ContainingType); in IBufferMessage.InternalWriteTo()
649 if (ContainingType.Length != 0) { in CalculateSize()
650 size += 1 + pb::CodedOutputStream.ComputeStringSize(ContainingType); in CalculateSize()
666 if (other.ContainingType.Length != 0) { in MergeFrom()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h110 MemberPointerInfo(TypeIndex ContainingType, in MemberPointerInfo() argument
112 : ContainingType(ContainingType), Representation(Representation) {} in MemberPointerInfo()
114 TypeIndex getContainingType() const { return ContainingType; } in getContainingType()
119 TypeIndex ContainingType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp75 return Session.getSymbolCache().findSymbolByTypeIndex(MPI.ContainingType); in getClassParentId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h616 Metadata *ContainingType;
629 unsigned ScopeLine, Metadata *ContainingType,
636 ContainingType(ContainingType), VirtualIndex(VirtualIndex),
644 ContainingType(N->getRawContainingType()),
658 ContainingType == RHS->getRawContainingType() &&
DDebugInfoMetadata.cpp633 unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, in getImpl() argument
641 ContainingType, VirtualIndex, ThisAdjustment, Flags, in getImpl()
646 Declaration, RetainedNodes, ContainingType, TemplateParams, ThrownTypes}; in getImpl()
651 if (!ContainingType) in getImpl()
DDebugInfo.cpp431 DIType *ContainingType = in getReplacementSubprogram() local
442 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram()
452 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1663 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType,
1671 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1679 unsigned ScopeLine, Metadata *ContainingType,
1700 DIType *ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1705 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1713 Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment,
1717 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
/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
978 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp376 error(IO.mapInteger(M.ContainingType, "ClassType")); in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp386 IO.mapRequired("ContainingType", MPI.ContainingType); in mapping()
/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