Searched refs:ContainingType (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DExtensionRegistryLite.java96 public <ContainingType extends MessageLite>
97 GeneratedMessageLite.GeneratedExtension<ContainingType, ?>
99 final ContainingType containingTypeDefaultInstance,
101 return (GeneratedMessageLite.GeneratedExtension<ContainingType, ?>)
H A DGeneratedMessageLite.java421 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() {
H A DGeneratedMessage.java725 public static <ContainingType extends Message, Type>
726 GeneratedExtension<ContainingType, Type>
728 return new GeneratedExtension<ContainingType, Type>();
757 ContainingType extends Message, Type> {
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp946 llvm::DIType ContainingType; local
960 ContainingType = RecordTy;
988 Virtuality, VIndex, ContainingType,
1896 llvm::MDNode *ContainingType = NULL; local
1908 ContainingType =
1912 ContainingType = RealDecl;
1914 RealDecl->replaceOperandWith(12, ContainingType);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp897 DICompositeType ContainingType = CTy.getContainingType(); local
898 if (DIDescriptor(ContainingType).isCompositeType())
900 getOrCreateTypeDIE(DIType(ContainingType)));
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc494 TEST_F(DescriptorTest, ContainingType) {
916 TEST_F(EnumDescriptorTest, ContainingType) {

Completed in 138 milliseconds