HomeSort by relevance Sort by last modified time
    Searched refs:ContainingType (Results 1 - 25 of 38) 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/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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 104 MemberPointerInfo(TypeIndex ContainingType,
106 : ContainingType(ContainingType), Representation(Representation) {}
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 104 MemberPointerInfo(TypeIndex ContainingType,
106 : ContainingType(ContainingType), Representation(Representation) {}
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 104 MemberPointerInfo(TypeIndex ContainingType,
106 : ContainingType(ContainingType), Representation(Representation) {}
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 104 MemberPointerInfo(TypeIndex ContainingType,
106 : ContainingType(ContainingType), Representation(Representation) {}
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 104 MemberPointerInfo(TypeIndex ContainingType,
106 : ContainingType(ContainingType), Representation(Representation) {}
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 104 MemberPointerInfo(TypeIndex ContainingType,
106 : ContainingType(ContainingType), Representation(Representation) {}
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 104 MemberPointerInfo(TypeIndex ContainingType,
106 : ContainingType(ContainingType), Representation(Representation) {}
108 TypeIndex getContainingType() const { return ContainingType; }
113 TypeIndex ContainingType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 104 MemberPointerInfo(TypeIndex ContainingType,
106 : ContainingType(ContainingType), Representation(Representation) {}
108 TypeIndex getContainingType() const { return ContainingType; }
113 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/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]

Completed in 835 milliseconds

1 2