Searched refs:WriteString (Results 76 - 100 of 105) sorted by relevance

12345

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc1107 ::google::protobuf::internal::WireFormatLite::WriteString(
1116 ::google::protobuf::internal::WireFormatLite::WriteString(
1125 ::google::protobuf::internal::WireFormatLite::WriteString(
1873 ::google::protobuf::internal::WireFormatLite::WriteString(
2500 ::google::protobuf::internal::WireFormatLite::WriteString(
2509 ::google::protobuf::internal::WireFormatLite::WriteString(
2535 ::google::protobuf::internal::WireFormatLite::WriteString(
2544 ::google::protobuf::internal::WireFormatLite::WriteString(
2945 ::google::protobuf::internal::WireFormatLite::WriteString(
3263 ::google::protobuf::internal::WireFormatLite::WriteString(
[all...]
H A Dwire_format_lite.h343 static void WriteString(field_number, const string& value, output);
H A Dwire_format_unittest.cc680 output.WriteString(string(bytes, size));
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc2444 void CategoryFilter::WriteString(const StringList& values, function in class:base::debug::CategoryFilter
2458 void CategoryFilter::WriteString(const StringList& delays, function in class:base::debug::CategoryFilter
2474 WriteString(included_, &filter_string, true);
2475 WriteString(disabled_, &filter_string, true);
2476 WriteString(excluded_, &filter_string, false);
2477 WriteString(delays_, &filter_string);
/external/chromium_org/content/zygote/
H A Dzygote_linux.cc571 reply_pickle.WriteString(uma_name);
H A Dzygote_main_linux.cc113 request.WriteString(
/external/chromium_org/tools/android/forwarder2/
H A Dsocket.cc357 int Socket::WriteString(const std::string& buffer) { function in class:forwarder2::Socket
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc1257 ::google::protobuf::internal::WireFormatLite::WriteString(
1266 ::google::protobuf::internal::WireFormatLite::WriteString(
1275 ::google::protobuf::internal::WireFormatLite::WriteString(
2100 ::google::protobuf::internal::WireFormatLite::WriteString(
2724 ::google::protobuf::internal::WireFormatLite::WriteString(
2733 ::google::protobuf::internal::WireFormatLite::WriteString(
2759 ::google::protobuf::internal::WireFormatLite::WriteString(
2768 ::google::protobuf::internal::WireFormatLite::WriteString(
3169 ::google::protobuf::internal::WireFormatLite::WriteString(
3487 ::google::protobuf::internal::WireFormatLite::WriteString(
[all...]
H A Dwire_format.cc383 coded_output.WriteString(temp);
535 WireFormatLite::WriteString(field->number(), value, output);
H A Dwire_format_lite.h385 static void WriteString(field_number, const string& value, output);
H A Dextension_set_heavy.cc607 coded_output.WriteString(temp);
H A Dwire_format_unittest.cc728 output.WriteString(string(bytes, size));
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_service_unittest.cc283 file_system_->WriteString(kFile, kTestFileData));
350 file_system_->WriteString(kFile, std::string(kTestFileData)));
H A Dcanned_syncable_file_system.cc482 int64 CannedSyncableFileSystem::WriteString( function in class:sync_file_system::CannedSyncableFileSystem
H A Dlocal_file_sync_context_unittest.cc781 file_system.WriteString(kFile1, kTestFileData0));
/external/chromium_org/storage/browser/fileapi/
H A Dsandbox_directory_database.cc39 pickle->WriteString(data_path) &&
40 pickle->WriteString(name) &&
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc382 buf->WriteString(transaction_id_);
825 buf->WriteString(reason_);
/external/chromium_org/chromeos/dbus/
H A Dfake_cryptohome_client.cc293 attr_output.WriteString(it->first);
/external/chromium_org/net/spdy/
H A Dspdy_framer.cc1183 frame->WriteString(it->first);
1184 frame->WriteString(it->second);
3177 builder->WriteString(it->first);
3178 builder->WriteString(it->second);
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x_unittest.cc968 pickle->WriteString(form.origin.spec());
969 pickle->WriteString(form.action.spec());
/external/chromium_org/net/http/
H A Dhttp_response_headers.cc169 pickle->WriteString(raw_headers_);
223 pickle->WriteString(blob);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_sync_unittest.cc278 int64 bytes_written = file_systems_[app_id]->WriteString(url, content);
287 int64 bytes_written = file_systems_[app_id]->WriteString(
/external/chromium_org/base/metrics/
H A Dhistogram.cc295 return pickle->WriteString(histogram_name()) &&
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1289 writer.WriteString(output_file.content());
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1201 writer.WriteString(output_file.content());

Completed in 757 milliseconds

12345