HomeSort by relevance Sort by last modified time
    Searched refs:ContainingType (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistryLite.java 112 public <ContainingType extends MessageLite>
113 GeneratedMessageLite.GeneratedExtension<ContainingType, ?>
115 final ContainingType containingTypeDefaultInstance,
117 return (GeneratedMessageLite.GeneratedExtension<ContainingType, ?>)
GeneratedMessageLite.java 589 public static <ContainingType extends MessageLite, Type>
590 GeneratedExtension<ContainingType, Type>
592 final ContainingType containingTypeDefaultInstance,
598 return new GeneratedExtension<ContainingType, Type>(
608 public static <ContainingType extends MessageLite, Type>
609 GeneratedExtension<ContainingType, Type>
611 final ContainingType containingTypeDefaultInstance,
619 return new GeneratedExtension<ContainingType, Type>(
691 ContainingType extends MessageLite, Type> {
694 final ContainingType containingTypeDefaultInstance
    [all...]
GeneratedMessage.java     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistryLite.java 96 public <ContainingType extends MessageLite>
97 GeneratedMessageLite.GeneratedExtension<ContainingType, ?>
99 final ContainingType containingTypeDefaultInstance,
101 return (GeneratedMessageLite.GeneratedExtension<ContainingType, ?>)
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() {
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...]
  /external/llvm/lib/IR/
DebugInfo.cpp 480 // Make sure DerivedFrom @ field 9 and ContainingType @ field 12 are MDNodes.
645 void DICompositeType::setContainingType(DICompositeType ContainingType) {
647 N->replaceOperandWith(12, ContainingType);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/llvm/include/llvm/
DebugInfo.h 330 void setContainingType(DICompositeType ContainingType);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc 496 TEST_F(DescriptorTest, ContainingType) {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 494 TEST_F(DescriptorTest, ContainingType) {
    [all...]

Completed in 124 milliseconds