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

  /external/protobuf/java/src/main/java/com/google/protobuf/
DynamicMessage.java 297 if (field.getContainingType() != type) {
305 if (oneof.getContainingType() != type) {
567 if (field.getContainingType() != type) {
575 if (oneof.getContainingType() != type) {
ExtensionRegistry.java 353 new DescriptorIntPair(extension.descriptor.getContainingType(),
358 if (field.getContainingType().getOptions().getMessageSetWireFormat() &&
Descriptors.java 586 public Descriptor getContainingType() { return containingType; }
    [all...]
GeneratedMessage.java 614 if (extension.getDescriptor().getContainingType() !=
619 extension.getDescriptor().getContainingType().getFullName() +
844 if (field.getContainingType() != getDescriptorForType()) {
    [all...]
TextFormat.java 323 if (field.getContainingType().getOptions().getMessageSetWireFormat()
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 160 assertNull(messageType.getContainingType());
169 assertEquals(messageType, nestedType.getContainingType());
215 assertEquals(messageType, primitiveField.getContainingType());
246 extension.getContainingType());
302 assertNull(enumType.getContainingType());
310 assertEquals(TestAllTypes.getDescriptor(), nestedType.getContainingType());
TestUtil.java     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [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/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]

Completed in 1051 milliseconds