str_             1099 base/debug/trace_event.h   explicit TraceStringWithCopy(const char* str) : str_(str) {}
str_             1100 base/debug/trace_event.h   operator const char* () const { return str_; }
str_             1102 base/debug/trace_event.h   const char* str_;
str_               14 base/i18n/char_iterator.cc     : str_(reinterpret_cast<const uint8_t*>(str->data())),
str_               21 base/i18n/char_iterator.cc     U8_NEXT(str_, next_pos_, len_, char_);
str_               34 base/i18n/char_iterator.cc     U8_NEXT(str_, next_pos_, len_, char_);
str_               40 base/i18n/char_iterator.cc     : str_(reinterpret_cast<const char16*>(str->data())),
str_               51 base/i18n/char_iterator.cc     : str_(str),
str_               78 base/i18n/char_iterator.cc   U16_NEXT(str_, next_pos_, len_, char_);
str_               56 base/i18n/char_iterator.h   const uint8_t* str_;
str_              107 base/i18n/char_iterator.h   const char16* str_;
str_               25 base/metrics/user_metrics.cc   Record(action.str_);
str_               22 base/metrics/user_metrics_action.h   const char* str_;
str_               23 base/metrics/user_metrics_action.h   explicit UserMetricsAction(const char* str) : str_(str) {}
str_               83 base/prefs/pref_member_unittest.cc     str_.Init(kStringPref, prefs,
str_               90 base/prefs/pref_member_unittest.cc     EXPECT_EQ(str_.GetValue(), prefs_->GetString(kStringPref));
str_               94 base/prefs/pref_member_unittest.cc   StringPrefMember str_;
str_              274 base/prefs/pref_member_unittest.cc   EXPECT_EQ("default", *test_obj.str_);
str_              277 base/prefs/pref_member_unittest.cc   test_obj.str_.SetValue("hello");
str_              284 base/prefs/pref_member_unittest.cc   EXPECT_EQ("world", *(test_obj.str_));
str_              289 base/prefs/pref_member_unittest.cc   EXPECT_EQ("world", *(test_obj.str_));
str_              832 content/renderer/render_thread_impl.cc   Send(new ViewHostMsg_UserMetricsRecordAction(action.str_));
str_               41 net/cert/pem_tokenizer.cc     pos_ = str_.find(kPEMSearchBlock, pos_);
str_               48 net/cert/pem_tokenizer.cc       if (!str_.substr(pos_).starts_with(it->header))
str_               53 net/cert/pem_tokenizer.cc       StringPiece::size_type footer_pos = str_.find(it->footer, pos_);
str_               64 net/cert/pem_tokenizer.cc       StringPiece encoded = str_.substr(data_begin,
str_               90 net/cert/pem_tokenizer.cc   str_ = str;
str_               54 net/cert/pem_tokenizer.h   base::StringPiece str_;
str_              173 sql/connection.cc   return strcmp(str_, other.str_) < 0;
str_               55 sql/connection.h         str_(file) {
str_               61 sql/connection.h         str_(unique_name) {
str_               75 sql/connection.h   const char* str_;
str_              426 third_party/cld/base/logging.h   CheckOpString(string* str) : str_(str) { }
str_              429 third_party/cld/base/logging.h   operator bool() const { return PREDICT_FALSE(str_ != NULL); }
str_              430 third_party/cld/base/logging.h   string* str_;
str_              587 third_party/cld/base/logging.h     LOG(FATAL) << *_result.str_
str_              592 third_party/cld/base/logging.h     LOG(QFATAL) << *_result.str_
str_               73 third_party/jsoncpp/overrides/include/json/value.h          : str_( czstring )
str_               79 third_party/jsoncpp/overrides/include/json/value.h          return str_;
str_               84 third_party/jsoncpp/overrides/include/json/value.h          return str_;
str_               88 third_party/jsoncpp/overrides/include/json/value.h       const char *str_;
str_               61 third_party/re2/util/logging.h     string s = str_.str();
str_               71 third_party/re2/util/logging.h   ostream& stream() { return str_; }
str_               75 third_party/re2/util/logging.h   std::ostringstream str_;
str_               11 url/url_canon_stdstring.cc   cur_len_ = static_cast<int>(str_->size());  // Append to existing data.
str_               12 url/url_canon_stdstring.cc   str_->resize(str_->capacity());
str_               13 url/url_canon_stdstring.cc   buffer_ = str_->empty() ? NULL : &(*str_)[0];
str_               14 url/url_canon_stdstring.cc   buffer_len_ = static_cast<int>(str_->size());
str_               22 url/url_canon_stdstring.cc   str_->resize(cur_len_);
str_               27 url/url_canon_stdstring.cc   str_->resize(sz);
str_               28 url/url_canon_stdstring.cc   buffer_ = str_->empty() ? NULL : &(*str_)[0];
str_               47 url/url_canon_stdstring.h   std::string* str_;