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

  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistry.java 227 new DescriptorIntPair(extension.descriptor.getContainingType(),
232 if (field.getContainingType().getOptions().getMessageSetWireFormat() &&
DynamicMessage.java 241 if (field.getContainingType() != type) {
432 if (field.getContainingType() != type) {
Descriptors.java 452 public Descriptor getContainingType() { return containingType; }
735 public Descriptor getContainingType() { return containingType; }
788 * {@code getContainingType()} must return the same {@code Descriptor} for
    [all...]
GeneratedMessage.java 321 if (extension.getDescriptor().getContainingType() !=
326 extension.getDescriptor().getContainingType().getFullName() +
511 if (field.getContainingType() != getDescriptorForType()) {
    [all...]
TextFormat.java 162 if (field.getContainingType().getOptions().getMessageSetWireFormat()
885 } else if (extension.descriptor.getContainingType() != type) {
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 152 assertNull(messageType.getContainingType());
161 assertEquals(messageType, nestedType.getContainingType());
207 assertEquals(messageType, primitiveField.getContainingType());
238 extension.getContainingType());
294 assertNull(enumType.getContainingType());
302 assertEquals(TestAllTypes.getDescriptor(), nestedType.getContainingType());
TestUtil.java     [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 403 DITypeRef getContainingType() const { return getFieldAs<DITypeRef>(12); }
475 DITypeRef getContainingType() const { return getFieldAs<DITypeRef>(12); }
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 1370 milliseconds