WriteRawToArray   646 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static uint8* WriteRawToArray(const void* buffer, int size, uint8* target);
WriteRawToArray  1034 third_party/protobuf/src/google/protobuf/io/coded_stream.h   return WriteRawToArray(str.data(), static_cast<int>(str.size()), target);