getParserForType  697 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         value = input.readMessage(extension.defaultInstance.getParserForType(),
getParserForType  728 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java           value = extension.defaultInstance.getParserForType()
getParserForType  137 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyField.java           value = defaultInstance.getParserForType()
getParserForType  177 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java       return wrappedMessage.getParserForType();
getParserForType  189 third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java     Message message3 = message2.getParserForType().parseFrom(rawBytes);
getParserForType  201 third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java     Message message2 = message.getParserForType().parseFrom(
getParserForType  233 third_party/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java     Message message3 = message2.getParserForType().parseFrom(rawBytes);
getParserForType   63 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java                    TestUtil.getAllSet().getParserForType());
getParserForType   74 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java     Parser<? extends MessageLite> parser = message.getParserForType();
getParserForType   92 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java     Parser<? extends MessageLite> parser = message.getParserForType();
getParserForType  205 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java         normalMessage.getParserForType().parseDelimitedFrom(input));
getParserForType  208 third_party/protobuf/java/src/test/java/com/google/protobuf/ParserTest.java         packedMessage.getParserForType().parseDelimitedFrom(