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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/containers/sequences/deque/deque.cons/
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)
size.pass.cpp 27 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
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)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
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)
size.pass.cpp 27 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/chromium_org/base/prefs/
pref_registry.h 30 typedef PrefValueMap::const_iterator const_iterator; typedef in class:PrefRegistry
38 const_iterator begin() const;
39 const_iterator end() const;
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_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/libcxx/test/containers/sequences/list/list.cons/
size_type.pass.cpp 26 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();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
size_type.pass.cpp 26 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/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_list.h 28 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/
policy_error_map.h 23 typedef PolicyMapType::const_iterator const_iterator; typedef in class:policy::PolicyErrorMap
87 const_iterator begin();
88 const_iterator end();
  /external/lldb/include/lldb/Symbol/
TypeList.h 79 typedef collection::const_iterator const_iterator; typedef in class:lldb_private::TypeList
VariableList.h 83 typedef collection::const_iterator const_iterator; typedef in class:lldb_private::VariableList
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnames.h 33 typedef collection::const_iterator const_iterator; typedef in class:DWARFDebugPubnames
DWARFDIECollection.h 45 typedef collection::const_iterator const_iterator; typedef in class:DWARFDIECollection
  /external/chromium_org/chrome/browser/ui/cocoa/
accelerators_cocoa.h 34 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/
single_object_invalidation_set.h 29 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/policy/core/common/
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/extensions/common/
url_pattern_set.h 26 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/lldb/tools/debugserver/source/MacOSX/
MachThreadList.h 66 typedef collection::const_iterator const_iterator; typedef in class:MachThreadList
69 // const_iterator FindThreadByID (thread_t tid) const;

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 91011>>