HomeSort by relevance Sort by last modified time
    Searched refs:getContainingType (Results 1 - 10 of 10) 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/Analysis/
DebugInfo.h 426 DICompositeType getContainingType() const {
519 DICompositeType getContainingType() const {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 898 DICompositeType ContainingType = CTy.getContainingType()
    [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 285 milliseconds