Searched refs:ContainingType (Results 1 - 9 of 9) sorted by relevance
/external/protobuf/java/src/main/java/com/google/protobuf/ |
H A D | ExtensionRegistryLite.java | 96 public <ContainingType extends MessageLite> 97 GeneratedMessageLite.GeneratedExtension<ContainingType, ?> 99 final ContainingType containingTypeDefaultInstance, 101 return (GeneratedMessageLite.GeneratedExtension<ContainingType, ?>)
|
H A D | 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() {
|
H A D | GeneratedMessage.java | 725 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 D | CGDebugInfo.cpp | 1075 llvm::DIType ContainingType; local 1093 ContainingType = RecordTy; 1125 Virtuality, VIndex, ContainingType, 2284 llvm::DICompositeType ContainingType; local 2296 ContainingType = llvm::DICompositeType( 2300 ContainingType = RealDecl; 2302 RealDecl.setContainingType(ContainingType);
|
/external/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 506 // Make sure DerivedFrom @ field 9 and ContainingType @ field 12 are TypeRef. 703 void DICompositeType::setContainingType(DICompositeType ContainingType) { argument 705 N->replaceOperandWith(12, ContainingType.getRef());
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1253 DICompositeType ContainingType(resolve(CTy.getContainingType())); 1254 if (ContainingType) 1256 *getOrCreateTypeDIE(ContainingType));
|
/external/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 404 void setContainingType(DICompositeType ContainingType);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 496 TEST_F(DescriptorTest, ContainingType) { 918 TEST_F(EnumDescriptorTest, ContainingType) {
|
/external/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 494 TEST_F(DescriptorTest, ContainingType) { 916 TEST_F(EnumDescriptorTest, ContainingType) {
|
Completed in 239 milliseconds