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

1234567891011

/external/chromium_org/base/prefs/
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 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_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/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/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();
/external/libcxx/test/containers/sequences/deque/deque.cons/
H A Dsize_value.pass.cpp25 typedef typename C::const_iterator const_iterator; typedef
29 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
H A Dsize_value_alloc.pass.cpp24 typedef typename C::const_iterator const_iterator; typedef
29 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
H A Diter_iter.pass.cpp28 typedef typename C::const_iterator const_iterator; typedef
32 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
42 typedef typename C::const_iterator const_iterator; typedef
46 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
H A Diter_iter_alloc.pass.cpp28 typedef typename C::const_iterator const_iterator; typedef
33 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
H A Dsize.pass.cpp27 typedef typename C::const_iterator const_iterator; typedef
35 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
48 typedef typename C::const_iterator const_iterator; typedef
56 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
69 typedef typename C::const_iterator const_iterator; typedef
/external/libcxx/test/containers/sequences/list/list.cons/
H A Dsize_type.pass.cpp26 typedef typename C::const_iterator const_iterator; typedef
43 std::list<int>::const_iterator i = l.begin();
54 std::list<int>::const_iterator i = l.begin();
67 C::const_iterator i = l.begin();
88 std::list<int, min_allocator<int>>::const_iterator i = l.begin();
/external/lldb/include/lldb/Symbol/
H A DTypeList.h79 typedef collection::const_iterator const_iterator; typedef in class:lldb_private::TypeList
H A DVariableList.h83 typedef collection::const_iterator const_iterator; typedef in class:lldb_private::VariableList
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnames.h33 typedef collection::const_iterator const_iterator; typedef in class:DWARFDebugPubnames
H A DDWARFDIECollection.h45 typedef collection::const_iterator const_iterator; typedef in class:DWARFDIECollection
/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/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h66 typedef collection::const_iterator const_iterator; typedef in class:MachThreadList
69 // const_iterator FindThreadByID (thread_t tid) const;
/external/chromium_org/ui/gfx/image/
H A Dimage_family.cc15 ImageFamily::const_iterator::const_iterator() {} function in class:gfx::ImageFamily::const_iterator
17 ImageFamily::const_iterator::const_iterator(const const_iterator& other) function in class:gfx::ImageFamily::const_iterator
20 ImageFamily::const_iterator::const_iterator( function in class:gfx::ImageFamily::const_iterator
21 const std::map<MapKey, gfx::Image>::const_iterator& other)
24 ImageFamily::const_iterator::~const_iterator() {}
[all...]
/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/components/policy/core/common/
H A Dpolicy_bundle.h23 typedef MapType::const_iterator const_iterator; typedef in class:policy::PolicyBundle
55 const_iterator begin() const { return policy_bundle_.begin(); }
56 const_iterator end() const { return policy_bundle_.end(); }
H A Dpolicy_map.h47 typedef PolicyMapType::const_iterator const_iterator; typedef in class:policy::PolicyMap
111 const_iterator begin() const;
112 const_iterator end() const;
/external/chromium_org/extensions/common/
H A Durl_pattern_set.h26 typedef std::set<URLPattern>::const_iterator const_iterator; typedef in class:extensions::URLPatternSet
60 const_iterator begin() const { return patterns_.begin(); }
61 const_iterator end() const { return patterns_.end(); }
/external/chromium_org/ui/base/x/
H A Dselection_utils.h66 typedef InternalMap::const_iterator const_iterator; typedef in class:ui::SelectionFormatMap
84 const_iterator begin() const { return data_.begin(); }
85 const_iterator end() const { return data_.end(); }
86 const_iterator find(::Atom atom) const { return data_.find(atom); }

Completed in 520 milliseconds

1234567891011