writing_           21 chrome/browser/sync_file_system/local/local_file_sync_status.cc   writing_[url]++;
writing_           26 chrome/browser/sync_file_system/local/local_file_sync_status.cc   int count = --writing_[url];
writing_           28 chrome/browser/sync_file_system/local/local_file_sync_status.cc     writing_.erase(url);
writing_           75 chrome/browser/sync_file_system/local/local_file_sync_status.cc   URLCountMap::const_iterator upper = writing_.upper_bound(url);
writing_           77 chrome/browser/sync_file_system/local/local_file_sync_status.cc   if (upper != writing_.end() && url.IsParent(upper->first))
writing_           79 chrome/browser/sync_file_system/local/local_file_sync_status.cc   if (rupper != writing_.rend() &&
writing_           83 chrome/browser/sync_file_system/local/local_file_sync_status.h   URLCountMap writing_;
writing_         1108 third_party/re2/re2/dfa.cc     return writing_;
writing_         1113 third_party/re2/re2/dfa.cc   bool writing_;
writing_         1127 third_party/re2/re2/dfa.cc   if (!writing_) {
writing_         1130 third_party/re2/re2/dfa.cc     writing_ = true;
writing_         1135 third_party/re2/re2/dfa.cc   if (writing_)