HomeSort by relevance Sort by last modified time
    Searched full:containingtype (Results 1 - 9 of 9) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 421 public static <ContainingType extends MessageLite, Type>
422 GeneratedExtension<ContainingType, Type>
424 return new GeneratedExtension<ContainingType, Type>();
491 ContainingType extends MessageLite, Type> {
502 final ContainingType containingTypeDefaultInstance,
514 final ContainingType containingTypeDefaultInstance,
528 final ContainingType containingTypeDefaultInstance,
541 private ContainingType containingTypeDefaultInstance;
549 public ContainingType getContainingTypeDefaultInstance() {
ExtensionRegistryLite.java 96 public <ContainingType extends MessageLite>
97 GeneratedMessageLite.GeneratedExtension<ContainingType, ?>
99 final ContainingType containingTypeDefaultInstance,
101 return (GeneratedMessageLite.GeneratedExtension<ContainingType, ?>)
Descriptors.java 452 public Descriptor getContainingType() { return containingType; }
547 private final Descriptor containingType;
562 containingType = parent;
735 public Descriptor getContainingType() { return containingType; }
795 if (other.containingType != containingType) {
812 private Descriptor containingType;
    [all...]
ExtensionRegistry.java 150 public ExtensionInfo findExtensionByNumber(final Descriptor containingType,
153 new DescriptorIntPair(containingType, fieldNumber));
GeneratedMessage.java 725 public static <ContainingType extends Message, Type>
726 GeneratedExtension<ContainingType, Type>
728 return new GeneratedExtension<ContainingType, Type>();
757 ContainingType extends Message, Type> {
    [all...]
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 347 Type containingType = pType.containingType();
348 if (containingType != null)
349 ownerType = convertTypeReference(containingType);
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 740 llvm::DIType ContainingType;
754 ContainingType = RecordTy;
781 Virtuality, VIndex, ContainingType,
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 792 DICompositeType ContainingType = CTy.getContainingType();
793 if (DIDescriptor(ContainingType).isCompositeType())
795 getOrCreateTypeDIE(DIType(ContainingType)));
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 494 TEST_F(DescriptorTest, ContainingType) {
    [all...]

Completed in 298 milliseconds