ReadString        201 android_webview/native/state_serializer.cc     if (!iterator->ReadString(&url))
ReadString        208 android_webview/native/state_serializer.cc     if (!iterator->ReadString(&virtual_url))
ReadString        218 android_webview/native/state_serializer.cc     if (!iterator->ReadString(&referrer_url))
ReadString        237 android_webview/native/state_serializer.cc     if (!iterator->ReadString(&content_state))
ReadString        252 android_webview/native/state_serializer.cc     if (!iterator->ReadString(&original_request_url))
ReadString        259 android_webview/native/state_serializer.cc     if (!iterator->ReadString(&base_url_for_data_url))
ReadString        672 base/files/file_path.cc   if (!iter->ReadString(&path_))
ReadString         42 base/metrics/histogram.cc   if (!iter->ReadString(histogram_name) ||
ReadString        385 base/metrics/histogram_unittest.cc   EXPECT_TRUE(iter.ReadString(&name));
ReadString        431 base/metrics/histogram_unittest.cc   EXPECT_TRUE(iter.ReadInt(&i) && iter.ReadString(&s) && iter.ReadInt(&i) &&
ReadString         93 base/metrics/sparse_histogram.cc   if (!iter->ReadString(&histogram_name) || !iter->ReadInt(&flags)) {
ReadString        133 base/metrics/sparse_histogram_unittest.cc   EXPECT_TRUE(iter.ReadString(&name));
ReadString         38 base/pickle.h    bool ReadString(std::string* result) WARN_UNUSED_RESULT;
ReadString        173 base/pickle.h    bool ReadString(PickleIterator* iter,
ReadString        175 base/pickle.h      return iter->ReadString(result);
ReadString         37 base/pickle_unittest.cc   EXPECT_TRUE(pickle.ReadString(&iter, &outstr));
ReadString        132 base/pickle_unittest.cc   EXPECT_TRUE(pickle.ReadString(&iter, &outstr));
ReadString        142 base/pickle_unittest.cc   EXPECT_TRUE(pickle.ReadString(&iter, &outstr));
ReadString        152 base/pickle_unittest.cc   EXPECT_FALSE(pickle.ReadString(&iter, &outstr));
ReadString         64 chrome/browser/bookmarks/bookmark_node_data.cc       !pickle->ReadString(iterator, &url_spec) ||
ReadString         79 chrome/browser/bookmarks/bookmark_node_data.cc     if (!pickle->ReadString(iterator, &key) ||
ReadString         80 chrome/browser/bookmarks/bookmark_node_data.cc         !pickle->ReadString(iterator, &value)) {
ReadString         79 chrome/browser/password_manager/native_backend_kwallet_x.cc   if (!iter->ReadString(&url_string)) {
ReadString         78 chrome/browser/renderer_host/pepper/pepper_flash_clipboard_message_filter.cc   if (!JumpToFormatInPickle(format, &iter) || !iter.ReadString(&result))
ReadString        238 chrome/browser/sessions/base_session_service.cc       pickle->ReadString(&iterator, extension_app_id);
ReadString        251 chrome/browser/sessions/base_session_service.cc       pickle->ReadString(&iterator, user_agent_override);
ReadString        264 chrome/browser/sessions/base_session_service.cc       pickle->ReadString(&iterator, app_name);
ReadString       1272 chrome/browser/sessions/session_service.cc             !command_pickle->ReadString(&iter, &session_storage_persistent_id))
ReadString        154 chrome/browser/ui/app_list/fast_show_pickler.cc   if (!it->ReadString(&id))
ReadString        158 chrome/browser/ui/app_list/fast_show_pickler.cc   if (!it->ReadString(&name))
ReadString        161 chrome/browser/ui/app_list/fast_show_pickler.cc   if (!it->ReadString(&short_name))
ReadString         79 chrome/browser/ui/views/extensions/browser_action_drag_data.cc   if (!pickle->ReadString(&data_iterator, &id_))
ReadString        235 chrome/test/chromedriver/util.cc     if (!stream.ReadString(&zip->name, name_length)) {
ReadString        239 chrome/test/chromedriver/util.cc     if (!stream.ReadString(&zip->fields, field_length)) {
ReadString        250 chrome/test/chromedriver/util.cc       if (!stream.ReadString(&zip->compressed_data, compressed_size)) {
ReadString        277 chrome/test/chromedriver/util.cc       if (!stream.ReadString(&zip->compressed_data, compressed_size)) {
ReadString        140 chrome/test/logging/win/log_file_reader.cc   if (parser.ReadString(&message) && parser.empty()) {
ReadString        161 chrome/test/logging/win/log_file_reader.cc       parser.ReadString(&file) &&
ReadString        162 chrome/test/logging/win/log_file_reader.cc       parser.ReadString(&message) &&
ReadString        181 chrome/test/logging/win/log_file_reader.cc   if (parser.ReadString(&name) &&
ReadString        183 chrome/test/logging/win/log_file_reader.cc       parser.ReadString(&extra) &&
ReadString         58 chrome/test/logging/win/mof_data_parser.h   bool ReadString(base::StringPiece* value);
ReadString        154 chrome/test/logging/win/mof_data_parser_unittest.cc TEST_F(MofDataParserTest, ReadString) {
ReadString        165 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_TRUE(parser.ReadString(&value));
ReadString        177 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_TRUE(parser.ReadString(&value));
ReadString        188 chrome/test/logging/win/mof_data_parser_unittest.cc     EXPECT_FALSE(parser.ReadString(&value));
ReadString         29 chrome/utility/media_galleries/iapps_xml_utils.h bool ReadString(XmlReader* reader, std::string* result);
ReadString         58 chrome/utility/media_galleries/iphoto_library_parser.cc       if (!iapps::ReadString(reader, &value))
ReadString         64 chrome/utility/media_galleries/iphoto_library_parser.cc       if (!iapps::ReadString(reader, &value))
ReadString        102 chrome/utility/media_galleries/iphoto_library_parser.cc     if (!iapps::ReadString(reader, &photo_id))
ReadString        144 chrome/utility/media_galleries/iphoto_library_parser.cc       if (!iapps::ReadString(reader, &result->name))
ReadString         67 chrome/utility/media_galleries/itunes_library_parser.cc       if (!iapps::ReadString(reader, &value))
ReadString         89 chrome/utility/media_galleries/itunes_library_parser.cc       if (!iapps::ReadString(reader, &result->artist))
ReadString         96 chrome/utility/media_galleries/itunes_library_parser.cc       if (!iapps::ReadString(reader, &result->artist))
ReadString        102 chrome/utility/media_galleries/itunes_library_parser.cc       if (!iapps::ReadString(reader, &result->album))
ReadString         85 chrome/utility/media_galleries/picasa_album_table_reader.cc         !name_column.ReadString(i, &name) || name.empty() ||
ReadString         86 chrome/utility/media_galleries/picasa_album_table_reader.cc         !uid_column.ReadString(i, &uid) || uid.empty()) {
ReadString         94 chrome/utility/media_galleries/picasa_album_table_reader.cc       if (!token_column.ReadString(i, &token) || token.empty() ||
ReadString        102 chrome/utility/media_galleries/picasa_album_table_reader.cc       if (!filename_column.ReadString(i, &filename) || filename.empty())
ReadString         35 chrome/utility/media_galleries/pmp_column_reader.h   bool ReadString(const uint32 row, std::string* result) const;
ReadString         46 chrome/utility/media_galleries/pmp_column_reader_unittest.cc   return reader->ReadString(row, target);
ReadString         51 cloud_print/service/win/setup_listener.cc   if (!iter.ReadString(&json_string))
ReadString         20 components/autofill/core/common/form_data.cc   if (!iter->ReadString(&spec))
ReadString        128 components/autofill/core/common/form_field_data.cc           !iter->ReadString(&field_data->form_control_type) ||
ReadString        129 components/autofill/core/common/form_field_data.cc           !iter->ReadString(&field_data->autocomplete_attribute) ||
ReadString         93 components/nacl/browser/nacl_validation_cache.cc   if (!iter.ReadString(&buffer))
ReadString         99 components/nacl/browser/nacl_validation_cache.cc   if (!iter.ReadString(&buffer))
ReadString        111 components/nacl/browser/nacl_validation_cache.cc     if (!iter.ReadString(&buffer))
ReadString        119 components/nacl/browser/nacl_validation_cache.cc   if (!iter.ReadString(&buffer))
ReadString        278 components/sessions/serialized_navigation_entry.cc       !iterator->ReadString(&virtual_url_spec) ||
ReadString        280 components/sessions/serialized_navigation_entry.cc       !iterator->ReadString(&page_state_data) ||
ReadString        297 components/sessions/serialized_navigation_entry.cc     if (!iterator->ReadString(&referrer_spec))
ReadString        311 components/sessions/serialized_navigation_entry.cc     if (!iterator->ReadString(&original_request_url_spec))
ReadString        196 content/browser/renderer_host/render_sandbox_host_linux.cc     if (!pickle.ReadString(&iter, &family) ||
ReadString        264 content/browser/renderer_host/render_sandbox_host_linux.cc     if (!pickle.ReadString(&iter, &preferred_locale))
ReadString        287 content/browser/renderer_host/render_sandbox_host_linux.cc     if (!pickle.ReadString(&iter, &family) ||
ReadString        313 content/browser/renderer_host/render_sandbox_host_linux.cc     if (!pickle.ReadString(&iter, &time_string) ||
ReadString        400 content/browser/renderer_host/render_sandbox_host_linux.cc     if (!pickle.ReadString(&iter, &face) ||
ReadString        356 content/browser/zygote_host/zygote_host_impl_linux.cc     if (reply_pickle.ReadString(&iter, &uma_name) &&
ReadString         42 content/common/child_process_sandbox_support_impl_linux.cc     if (reply.ReadString(&pickle_iter, &family_name) &&
ReadString        296 content/common/page_state_serialization.cc   if (obj->pickle.ReadString(&obj->iter, &spec))
ReadString        308 content/common/page_state_serialization.cc   if (obj->pickle.ReadString(&obj->iter, &s))
ReadString        407 content/common/page_state_serialization.cc     (*result)[i] = ReadString(obj);
ReadString        463 content/common/page_state_serialization.cc       base::NullableString16 file_path = ReadString(obj);
ReadString        538 content/common/page_state_serialization.cc   state->url_string = ReadString(obj);
ReadString        543 content/common/page_state_serialization.cc   state->target = ReadString(obj);
ReadString        559 content/common/page_state_serialization.cc   state->referrer = ReadString(obj);
ReadString        577 content/common/page_state_serialization.cc     state->state_object = ReadString(obj);
ReadString        584 content/common/page_state_serialization.cc   state->http_body.http_content_type = ReadString(obj);
ReadString         76 content/public/common/common_param_traits.cc   if (!m->ReadString(iter, &s) || s.length() > content::GetMaxURLChars()) {
ReadString        101 content/public/common/common_param_traits.cc   if (!m->ReadString(iter, &s)) {
ReadString        459 content/zygote/zygote_linux.cc   if (!pickle.ReadString(&iter, &process_type))
ReadString        466 content/zygote/zygote_linux.cc     if (!pickle.ReadString(&iter, &arg))
ReadString         84 content/zygote/zygote_main_linux.cc   if (!reply.ReadString(&iter, &result) ||
ReadString         85 content/zygote/zygote_main_linux.cc       !reply.ReadString(&iter, &timezone) ||
ReadString         69 crypto/secure_hash_default.cc   if (!data_iterator->ReadString(&type))
ReadString         75 crypto/secure_hash_openssl.cc   if (!data_iterator->ReadString(&type))
ReadString        120 extensions/common/user_script.cc   CHECK(pickle.ReadString(iter, &url));
ReadString        175 extensions/common/user_script.cc   CHECK(pickle.ReadString(iter, &extension_id_));
ReadString        195 extensions/common/user_script.cc     CHECK(pickle.ReadString(iter, &glob));
ReadString        212 extensions/common/user_script.cc     CHECK(pickle.ReadString(iter, &pattern_str));
ReadString         56 ipc/ipc_channel_unittest.cc     EXPECT_TRUE(iter.ReadString(&data));
ReadString         58 ipc/ipc_channel_unittest.cc     EXPECT_TRUE(iter.ReadString(&big_string));
ReadString        111 ipc/ipc_channel_unittest.cc   EXPECT_TRUE(m.ReadString(&iter, &vs));
ReadString        119 ipc/ipc_channel_unittest.cc   EXPECT_FALSE(m.ReadString(&iter, &vs));
ReadString         47 ipc/ipc_fuzzing_tests.cc   EXPECT_FALSE(m.ReadString(&iter, &vs));
ReadString        247 ipc/ipc_message_utils.h     return m->ReadString(iter, r);
ReadString        108 ipc/ipc_perftests.cc     EXPECT_TRUE(iter.ReadString(&payload));
ReadString        176 ipc/ipc_perftests.cc     EXPECT_TRUE(iter.ReadString(&reflected_payload));
ReadString        243 media/base/test_helpers.cc   bool success = pickle.ReadString(&header) && pickle.ReadInt(&width) &&
ReadString         57 net/cert/signed_certificate_timestamp.cc         iter->ReadString(&sct->log_id) &&
ReadString         59 net/cert/signed_certificate_timestamp.cc         iter->ReadString(&sct->extensions) &&
ReadString         62 net/cert/signed_certificate_timestamp.cc         iter->ReadString(&sct->signature.signature_data) &&
ReadString         64 net/cert/signed_certificate_timestamp.cc         iter->ReadString(&sct->log_description))) {
ReadString        183 net/dns/dns_config_service_win.cc   if (!policy_reader.ReadString(L"SearchList",
ReadString        188 net/dns/dns_config_service_win.cc   if (!tcpip_reader.ReadString(L"SearchList", &settings->tcpip_search_list))
ReadString        191 net/dns/dns_config_service_win.cc   if (!tcpip_reader.ReadString(L"Domain", &settings->tcpip_domain))
ReadString        208 net/dns/dns_config_service_win.cc   if (!primary_dns_suffix_reader.ReadString(L"PrimaryDnsSuffix",
ReadString        168 net/http/http_response_headers.cc   if (pickle.ReadString(iter, &raw_input))
ReadString        238 net/http/http_response_info.cc   if (pickle.ReadString(&iter, &socket_address_host)) {
ReadString        252 net/http/http_response_info.cc     if (!pickle.ReadString(&iter, &npn_negotiated_protocol))
ReadString         80 net/quic/crypto/quic_server_info.cc   if (!p.ReadString(&iter, &state->server_config)) {
ReadString         84 net/quic/crypto/quic_server_info.cc   if (!p.ReadString(&iter, &state->source_address_token)) {
ReadString         88 net/quic/crypto/quic_server_info.cc   if (!p.ReadString(&iter, &state->server_config_sig)) {
ReadString        102 net/quic/crypto/quic_server_info.cc     if (!p.ReadString(&iter, &cert)) {
ReadString        388 ppapi/proxy/raw_var_data.cc   if (!m->ReadString(iter, &data_))
ReadString        521 ppapi/proxy/raw_var_data.cc       if (!m->ReadString(iter, &data_))
ReadString        658 ppapi/proxy/raw_var_data.cc     if (!m->ReadString(iter, &key))
ReadString         90 ppapi/proxy/serialized_flash_menu.cc   if (!m->ReadString(iter, &name))
ReadString        265 remoting/base/compound_buffer_unittest.cc   ReadString(&stream, "Hello world!");
ReadString        266 remoting/base/compound_buffer_unittest.cc   ReadString(&stream, "This ");
ReadString        267 remoting/base/compound_buffer_unittest.cc   ReadString(&stream, "is test");
ReadString        269 remoting/base/compound_buffer_unittest.cc   ReadString(&stream, "MultipleArrayInput");
ReadString        271 remoting/base/compound_buffer_unittest.cc   ReadString(&stream, "f");
ReadString        272 remoting/base/compound_buffer_unittest.cc   ReadString(&stream, "o");
ReadString        273 remoting/base/compound_buffer_unittest.cc   ReadString(&stream, "r");
ReadString        274 remoting/base/compound_buffer_unittest.cc   ReadString(&stream, " ");
ReadString        275 remoting/base/compound_buffer_unittest.cc   ReadString(&stream, "Chromoting");
ReadString        109 remoting/host/setup/start_host.cc       host_pin = ReadString(true);
ReadString        119 remoting/host/setup/start_host.cc       host_pin_confirm = ReadString(true);
ReadString        137 remoting/host/setup/start_host.cc     auth_code = ReadString(true);
ReadString        379 sandbox/linux/services/broker_process.cc   if (!read_pickle.ReadString(&iter, &requested_filename) ||
ReadString        249 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString        268 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString        581 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString        598 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString        615 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString        902 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       1054 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       1071 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       1088 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       1976 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       2566 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       2583 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       2658 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       2675 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       3105 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       3422 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       3734 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       4068 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       4085 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       4102 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       4497 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       4514 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       4568 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       5548 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       6892 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       7200 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       7279 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       7701 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString       7718 third_party/protobuf/src/google/protobuf/descriptor.pb.cc           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
ReadString        357 third_party/protobuf/src/google/protobuf/descriptor_database.cc     return internal::WireFormatLite::ReadString(&input, output);
ReadString       1003 third_party/protobuf/src/google/protobuf/extension_set.cc         if (!WireFormatLite::ReadString(input, value)) return false;
ReadString        603 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc           if (!input->ReadString(&temp, length)) return false;
ReadString        205 third_party/protobuf/src/google/protobuf/io/coded_stream.h   bool ReadString(string* buffer, int size);
ReadString        641 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_1D(CodedStreamTest, ReadString, kBlockSizes) {
ReadString        649 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadString(&str, strlen(kRawBytes)));
ReadString        665 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_FALSE(coded_input.ReadString(&str, 1 << 30));
ReadString        675 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_FALSE(coded_input.ReadString(&str, 1 << 30));
ReadString        682 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_FALSE(coded_input.ReadString(&str, 1 << 30));
ReadString        702 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadString(&str, strlen("<Before skipping>")));
ReadString        705 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadString(&str, strlen("<After skipping>")));
ReadString        985 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_TRUE(coded_input.ReadString(&str, 16));
ReadString        991 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_FALSE(coded_input.ReadString(&str, 1));
ReadString       1000 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_TRUE(coded_input.ReadString(&str, 16));
ReadString       1015 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_TRUE(coded_input.ReadString(&str, 16));
ReadString       1045 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(input.ReadString(&str, 2048));
ReadString       1176 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadString(&str, 512));
ReadString       1177 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_TRUE(coded_input.ReadString(&str, 1024));
ReadString        104 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   void ReadString(ZeroCopyInputStream* input, const string& str);
ReadString        222 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ReadString(input, "Hello world!\n");
ReadString        223 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ReadString(input, "Some text.  ");
ReadString        224 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ReadString(input, "Blah ");
ReadString        225 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ReadString(input, "blah.");
ReadString        226 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ReadString(input, "abcdefg");
ReadString        228 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ReadString(input, "foo");
ReadString        229 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ReadString(input, "bar");
ReadString        254 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ReadString(input, "Hello world!\nSome text.  ");
ReadString        256 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ReadString(input, "blah.");
ReadString        258 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ReadString(input, string(10, 'x') + string(100000 - 20000, 'y'));
ReadString        260 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ReadString(input, "yyyyyyyyyy01234567890123456789");
ReadString        267 third_party/protobuf/src/google/protobuf/wire_format.cc         if (!WireFormatLite::ReadString(input, &value)) return false;
ReadString        379 third_party/protobuf/src/google/protobuf/wire_format.cc           if (!input->ReadString(&temp, length)) return false;
ReadString        153 third_party/protobuf/src/google/protobuf/wire_format_lite.cc         if (!input->ReadString(unknown_fields->AddLengthDelimited(number),
ReadString        333 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static bool ReadString(input, string* value);
ReadString        335 tools/android/forwarder2/host_forwarder_main.cc     CHECK(pickle_it.ReadString(&device_serial));
ReadString        214 tools/gn/function_toolchain.cc   if (!ReadString(block_scope, "command", &t.command, err) ||
ReadString        215 tools/gn/function_toolchain.cc       !ReadString(block_scope, "depfile", &t.depfile, err) ||
ReadString        216 tools/gn/function_toolchain.cc       !ReadString(block_scope, "deps", &t.deps, err) ||
ReadString        217 tools/gn/function_toolchain.cc       !ReadString(block_scope, "description", &t.description, err) ||
ReadString        218 tools/gn/function_toolchain.cc       !ReadString(block_scope, "lib_dir_prefix", &t.lib_dir_prefix, err) ||
ReadString        219 tools/gn/function_toolchain.cc       !ReadString(block_scope, "lib_prefix", &t.lib_prefix, err) ||
ReadString        220 tools/gn/function_toolchain.cc       !ReadString(block_scope, "pool", &t.pool, err) ||
ReadString        221 tools/gn/function_toolchain.cc       !ReadString(block_scope, "restat", &t.restat, err) ||
ReadString        222 tools/gn/function_toolchain.cc       !ReadString(block_scope, "rspfile", &t.rspfile, err) ||
ReadString        223 tools/gn/function_toolchain.cc       !ReadString(block_scope, "rspfile_content", &t.rspfile_content, err))
ReadString        576 ui/base/clipboard/clipboard_unittest.cc   ASSERT_TRUE(read_pickle.ReadString(&iter, &unpickled_string));
ReadString        612 ui/base/clipboard/clipboard_unittest.cc   ASSERT_TRUE(read_pickle2.ReadString(&iter2, &unpickled_string2));
ReadString        634 ui/base/clipboard/clipboard_unittest.cc   ASSERT_TRUE(read_pickle1.ReadString(&iter1, &unpickled_string1));
ReadString        231 ui/base/dragdrop/gtk_dnd_util.cc   if (!data.ReadString(&iter, &title_utf8) ||
ReadString        232 ui/base/dragdrop/gtk_dnd_util.cc       !data.ReadString(&iter, &url_utf8)) {
ReadString         58 webkit/browser/fileapi/sandbox_directory_database.cc       pickle.ReadString(&iter, &data_path) &&
ReadString         59 webkit/browser/fileapi/sandbox_directory_database.cc       pickle.ReadString(&iter, &name) &&
ReadString         45 webkit/browser/fileapi/sandbox_prioritized_origin_database.cc   return pickle.ReadString(&iter, origin) && !origin->empty();