Searched refs:const_iterator (Results 126 - 150 of 4405) sorted by path

1234567891011>>

/external/chromium_org/base/files/
H A Dfile_path_watcher_browsertest.cc374 for (std::vector<std::string>::const_iterator d(dir_names.begin());
H A Dfile_path_watcher_linux.cc615 for (hash_map<InotifyReader::Watch, FilePath>::const_iterator it =
H A Dfile_util_posix.cc755 std::vector<FilePath::StringType>::const_iterator ib, ip;
/external/chromium_org/base/i18n/
H A Dbuild_utf8_validator_tables.cc211 PairVector::const_iterator it = pairs->begin();
252 for (PairVector::const_iterator it = pairs->begin(); it != pairs->end();
264 for (PairVector::const_iterator pair_it = pairs.begin();
268 for (StringSet::const_iterator set_it = pair_it->set.begin();
310 const StateMap::const_iterator where = state_map->find(rest);
333 for (PairVector::const_iterator it = pairs.begin(); it != pairs.end(); ++it) {
338 const StateMap::const_iterator where = state_map.find(rest);
375 for (std::vector<State>::const_iterator state_it = states.begin();
383 for (State::const_iterator range_it = state_it->begin();
H A Dstreaming_utf8_validator_perftest.cc52 for (std::string::const_iterator it = s.begin(); it != s.end(); ++it) {
H A Dstreaming_utf8_validator_unittest.cc256 for (base::StringPiece::const_iterator cit = sequence.begin();
/external/chromium_org/base/
H A Did_map.h115 typename HashTable::const_iterator i = data_.find(id);
204 typename HashTable::const_iterator iter_;
208 typedef Iterator<const T> const_iterator; typedef in class:IDMap
232 for (std::set<KeyType>::const_iterator i = removed_ids_.begin();
H A Did_map_unittest.cc71 IDMap<TestObject>::const_iterator iter(&map);
105 for (IDMap<TestObject>::const_iterator iter(&map);
113 for (IDMap<TestObject>::const_iterator iter(&map);
158 IDMap<TestObject>::const_iterator iter1(&map);
163 IDMap<TestObject>::const_iterator iter2(iter1);
186 IDMap<TestObject>::const_iterator iter1(&map);
189 IDMap<TestObject>::const_iterator iter2(&map);
215 for (IDMap<TestObject>::const_iterator iter(&map);
223 for (IDMap<TestObject>::const_iterator iter(&map);
H A Dlinux_util.cc158 for (std::vector<pid_t>::const_iterator
H A Dpath_service.cc154 PathMap::const_iterator it = path_data->cache.find(key);
166 PathMap::const_iterator it = path_data->overrides.find(key);
/external/chromium_org/base/json/
H A Djson_writer.cc125 for (ListValue::const_iterator it = list->begin(); it != list->end();
H A Dstring_escape.cc137 for (StringPiece::const_iterator it = str.begin(); it != str.end(); ++it) {
/external/chromium_org/base/memory/
H A Ddiscardable_memory_manager.cc147 AllocationMap::const_iterator it = allocations_.Peek(allocation);
154 AllocationMap::const_iterator it = allocations_.Peek(allocation);
H A Dscoped_vector.h31 typedef typename std::vector<T*>::const_iterator const_iterator; typedef in class:ScopedVector
57 const_iterator begin() const { return v_.begin(); }
59 const_iterator end() const { return v_.end(); }
/external/chromium_org/base/metrics/
H A Dfield_trial.cc372 for (FieldTrial::ActiveGroups::const_iterator it = active_groups.begin();
H A Dhistogram.cc605 BucketDescriptionMap::const_iterator it = bucket_description_.find(range);
H A Dhistogram_delta_serialization.cc76 for (std::vector<std::string>::const_iterator it = serialized_deltas.begin();
H A Dhistogram_snapshot_manager.cc33 for (StatisticsRecorder::Histograms::const_iterator it = histograms.begin();
H A Dsample_map.cc27 map<Sample, Count>::const_iterator it = sample_counts_.find(value);
35 for (map<Sample, Count>::const_iterator it = sample_counts_.begin();
H A Dsample_map.h59 SampleToCountMap::const_iterator iter_;
60 const SampleToCountMap::const_iterator end_;
H A Dstatistics_recorder.cc183 for (Histograms::const_iterator it = snapshot.begin(); it != snapshot.end();
H A Dstats_table.cc402 CountersMap::const_iterator iter;
/external/chromium_org/base/posix/
H A Dglobal_descriptors.cc31 for (Mapping::const_iterator
/external/chromium_org/base/prefs/
H A Ddefault_pref_store.cc45 DefaultPrefStore::const_iterator DefaultPrefStore::begin() const {
49 DefaultPrefStore::const_iterator DefaultPrefStore::end() const {
H A Ddefault_pref_store.h19 typedef PrefValueMap::const_iterator const_iterator; typedef in class:DefaultPrefStore
39 const_iterator begin() const;
40 const_iterator end() const;

Completed in 1776 milliseconds

1234567891011>>