ParsePartialFromZeroCopyStream 1337 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     if (!message->ParsePartialFromZeroCopyStream(&in)) {
ParsePartialFromZeroCopyStream  127 third_party/protobuf/src/google/protobuf/message.cc   return ParsePartialFromZeroCopyStream(&input) && input.GetErrno() == 0;
ParsePartialFromZeroCopyStream  137 third_party/protobuf/src/google/protobuf/message.cc   return ParsePartialFromZeroCopyStream(&zero_copy_input) && input->eof();
ParsePartialFromZeroCopyStream  126 third_party/protobuf/src/google/protobuf/message_lite.h   bool ParsePartialFromZeroCopyStream(io::ZeroCopyInputStream* input);