/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.cons/ |
input_iterator.pass.cpp | 29 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j) 40 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j) 50 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j)
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unorder.map.modifiers/ |
insert_hint_rvalue.pass.cpp | 18 // iterator insert(const_iterator p, P&& x); 32 C::const_iterator e = c.end(); 59 C::const_iterator e = c.end();
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/ |
rehash.pass.cpp | 27 typedef std::pair<C::const_iterator, C::const_iterator> Eq; 30 C::const_iterator i = eq.first;
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
assign_init.pass.cpp | 53 typedef std::pair<C::const_iterator, C::const_iterator> Eq; 56 C::const_iterator i = eq.first;
|
init.pass.cpp | 47 typedef std::pair<C::const_iterator, C::const_iterator> Eq; 50 C::const_iterator i = eq.first;
|
init_size.pass.cpp | 49 typedef std::pair<C::const_iterator, C::const_iterator> Eq; 52 C::const_iterator i = eq.first;
|
init_size_hash.pass.cpp | 50 typedef std::pair<C::const_iterator, C::const_iterator> Eq; 53 C::const_iterator i = eq.first;
|
move_alloc.pass.cpp | 58 typedef std::pair<C::const_iterator, C::const_iterator> Eq; 61 C::const_iterator i = eq.first; 122 typedef std::pair<C::const_iterator, C::const_iterator> Eq; 125 C::const_iterator i = eq.first;
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.modifiers/ |
insert_hint_rvalue.pass.cpp | 18 // iterator insert(const_iterator p, P&& x); 32 C::const_iterator e = c.end(); 59 C::const_iterator e = c.end();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
list | 56 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, list> 57 const_iterator; 67 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 159 const_iterator 161 { return const_iterator(_Base::begin(), this); } 167 const_iterator 169 { return const_iterator(_Base::end(), this); } 188 const_iterator 190 { return const_iterator(_Base::begin(), this); } 192 const_iterator [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
forward_list.tcc | 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 152 const_iterator __first2 = __list.cbegin(); 153 const_iterator __last2 = __list.cend(); 172 _M_default_insert_after(const_iterator __pos, size_type __n) 174 const_iterator __saved_pos = __pos; 228 _M_splice_after(const_iterator __pos, forward_list&& __list) 238 splice_after(const_iterator __pos, forward_list&&, 239 const_iterator __before, const_iterator __last) 249 insert_after(const_iterator __pos, size_type __n, const _Tp& __val [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
forward_list.tcc | 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 152 const_iterator __first2 = __list.cbegin(); 153 const_iterator __last2 = __list.cend(); 172 _M_default_insert_after(const_iterator __pos, size_type __n) 174 const_iterator __saved_pos = __pos; 228 _M_splice_after(const_iterator __pos, forward_list&& __list) 238 splice_after(const_iterator __pos, forward_list&&, 239 const_iterator __before, const_iterator __last) 249 insert_after(const_iterator __pos, size_type __n, const _Tp& __val [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
list | 56 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, list> 57 const_iterator; 67 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 159 const_iterator 161 { return const_iterator(_Base::begin(), this); } 167 const_iterator 169 { return const_iterator(_Base::end(), this); } 188 const_iterator 190 { return const_iterator(_Base::begin(), this); } 192 const_iterator [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
list | 56 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, list> 57 const_iterator; 67 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 159 const_iterator 161 { return const_iterator(_Base::begin(), this); } 167 const_iterator 169 { return const_iterator(_Base::end(), this); } 188 const_iterator 190 { return const_iterator(_Base::begin(), this); } 192 const_iterator [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
list | 56 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, list> 57 const_iterator; 67 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 159 const_iterator 161 { return const_iterator(_Base::begin(), this); } 167 const_iterator 169 { return const_iterator(_Base::end(), this); } 188 const_iterator 190 { return const_iterator(_Base::begin(), this); } 192 const_iterator [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
list | 56 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, list> 57 const_iterator; 67 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 159 const_iterator 161 { return const_iterator(_Base::begin(), this); } 167 const_iterator 169 { return const_iterator(_Base::end(), this); } 188 const_iterator 190 { return const_iterator(_Base::begin(), this); } 192 const_iterator [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.tcc | 58 _M_insert_after(const_iterator __pos, _Args&&... __args) 152 const_iterator __first2 = __list.cbegin(); 153 const_iterator __last2 = __list.cend(); 172 _M_default_insert_after(const_iterator __pos, size_type __n) 174 const_iterator __saved_pos = __pos; 228 _M_splice_after(const_iterator __pos, forward_list&& __list) 238 splice_after(const_iterator __pos, forward_list&&, 239 const_iterator __before, const_iterator __last) 249 insert_after(const_iterator __pos, size_type __n, const _Tp& __val [all...] |
/external/ceres-solver/internal/ceres/ |
canonical_views_clustering.cc | 112 for (IntSet::const_iterator view = valid_views.begin(); 145 for (IntSet::const_iterator view = views.begin(); 167 for (IntSet::const_iterator neighbor = neighbors.begin(); 194 for (IntSet::const_iterator neighbor = neighbors.begin(); 223 for (IntSet::const_iterator view = views.begin(); 226 IntMap::const_iterator it =
|
/external/chromium/chrome/browser/ |
memory_details_linux.cc | 150 for (std::vector<pid_t>::const_iterator 183 for (std::vector<Process>::const_iterator 212 for (std::vector<Process>::const_iterator 219 for (std::vector<Process>::const_iterator 249 for (std::set<pid_t>::const_iterator 256 for (std::vector<Process>::const_iterator
|
/external/webkit/Source/WebCore/inspector/ |
InspectorValues.h | 164 typedef Dictionary::const_iterator const_iterator; typedef in class:WebCore::InspectorObject 184 const_iterator find(const String& name) const; 204 const_iterator begin() const { return m_data.begin(); } 205 const_iterator end() const { return m_data.end(); } 246 inline InspectorObject::const_iterator InspectorObject::find(const String& name) const
|
/external/webkit/Source/WebCore/platform/text/ |
SegmentedString.cpp | 69 Deque<SegmentedSubstring>::const_iterator it = m_substrings.begin(); 70 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end(); 147 Deque<SegmentedSubstring>::const_iterator it = s.m_substrings.begin(); 148 Deque<SegmentedSubstring>::const_iterator e = s.m_substrings.end(); 192 Deque<SegmentedSubstring>::const_iterator it = m_substrings.begin(); 193 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end();
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
HashTable.tcc | 128 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::const_iterator 135 return const_iterator(this, index); 207 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::const_iterator 217 return const_iterator(this, index); 223 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::const_iterator 226 return const_iterator(NULL, 0);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/ |
pat_trie_base.hpp | 113 typedef typename _ATraits::const_iterator a_const_iterator; 255 struct const_iterator struct in struct:__gnu_pbds::detail::pat_trie_base::_Inode 266 const_iterator(node_pointer_pointer p_p_cur = 0, function in struct:__gnu_pbds::detail::pat_trie_base::_Inode::const_iterator 272 operator==(const const_iterator& other) const 276 operator!=(const const_iterator& other) const 279 const_iterator& 288 const_iterator 291 const_iterator ret_it(*this); 320 struct iterator : public const_iterator 332 : const_iterator(p_p_cur, p_p_end) { [all...] |
/external/chromium/chrome/browser/autofill/ |
address_field.cc | 79 std::vector<AutofillField*>::const_iterator* iter, 86 std::vector<AutofillField*>::const_iterator q = *iter; 176 std::vector<AutofillField*>::const_iterator* iter, 196 std::vector<AutofillField*>::const_iterator* iter, 257 std::vector<AutofillField*>::const_iterator* iter, 279 std::vector<AutofillField*>::const_iterator* iter, 334 std::vector<AutofillField*>::const_iterator* iter, 355 std::vector<AutofillField*>::const_iterator* iter,
|
form_structure_browsertest.cc | 72 for (std::vector<FormStructure*>::const_iterator iter = forms.begin(); 76 for (std::vector<AutofillField*>::const_iterator field_iter =
|