HomeSort by relevance Sort by last modified time
    Searched defs:const_iterator (Results 1 - 25 of 1028) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
size.pass.cpp 26 typedef typename C::const_iterator const_iterator; typedef
34 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
size_value.pass.cpp 25 typedef typename C::const_iterator const_iterator; typedef
29 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
size_value_alloc.pass.cpp 24 typedef typename C::const_iterator const_iterator; typedef
29 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
iter_iter_alloc.pass.cpp 28 typedef typename C::const_iterator const_iterator; typedef
33 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
iter_iter.pass.cpp 28 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)
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_list.h 20 typedef TabModelVector::const_iterator const_iterator; typedef in class:TabModelList
29 static const_iterator begin();
30 static const_iterator end();
  /external/chromium/chrome/browser/policy/
policy_map.h 21 typedef PolicyMapType::const_iterator const_iterator; typedef in class:policy::PolicyMap
42 const_iterator begin() const;
43 const_iterator end() const;
  /external/chromium/chrome/browser/prefs/
pref_value_map.h 21 typedef std::map<std::string, Value*>::const_iterator const_iterator; typedef in class:PrefValueMap
45 const_iterator begin() const;
46 const_iterator end() const;
value_map_pref_store.h 19 typedef std::map<std::string, Value*>::const_iterator const_iterator; typedef in class:ValueMapPrefStore
32 const_iterator begin() const;
33 const_iterator end() const;
  /external/chromium_org/base/prefs/
default_pref_store.h 19 typedef PrefValueMap::const_iterator const_iterator; typedef in class:DefaultPrefStore
39 const_iterator begin() const;
40 const_iterator end() const;
pref_registry.h 31 typedef PrefValueMap::const_iterator const_iterator; typedef in class:PrefRegistry
40 const_iterator begin() const;
41 const_iterator end() const;
pref_value_map.h 23 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/policy/
policy_error_map.h 21 typedef PolicyMapType::const_iterator const_iterator; typedef in class:policy::PolicyErrorMap
77 const_iterator begin();
78 const_iterator end();
policy_bundle.h 23 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(); }
  /external/chromium_org/chrome/browser/ui/cocoa/
accelerators_cocoa.h 29 typedef AcceleratorMap::const_iterator const_iterator; typedef in class:AcceleratorsCocoa
31 const_iterator const begin() { return accelerators_.begin(); }
32 const_iterator const end() { return accelerators_.end(); }
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_accelerators_gtk.h 24 typedef const BubbleAcceleratorGtk* const_iterator; typedef in class:BubbleAcceleratorsGtk
26 static const_iterator begin();
27 static const_iterator end();
  /external/chromium/chrome/browser/automation/
automation_provider_list.h 20 typedef list_type::const_iterator const_iterator; typedef in class:AutomationProviderList
26 const_iterator begin() {
30 const_iterator end() {
  /external/chromium/chrome/browser/extensions/
pending_extension_manager.h 30 typedef PendingExtensionMap::const_iterator const_iterator; typedef in class:PendingExtensionManager
55 const_iterator begin() const { return pending_extension_map_.begin(); }
56 const_iterator end() const { return pending_extension_map_.end(); }
  /external/chromium/chrome/browser/ui/gtk/
accelerators_gtk.h 18 typedef AcceleratorGtkList::const_iterator const_iterator; typedef in class:AcceleratorsGtk
23 const_iterator const begin() {
27 const_iterator const end() {
  /external/chromium_org/chrome/browser/automation/
automation_provider_list.h 20 typedef list_type::const_iterator const_iterator; typedef in class:AutomationProviderList
26 const_iterator begin() {
30 const_iterator end() {
  /external/chromium_org/chrome/browser/ui/gtk/
accelerators_gtk.h 16 typedef AcceleratorList::const_iterator const_iterator; typedef in class:AcceleratorsGtk
21 const_iterator const begin() { return all_accelerators_.begin(); }
22 const_iterator const end() { return all_accelerators_.end(); }
  /external/chromium_org/extensions/common/
url_pattern_set.h 25 typedef std::set<URLPattern>::const_iterator const_iterator; typedef in class:extensions::URLPatternSet
59 const_iterator begin() const { return patterns_.begin(); }
60 const_iterator end() const { return patterns_.end(); }
  /external/llvm/include/llvm/MC/
MCAsmLayout.h 31 typedef llvm::SmallVectorImpl<MCSectionData*>::const_iterator const_iterator; typedef in class:llvm::MCAsmLayout
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h 34 typedef AttrSet::const_iterator const_iterator; typedef in class:mcld::AttributeSet
42 const_iterator begin() const { return m_AttrSet.begin(); }
44 const_iterator end () const { return m_AttrSet.end(); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 54 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
57 typedef const_iterator value_type;
58 typedef const_iterator const_reference;

Completed in 511 milliseconds

1 2 3 4 5 6 7 8 91011>>