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

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistry.java 227 new DescriptorIntPair(extension.descriptor.getContainingType(),
232 if (field.getContainingType().getOptions().getMessageSetWireFormat() &&
DynamicMessage.java 267 if (field.getContainingType() != type) {
463 if (field.getContainingType() != type) {
Descriptors.java 479 public Descriptor getContainingType() { return containingType; }
762 public Descriptor getContainingType() { return containingType; }
815 * {@code getContainingType()} must return the same {@code Descriptor} for
    [all...]
GeneratedMessage.java 582 if (extension.getDescriptor().getContainingType() !=
587 extension.getDescriptor().getContainingType().getFullName() +
811 if (field.getContainingType() != getDescriptorForType()) {
894 if (extension.getDescriptor().getContainingType() !=
899 extension.getDescriptor().getContainingType().getFullName() +
    [all...]
TextFormat.java 297 if (field.getContainingType().getOptions().getMessageSetWireFormat()
    [all...]
  /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/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 156 assertNull(messageType.getContainingType());
165 assertEquals(messageType, nestedType.getContainingType());
211 assertEquals(messageType, primitiveField.getContainingType());
242 extension.getContainingType());
298 assertNull(enumType.getContainingType());
306 assertEquals(TestAllTypes.getDescriptor(), nestedType.getContainingType());
TestUtil.java     [all...]
  /external/llvm/include/llvm/
DebugInfo.h 327 DICompositeType getContainingType() const {
394 DICompositeType getContainingType() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.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 

Completed in 350 milliseconds