WriteRaw           92 google_apis/gcm/engine/connection_handler_impl.cc     coded_output_stream.WriteRaw(&tag, 1);
WriteRaw          112 google_apis/gcm/engine/connection_handler_impl.cc     coded_output_stream.WriteRaw(version_byte, 1);
WriteRaw          113 google_apis/gcm/engine/connection_handler_impl.cc     coded_output_stream.WriteRaw(login_request_tag, 1);
WriteRaw           56 google_apis/gcm/engine/connection_handler_impl_unittest.cc     coded_output_stream.WriteRaw(tag_byte, 1);
WriteRaw           58 google_apis/gcm/engine/connection_handler_impl_unittest.cc     coded_output_stream.WriteRaw(proto.c_str(), proto.size());
WriteRaw          132 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc   out->WriteRaw(p, 2);
WriteRaw          623 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     WriteRaw(bytes, sizeof(value));
WriteRaw          638 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     WriteRaw(bytes, sizeof(value));
WriteRaw          690 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     WriteRaw(bytes, size);
WriteRaw          790 third_party/protobuf/src/google/protobuf/io/coded_stream.cc     WriteRaw(bytes, size);
WriteRaw          640 third_party/protobuf/src/google/protobuf/io/coded_stream.h   void WriteRaw(const void* buffer, int size);
WriteRaw         1029 third_party/protobuf/src/google/protobuf/io/coded_stream.h   WriteRaw(str.data(), static_cast<int>(str.size()));
WriteRaw          625 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, WriteRaw, kBlockSizes) {
WriteRaw          631 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     coded_output.WriteRaw(kRawBytes, sizeof(kRawBytes));
WriteRaw           67 third_party/protobuf/src/google/protobuf/io/printer.cc       WriteRaw(text + pos, i - pos + 1);
WriteRaw           78 third_party/protobuf/src/google/protobuf/io/printer.cc       WriteRaw(text + pos, i - pos);
WriteRaw           92 third_party/protobuf/src/google/protobuf/io/printer.cc         WriteRaw(&variable_delimiter_, 1);
WriteRaw           99 third_party/protobuf/src/google/protobuf/io/printer.cc           WriteRaw(iter->second.data(), iter->second.size());
WriteRaw          110 third_party/protobuf/src/google/protobuf/io/printer.cc   WriteRaw(text + pos, size - pos);
WriteRaw          159 third_party/protobuf/src/google/protobuf/io/printer.cc   WriteRaw(data.data(), data.size());
WriteRaw          164 third_party/protobuf/src/google/protobuf/io/printer.cc   WriteRaw(data, strlen(data));
WriteRaw          174 third_party/protobuf/src/google/protobuf/io/printer.cc     WriteRaw(indent_.data(), indent_.size());
WriteRaw          111 third_party/protobuf/src/google/protobuf/io/printer.h   void WriteRaw(const char* data, int size);
WriteRaw           86 third_party/protobuf/src/google/protobuf/io/printer_unittest.cc TEST(Printer, WriteRaw) {
WriteRaw           95 third_party/protobuf/src/google/protobuf/io/printer_unittest.cc       printer.WriteRaw("Hello World!", 12);
WriteRaw           98 third_party/protobuf/src/google/protobuf/io/printer_unittest.cc       printer.WriteRaw("\n", 1);
WriteRaw          304 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       coded_output->WriteRaw(strA, strlen(strA));
WriteRaw          312 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       coded_output->WriteRaw(strB, strlen(strB));
WriteRaw          611 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       coded_output->WriteRaw(strA, outlen);
WriteRaw          622 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       coded_output->WriteRaw(strB, outlen);
WriteRaw          325 webkit/browser/appcache/appcache_response.cc   WriteRaw(kResponseInfoIndex, 0, buffer_.get(), write_amount_);
WriteRaw          348 webkit/browser/appcache/appcache_response.cc   WriteRaw(
WriteRaw          114 webkit/browser/appcache/appcache_response.h   void WriteRaw(int index, int offset, net::IOBuffer* buf, int buf_len);