getDescriptorForType   55 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java     for (final FieldDescriptor field : getDescriptorForType().getFields()) {
getDescriptorForType  111 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         getDescriptorForType().getOptions().getMessageSetWireFormat();
getDescriptorForType  144 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         getDescriptorForType().getOptions().getMessageSetWireFormat();
getDescriptorForType  180 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java     if (getDescriptorForType() != otherMessage.getDescriptorForType()) {
getDescriptorForType  190 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java     hash = (19 * hash) + getDescriptorForType().hashCode();
getDescriptorForType  292 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java       if (other.getDescriptorForType() != getDescriptorForType()) {
getDescriptorForType  354 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java                             getDescriptorForType(), this, null, tag)) {
getDescriptorForType  789 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java           message.getDescriptorForType().getFields()) {
getDescriptorForType  137 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java     return new Builder(prototype.getDescriptorForType()).mergeFrom(prototype);
getDescriptorForType  123 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java     for (final FieldDescriptor field : getDescriptorForType().getFields()) {
getDescriptorForType  422 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       for (final FieldDescriptor field : getDescriptorForType().getFields()) {
getDescriptorForType  583 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           getDescriptorForType()) {
getDescriptorForType  589 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           getDescriptorForType().getFullName() + "\".");
getDescriptorForType  662 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         input, unknownFields, extensionRegistry, getDescriptorForType(),
getDescriptorForType  811 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       if (field.getContainingType() != getDescriptorForType()) {
getDescriptorForType  895 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           getDescriptorForType()) {
getDescriptorForType  901 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java           getDescriptorForType().getFullName() + "\".");
getDescriptorForType 1034 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java         input, unknownFields, extensionRegistry, getDescriptorForType(),
getDescriptorForType 1162 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       if (field.getContainingType() != getDescriptorForType()) {
getDescriptorForType 1193 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java             return scope.getDescriptorForType().getExtensions()
getDescriptorForType 1075 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java     final Descriptor type = builder.getDescriptorForType();
getDescriptorForType   69 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java       return wrappedMessage.getDescriptorForType();
getDescriptorForType  121 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java         return wrappedBuilder.getDescriptorForType();
getDescriptorForType 1027 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java         fieldBuilder1.getDescriptorForType().findFieldByName("bb");
getDescriptorForType 1036 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java         foreignFieldBuilder1.getDescriptorForType().findFieldByName("c");
getDescriptorForType 1045 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java         importFieldBuilder1.getDescriptorForType().findFieldByName("d");
getDescriptorForType 1056 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java         fieldBuilder2.getDescriptorForType().findFieldByName("bb");
getDescriptorForType 1065 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java         foreignFieldBuilder2.getDescriptorForType().findFieldByName("c");
getDescriptorForType 1074 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java         importFieldBuilder2.getDescriptorForType().findFieldByName("d");
getDescriptorForType  324 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java     assertTrue(result.getField(result.getDescriptorForType()
getDescriptorForType  326 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java     assertEquals(result.getRepeatedFieldCount(result.getDescriptorForType()
getDescriptorForType  348 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java     assertTrue(result.getField(result.getDescriptorForType()
getDescriptorForType  350 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java     assertEquals(result.getRepeatedFieldCount(result.getDescriptorForType()
getDescriptorForType   56 third_party/protobuf/java/src/test/java/com/google/protobuf/TestBadIdentifiers.java         .getDefaultInstance().getDescriptorForType();
getDescriptorForType   61 third_party/protobuf/java/src/test/java/com/google/protobuf/TestBadIdentifiers.java         .getDescriptorForType();