HomeSort by relevance Sort by last modified time
    Searched refs:ContainingType (Results 1 - 25 of 31) sorted by null

1 2

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ExtensionLite.java 39 public abstract class ExtensionLite<ContainingType extends MessageLite, Type> {
Extension.java 38 public abstract class Extension<ContainingType extends MessageLite, Type>
39 extends ExtensionLite<ContainingType, Type> {
ExtensionRegistryLite.java 112 public <ContainingType extends MessageLite>
113 GeneratedMessageLite.GeneratedExtension<ContainingType, ?>
115 final ContainingType containingTypeDefaultInstance,
117 return (GeneratedMessageLite.GeneratedExtension<ContainingType, ?>)
GeneratedMessageLite.java 874 public static <ContainingType extends MessageLite, Type>
875 GeneratedExtension<ContainingType, Type>
877 final ContainingType containingTypeDefaultInstance,
884 return new GeneratedExtension<ContainingType, Type>(
895 public static <ContainingType extends MessageLite, Type>
896 GeneratedExtension<ContainingType, Type
    [all...]
GeneratedMessage.java     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 52 public MessageDescriptor ContainingType { get; }
81 ContainingType = parent;
210 /// must be a field of the same type, i.e. the <see cref="ContainingType"/> of
215 if (other.ContainingType != ContainingType)
318 if (ContainingType != null && ContainingType.Proto.Options != null && ContainingType.Proto.Options.MessageSetWireFormat)
333 var property = ContainingType.ClrType.GetProperty(propertyName);
336 throw new DescriptorValidationException(this, $"Property {propertyName} not found in {ContainingType.ClrType}")
    [all...]
EnumDescriptor.cs 44 private readonly MessageDescriptor containingType;
53 containingType = parent;
83 public MessageDescriptor ContainingType
85 get { return containingType; }
DescriptorPool.cs 230 DescriptorIntPair key = new DescriptorIntPair(field.ContainingType, field.FieldNumber);
236 field.ContainingType.FullName +
MessageDescriptor.cs 69 ContainingType = parent;
174 public MessageDescriptor ContainingType { get; }
  /external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DescriptorsTest.cs 99 Assert.IsNull(messageType.ContainingType);
107 Assert.AreEqual(messageType, nestedType.ContainingType);
149 Assert.AreEqual(messageType, primitiveField.ContainingType);
185 Assert.Null(enumType.ContainingType);
192 Assert.AreEqual(TestAllTypes.Descriptor, nestedType.ContainingType);
  /external/grpc-grpc/src/csharp/Grpc.Reflection/
Reflection.cs 61 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Reflection.V1Alpha.ExtensionRequest), global::Grpc.Reflection.V1Alpha.ExtensionRequest.Parser, new[]{ "ContainingType", "ExtensionNumber" }, null, null, null),
466 public string ContainingType {
497 if (ContainingType != other.ContainingType) return false;
505 if (ContainingType.Length != 0) hash ^= ContainingType.GetHashCode();
520 if (ContainingType.Length != 0) {
522 output.WriteString(ContainingType);
536 if (ContainingType.Length != 0) {
537 size += 1 + pb::CodedOutputStream.ComputeStringSize(ContainingType);
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 78 MemberPointerInfo(TypeIndex ContainingType,
80 : ContainingType(ContainingType), Representation(Representation) {}
88 TypeIndex getContainingType() const { return ContainingType; }
99 TypeIndex ContainingType;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 106 MemberPointerInfo(TypeIndex ContainingType,
108 : ContainingType(ContainingType), Representation(Representation) {}
110 TypeIndex getContainingType() const { return ContainingType; }
115 TypeIndex ContainingType;
  /external/llvm/lib/IR/
LLVMContextImpl.h 528 Metadata *ContainingType;
542 Metadata *ContainingType, unsigned Virtuality,
549 ContainingType(ContainingType), Virtuality(Virtuality),
559 ScopeLine(N->getScopeLine()), ContainingType(N->getRawContainingType()),
573 ContainingType == RHS->getRawContainingType() &&
    [all...]
DebugInfoMetadata.cpp 414 Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex,
423 ScopeLine, ContainingType, Virtuality, VirtualIndex, ThisAdjustment,
426 LinkageName, Type, ContainingType, Unit,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContextImpl.h 613 Metadata *ContainingType;
628 Metadata *ContainingType, unsigned Virtuality,
636 ContainingType(ContainingType), Virtuality(Virtuality),
646 ScopeLine(N->getScopeLine()), ContainingType(N->getRawContainingType()),
661 ContainingType == RHS->getRawContainingType() &&
    [all...]
DebugInfoMetadata.cpp 503 Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex,
511 IsDefinition, ScopeLine, ContainingType, Virtuality,
516 Declaration, RetainedNodes, ContainingType, TemplateParams, ThrownTypes};
521 if (!ContainingType)
    [all...]
DebugInfo.cpp 432 DITypeRef ContainingType(map(MDS->getContainingType()));
442 MDS->isDefinition(), MDS->getScopeLine(), ContainingType,
454 MDS->isDefinition(), MDS->getScopeLine(), ContainingType,
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
TypeIndexDiscoveryTest.cpp 423 MemberPointer.MemberInfo->ContainingType);
460 MemberPointer.MemberInfo->ContainingType);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 817 DICompositeType ContainingType = CTy.getContainingType();
818 if (DIDescriptor(ContainingType).isCompositeType())
820 getOrCreateTypeDIE(DIType(ContainingType)));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp 198 error(IO.mapInteger(M.ContainingType));

Completed in 602 milliseconds

1 2