Home
last modified time | relevance | path

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

/external/protobuf/java/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java96 public <ContainingType extends MessageLite>
97 GeneratedMessageLite.GeneratedExtension<ContainingType, ?>
99 final ContainingType containingTypeDefaultInstance, in findLiteExtensionByNumber()
101 return (GeneratedMessageLite.GeneratedExtension<ContainingType, ?>) in findLiteExtensionByNumber()
DGeneratedMessageLite.java421 public static <ContainingType extends MessageLite, Type>
422 GeneratedExtension<ContainingType, Type>
424 return new GeneratedExtension<ContainingType, Type>(); in newGeneratedExtension()
491 ContainingType extends MessageLite, Type> {
502 final ContainingType containingTypeDefaultInstance, in internalInit()
514 final ContainingType containingTypeDefaultInstance, in internalInitSingular()
528 final ContainingType containingTypeDefaultInstance, in internalInitRepeated()
541 private ContainingType containingTypeDefaultInstance;
549 public ContainingType getContainingTypeDefaultInstance() { in getContainingTypeDefaultInstance()
DGeneratedMessage.java725 public static <ContainingType extends Message, Type>
726 GeneratedExtension<ContainingType, Type>
728 return new GeneratedExtension<ContainingType, Type>(); in newGeneratedExtension()
757 ContainingType extends Message, Type> {
/external/chromium_org/third_party/protobuf/java/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()
DGeneratedMessageLite.java589 public static <ContainingType extends MessageLite, Type>
590 GeneratedExtension<ContainingType, Type>
592 final ContainingType containingTypeDefaultInstance, in newSingularGeneratedExtension()
598 return new GeneratedExtension<ContainingType, Type>( in newSingularGeneratedExtension()
608 public static <ContainingType extends MessageLite, Type>
609 GeneratedExtension<ContainingType, Type>
611 final ContainingType containingTypeDefaultInstance, in newRepeatedGeneratedExtension()
619 return new GeneratedExtension<ContainingType, Type>( in newRepeatedGeneratedExtension()
691 ContainingType extends MessageLite, Type> {
694 final ContainingType containingTypeDefaultInstance, in GeneratedExtension()
[all …]
DGeneratedMessage.java1180 public static <ContainingType extends Message, Type>
1181 GeneratedExtension<ContainingType, Type>
1189 return new GeneratedExtension<ContainingType, Type>( in newMessageScopedGeneratedExtension()
1202 public static <ContainingType extends Message, Type>
1203 GeneratedExtension<ContainingType, Type>
1209 return new GeneratedExtension<ContainingType, Type>(
1241 ContainingType extends Message, Type> {
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1075 llvm::DIType ContainingType; in CreateCXXMemberFunction() local
1093 ContainingType = RecordTy; in CreateCXXMemberFunction()
1125 Virtuality, VIndex, ContainingType, in CreateCXXMemberFunction()
2284 llvm::DICompositeType ContainingType; in CollectContainingType() local
2296 ContainingType = llvm::DICompositeType( in CollectContainingType()
2300 ContainingType = RealDecl; in CollectContainingType()
2302 RealDecl.setContainingType(ContainingType); in CollectContainingType()
/external/llvm/lib/IR/
DDebugInfo.cpp703 void DICompositeType::setContainingType(DICompositeType ContainingType) { in setContainingType() argument
705 N->replaceOperandWith(12, ContainingType.getRef()); in setContainingType()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1253 DICompositeType ContainingType(resolve(CTy.getContainingType())); in constructTypeDIE() local
1254 if (ContainingType) in constructTypeDIE()
1256 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/external/llvm/include/llvm/IR/
DDebugInfo.h404 void setContainingType(DICompositeType ContainingType);
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc494 TEST_F(DescriptorTest, ContainingType) { in TEST_F() argument
916 TEST_F(EnumDescriptorTest, ContainingType) { in TEST_F() argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc496 TEST_F(DescriptorTest, ContainingType) { in TEST_F() argument
918 TEST_F(EnumDescriptorTest, ContainingType) { in TEST_F() argument