/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
set.h | 51 typedef typename _Base::const_iterator _Base_const_iterator; 67 const_iterator; typedef in class:__debug::set 74 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 144 const_iterator 146 { return const_iterator(_Base::begin(), this); } 152 const_iterator 154 { return const_iterator(_Base::end(), this); } 173 const_iterator 175 { return const_iterator(_Base::begin(), this); } 177 const_iterator [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
map.h | 63 typedef typename _Base::const_iterator const_iterator; typedef in class:__profile::map 69 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 143 const_iterator 151 const_iterator 184 const_iterator 186 { return const_iterator(_Base::begin()); } 188 const_iterator 190 { return const_iterator(_Base::end()); } 283 insert(const_iterator __position, const value_type& __x [all...] |
multimap.h | 57 typedef typename _Base::const_iterator const_iterator; typedef in class:__profile::multimap 130 const_iterator 132 { return const_iterator(_Base::begin()); } 138 const_iterator 140 { return const_iterator(_Base::end()); } 159 const_iterator 161 { return const_iterator(_Base::begin()); } 163 const_iterator 165 { return const_iterator(_Base::end()); [all...] |
set.h | 57 typedef typename _Base::const_iterator const_iterator; typedef in class:__profile::set 130 const_iterator 132 { return const_iterator(_Base::begin()); } 138 const_iterator 140 { return const_iterator(_Base::end()); } 159 const_iterator 161 { return const_iterator(_Base::begin()); } 163 const_iterator 165 { return const_iterator(_Base::end()); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
multiset.h | 50 typedef typename _Base::const_iterator _Base_const_iterator; 66 multiset> const_iterator; typedef in class:__debug::multiset 73 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 144 const_iterator 146 { return const_iterator(_Base::begin(), this); } 152 const_iterator 154 { return const_iterator(_Base::end(), this); } 173 const_iterator 175 { return const_iterator(_Base::begin(), this); } 177 const_iterator [all...] |
set.h | 50 typedef typename _Base::const_iterator _Base_const_iterator; 66 const_iterator; typedef in class:__debug::set 73 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 144 const_iterator 146 { return const_iterator(_Base::begin(), this); } 152 const_iterator 154 { return const_iterator(_Base::end(), this); } 173 const_iterator 175 { return const_iterator(_Base::begin(), this); } 177 const_iterator [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
map.h | 57 typedef typename _Base::const_iterator const_iterator; typedef in class:__profile::map 63 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 138 const_iterator 146 const_iterator 179 const_iterator 181 { return const_iterator(_Base::begin()); } 183 const_iterator 185 { return const_iterator(_Base::end()); } 278 insert(const_iterator __position, const value_type& __x [all...] |
multimap.h | 57 typedef typename _Base::const_iterator const_iterator; typedef in class:__profile::multimap 131 const_iterator 133 { return const_iterator(_Base::begin()); } 139 const_iterator 141 { return const_iterator(_Base::end()); } 160 const_iterator 162 { return const_iterator(_Base::begin()); } 164 const_iterator 166 { return const_iterator(_Base::end()); [all...] |
multiset.h | 57 typedef typename _Base::const_iterator const_iterator; typedef in class:__profile::multiset 131 const_iterator 133 { return const_iterator(_Base::begin()); } 139 const_iterator 141 { return const_iterator(_Base::end()); } 160 const_iterator 162 { return const_iterator(_Base::begin()); } 164 const_iterator 166 { return const_iterator(_Base::end()); [all...] |
set.h | 57 typedef typename _Base::const_iterator const_iterator; typedef in class:__profile::set 131 const_iterator 133 { return const_iterator(_Base::begin()); } 139 const_iterator 141 { return const_iterator(_Base::end()); } 160 const_iterator 162 { return const_iterator(_Base::begin()); } 164 const_iterator 166 { return const_iterator(_Base::end()); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
set | 40 typedef implementation-defined const_iterator; 42 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 81 const_iterator begin() const noexcept; 83 const_iterator end() const noexcept; 90 const_iterator cbegin() const noexcept; 91 const_iterator cend() const noexcept; 104 iterator emplace_hint(const_iterator position, Args&&... args); 107 iterator insert(const_iterator position, const value_type& v); 108 iterator insert(const_iterator position, value_type&& v); 113 iterator erase(const_iterator position) [all...] |
/external/chromium_org/ui/gfx/image/ |
image_family.cc | 15 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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.iter/ |
iterators.pass.cpp | 14 // const_iterator begin() const; 15 // const_iterator end() const; 16 // const_iterator cbegin() const; 17 // const_iterator cend() const; 40 C::const_iterator i = c.begin(); 41 C::const_iterator j = c.end(); 49 C::const_iterator i = c.cbegin(); 50 C::const_iterator j = c.cend(); 72 C::const_iterator j; 88 C::const_iterator i = c.begin() [all...] |
/external/chromium_org/net/socket/ |
client_socket_pool_manager_impl.cc | 26 for (typename MapType::const_iterator it = socket_pools.begin(); 100 for (SSLSocketPoolMap::const_iterator it = 106 for (HTTPProxySocketPoolMap::const_iterator it = 112 for (SSLSocketPoolMap::const_iterator it = 118 for (TransportSocketPoolMap::const_iterator it = 124 for (TransportSocketPoolMap::const_iterator it = 130 for (SOCKSSocketPoolMap::const_iterator it = 136 for (TransportSocketPoolMap::const_iterator it = 149 for (SSLSocketPoolMap::const_iterator it = 155 for (HTTPProxySocketPoolMap::const_iterator it [all...] |
/external/oprofile/libpp/ |
symbol_container.cpp | 51 typedef symbols_by_loc_t::const_iterator it; 69 typedef symbols_by_loc_t::const_iterator it; 87 symbols_t::const_iterator cit = symbols.begin(); 88 symbols_t::const_iterator end = symbols.end(); 98 symbols_t::const_iterator it; 122 symbols_t::const_iterator it = symbols.find(symbol);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
util.hpp | 41 typedef const value_type* const_iterator; typedef in struct:boost::algorithm::detail::empty_container 45 const_iterator begin() const 47 return reinterpret_cast<const_iterator>(0); 50 const_iterator end() const 52 return reinterpret_cast<const_iterator>(0); 91 typename IteratorT=BOOST_STRING_TYPENAME SeqT::const_iterator >
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/trie_policy/ |
sample_trie_e_access_traits.hpp | 63 typedef std::string::const_iterator const_iterator; typedef in class:sample_trie_e_access_traits 75 // Returns a const_iterator to the first element of r_key. 76 inline static const_iterator 79 // Returns a const_iterator to the after-last element of r_key. 80 inline static const_iterator
|
string_trie_e_access_traits_imp.hpp | 54 inline typename PB_DS_CLASS_C_DEC::const_iterator 62 inline typename PB_DS_CLASS_C_DEC::const_iterator 70 inline typename PB_DS_CLASS_C_DEC::const_iterator 78 inline typename PB_DS_CLASS_C_DEC::const_iterator 86 inline typename PB_DS_CLASS_C_DEC::const_iterator 94 inline typename PB_DS_CLASS_C_DEC::const_iterator
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/trie_policy/ |
sample_trie_e_access_traits.hpp | 63 typedef std::string::const_iterator const_iterator; typedef in class:sample_trie_e_access_traits 75 // Returns a const_iterator to the first element of r_key. 76 inline static const_iterator 79 // Returns a const_iterator to the after-last element of r_key. 80 inline static const_iterator
|
string_trie_e_access_traits_imp.hpp | 54 inline typename PB_DS_CLASS_C_DEC::const_iterator 62 inline typename PB_DS_CLASS_C_DEC::const_iterator 70 inline typename PB_DS_CLASS_C_DEC::const_iterator 78 inline typename PB_DS_CLASS_C_DEC::const_iterator 86 inline typename PB_DS_CLASS_C_DEC::const_iterator 94 inline typename PB_DS_CLASS_C_DEC::const_iterator
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/trie_policy/ |
sample_trie_e_access_traits.hpp | 63 typedef std::string::const_iterator const_iterator; typedef in class:sample_trie_e_access_traits 75 // Returns a const_iterator to the first element of r_key. 76 inline static const_iterator 79 // Returns a const_iterator to the after-last element of r_key. 80 inline static const_iterator
|
string_trie_e_access_traits_imp.hpp | 54 inline typename PB_DS_CLASS_C_DEC::const_iterator 62 inline typename PB_DS_CLASS_C_DEC::const_iterator 70 inline typename PB_DS_CLASS_C_DEC::const_iterator 78 inline typename PB_DS_CLASS_C_DEC::const_iterator 86 inline typename PB_DS_CLASS_C_DEC::const_iterator 94 inline typename PB_DS_CLASS_C_DEC::const_iterator
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/ |
sample_trie_e_access_traits.hpp | 63 typedef std::string::const_iterator const_iterator; typedef in class:sample_trie_e_access_traits 75 // Returns a const_iterator to the first element of r_key. 76 inline static const_iterator 79 // Returns a const_iterator to the after-last element of r_key. 80 inline static const_iterator
|
string_trie_e_access_traits_imp.hpp | 54 inline typename PB_DS_CLASS_C_DEC::const_iterator 62 inline typename PB_DS_CLASS_C_DEC::const_iterator 70 inline typename PB_DS_CLASS_C_DEC::const_iterator 78 inline typename PB_DS_CLASS_C_DEC::const_iterator 86 inline typename PB_DS_CLASS_C_DEC::const_iterator 94 inline typename PB_DS_CLASS_C_DEC::const_iterator
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/ |
sample_trie_e_access_traits.hpp | 63 typedef std::string::const_iterator const_iterator; typedef in class:sample_trie_e_access_traits 75 // Returns a const_iterator to the first element of r_key. 76 inline static const_iterator 79 // Returns a const_iterator to the after-last element of r_key. 80 inline static const_iterator
|