Searched defs:const_iterator (Results 1 - 25 of 251) sorted by path

1234567891011

/external/bison/examples/calc++/
H A Dstack.hh53 typedef typename S::const_reverse_iterator const_iterator; typedef in class:yy::stack
99 inline const_iterator begin () const { return seq_.rbegin (); }
100 inline const_iterator end () const { return seq_.rend (); }
/external/ceres-solver/include/ceres/internal/
H A Dfixed_array.h84 typedef T const* const_iterator; typedef in class:ceres::internal::FixedArray
130 inline const_iterator begin() const { return &array_[0].element; }
131 inline const_iterator end() const { return &array_[size_].element; }
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc146 typedef std::vector<TouchPointLog>::const_iterator const_iterator; typedef in class:ash::TouchTrace
168 for (const_iterator i = log_.begin(); i != log_.end(); ++i)
/external/chromium_org/base/containers/
H A Dmru_cache.h59 typedef typename PayloadList::const_iterator const_iterator; typedef in class:base::MRUCacheBase
127 typename KeyIndex::const_iterator index_iter = index_.find(key);
133 const_iterator Peek(const KeyType& key) const {
134 typename KeyIndex::const_iterator index_iter = index_.find(key);
188 const_iterator begin() const { return ordering_.begin(); }
190 const_iterator end() const { return ordering_.end(); }
H A Dscoped_ptr_hash_map.h31 typedef typename Container::const_iterator const_iterator; typedef in class:base::ScopedPtrHashMap
114 const_iterator it = find(k);
124 inline const_iterator find(const Key& k) const { return data_.find(k); }
128 inline std::pair<const_iterator, const_iterator> equal_range(
145 inline const_iterator begin() const { return data_.begin(); }
147 inline const_iterator end() const { return data_.end(); }
H A Dsmall_map.h222 class const_iterator;
288 bool operator==(const const_iterator& other) const;
289 bool operator!=(const const_iterator& other) const;
293 friend class const_iterator;
303 class const_iterator { class in class:base::SmallMap
305 typedef typename NormalMap::const_iterator::iterator_category
307 typedef typename NormalMap::const_iterator::value_type value_type;
308 typedef typename NormalMap::const_iterator::difference_type difference_type;
309 typedef typename NormalMap::const_iterator::pointer pointer;
310 typedef typename NormalMap::const_iterator
312 inline const_iterator(): array_iter_(NULL) {} function in class:base::SmallMap::const_iterator
314 inline const_iterator(const iterator& other) function in class:base::SmallMap::const_iterator
375 inline explicit const_iterator( function in class:base::SmallMap::const_iterator
378 inline explicit const_iterator( function in class:base::SmallMap::const_iterator
[all...]
/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 Dvalues.h361 ValueMap::const_iterator it_;
378 typedef ValueVector::const_iterator const_iterator; typedef in class:base::ListValue
465 // Returns a const_iterator to the found item or to end() if none exists.
466 const_iterator Find(const Value& value) const;
475 const_iterator begin() const { return list_.begin(); }
476 const_iterator end() const { return list_.end(); }
/external/chromium_org/base/memory/
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/prefs/
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;
H A Dpref_registry.h30 typedef PrefValueMap::const_iterator const_iterator; typedef in class:PrefRegistry
38 const_iterator begin() const;
39 const_iterator end() const;
H A Dpref_value_map.h23 typedef std::map<std::string, base::Value*>::const_iterator const_iterator; typedef in class:PrefValueMap
50 const_iterator begin() const;
51 const_iterator end() const;
/external/chromium_org/base/strings/
H A Dstring_number_conversions.cc169 typedef typename traits::iterator_type const_iterator; typedef in class:base::__anon2451::IteratorRangeToNumber
174 static bool Invoke(const_iterator begin,
175 const_iterator end,
211 static bool Invoke(const_iterator begin, const_iterator end,
226 for (const_iterator current = begin; current != end; ++current) {
313 typedef BaseHexIteratorRangeToIntTraits<StringPiece::const_iterator>
316 typedef BaseHexIteratorRangeToUIntTraits<StringPiece::const_iterator>
319 typedef BaseHexIteratorRangeToInt64Traits<StringPiece::const_iterator>
322 typedef BaseHexIteratorRangeToUInt64Traits<StringPiece::const_iterator>
[all...]
H A Dstring_piece.h171 typedef const value_type* const_iterator; typedef in class:base::BasicStringPiece
172 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
188 BasicStringPiece(const typename STRING_TYPE::const_iterator& begin,
189 const typename STRING_TYPE::const_iterator& end)
241 const_iterator begin() const { return ptr_; }
242 const_iterator end() const { return ptr_ + length_; }
436 for (StringPieceType::const_iterator i = string_piece.begin(); \
/external/chromium_org/cc/base/
H A Dscoped_ptr_deque.h23 typedef typename std::deque<T*>::const_iterator const_iterator; typedef in class:cc::ScopedPtrDeque
120 const_iterator begin() const { return data_.begin(); }
122 const_iterator end() const { return data_.end(); }
H A Dscoped_ptr_vector.h23 typedef typename std::vector<T*>::const_iterator const_iterator; typedef in class:cc::ScopedPtrVector
183 const_iterator begin() const { return data_.begin(); }
185 const_iterator end() const { return data_.end(); }
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dframe_navigation_state.h26 typedef std::set<content::RenderFrameHost*>::const_iterator const_iterator; typedef in class:extensions::FrameNavigationState
32 const_iterator begin() const { return frame_hosts_.begin(); }
33 const_iterator end() const { return frame_hosts_.end(); }
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_unittest.cc141 typedef typename Container::const_iterator const_iterator; typedef
142 const_iterator left_itr = left.begin();
143 const_iterator right_itr = right.begin();
156 typedef typename Container::const_iterator const_iterator; typedef
157 const_iterator left_itr = left.begin();
158 const_iterator right_itr = right.begin();
H A Dtracker_id_set.h21 typedef RawTrackerIDSet::const_iterator const_iterator; typedef in class:sync_file_system::drive_backend::TrackerIDSet
39 const_iterator begin() const { return tracker_ids_.begin(); }
40 const_iterator end() const { return tracker_ids_.end(); }
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model_list.h28 typedef TabModelVector::const_iterator const_iterator; typedef in class:TabModelList
39 static const_iterator begin();
40 static const_iterator end();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_list.h31 typedef BrowserVector::const_iterator const_iterator; typedef in class:BrowserList
39 const_iterator begin() const { return browsers_.begin(); }
40 const_iterator end() const { return browsers_.end(); }
/external/chromium_org/chrome/browser/ui/cocoa/
H A Daccelerators_cocoa.h34 typedef AcceleratorMap::const_iterator const_iterator; typedef in class:AcceleratorsCocoa
36 const_iterator const begin() { return accelerators_.begin(); }
37 const_iterator const end() { return accelerators_.end(); }
/external/chromium_org/components/invalidation/
H A Dsingle_object_invalidation_set.h29 typedef InvalidationsSet::const_iterator const_iterator; typedef in class:syncer::SingleObjectInvalidationSet
38 void Erase(const_iterator it);
49 const_iterator begin() const;
50 const_iterator end() const;
/external/chromium_org/components/omnibox/
H A Dautocomplete_result.h26 typedef ACMatches::const_iterator const_iterator; typedef in class:AutocompleteResult
87 const_iterator begin() const;
89 const_iterator end() const;
98 const_iterator default_match() const { return default_match_; }
191 const_iterator default_match_;
/external/chromium_org/components/policy/core/browser/
H A Dpolicy_error_map.h23 typedef PolicyMapType::const_iterator const_iterator; typedef in class:policy::PolicyErrorMap
87 const_iterator begin();
88 const_iterator end();

Completed in 3429 milliseconds

1234567891011