/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 74 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:set 125 set(const_iterator __first, const_iterator __last) 129 set(const_iterator __first, const_iterator __last, const _Compare& __comp, 153 const_iterator begin() const { return _M_t.begin(); } 154 const_iterator end() const { return _M_t.end(); } 177 void insert(const_iterator __first, const_iterator __last 245 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multiset [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
map.h | 51 typedef typename _Base::const_iterator _Base_const_iterator; 66 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map> 67 const_iterator; typedef in class:__debug::map 74 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 146 const_iterator 148 { return const_iterator(_Base::begin(), this); } 154 const_iterator 156 { return const_iterator(_Base::end(), this); } 175 const_iterator 177 { return const_iterator(_Base::begin(), this); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
map.h | 51 typedef typename _Base::const_iterator _Base_const_iterator; 66 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map> 67 const_iterator; typedef in class:__debug::map 74 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 146 const_iterator 148 { return const_iterator(_Base::begin(), this); } 154 const_iterator 156 { return const_iterator(_Base::end(), this); } 175 const_iterator 177 { return const_iterator(_Base::begin(), this); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 74 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:set 125 set(const_iterator __first, const_iterator __last) 129 set(const_iterator __first, const_iterator __last, const _Compare& __comp, 153 const_iterator begin() const { return _M_t.begin(); } 154 const_iterator end() const { return _M_t.end(); } 177 void insert(const_iterator __first, const_iterator __last 245 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multiset [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 74 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:set 125 set(const_iterator __first, const_iterator __last) 129 set(const_iterator __first, const_iterator __last, const _Compare& __comp, 153 const_iterator begin() const { return _M_t.begin(); } 154 const_iterator end() const { return _M_t.end(); } 177 void insert(const_iterator __first, const_iterator __last 245 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multiset [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 74 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:set 125 set(const_iterator __first, const_iterator __last) 129 set(const_iterator __first, const_iterator __last, const _Compare& __comp, 153 const_iterator begin() const { return _M_t.begin(); } 154 const_iterator end() const { return _M_t.end(); } 177 void insert(const_iterator __first, const_iterator __last 245 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multiset [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
map.h | 51 typedef typename _Base::const_iterator _Base_const_iterator; 66 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map> 67 const_iterator; typedef in class:__debug::map 74 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 146 const_iterator 148 { return const_iterator(_Base::begin(), this); } 154 const_iterator 156 { return const_iterator(_Base::end(), this); } 175 const_iterator 177 { return const_iterator(_Base::begin(), this); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 74 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:set 125 set(const_iterator __first, const_iterator __last) 129 set(const_iterator __first, const_iterator __last, const _Compare& __comp, 153 const_iterator begin() const { return _M_t.begin(); } 154 const_iterator end() const { return _M_t.end(); } 177 void insert(const_iterator __first, const_iterator __last 245 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multiset [all...] |
/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/openfst/src/extensions/ngram/ |
bitmap-index.cc | 31 class primary_index_inverted : public vector<uint32>::const_iterator { 34 primary_index_inverted(vector<uint32>::const_iterator loc, 35 vector<uint32>::const_iterator begin) : 36 vector<uint32>::const_iterator(loc), begin_(begin) {} 39 (1 + std::distance<vector<uint32>::const_iterator>(begin_, *this)) - 40 vector<uint32>::const_iterator::operator*(); 43 vector<uint32>::const_iterator begin_; 46 class secondary_index_inverted : public vector<uint16>::const_iterator { 48 secondary_index_inverted() : vector<uint16>::const_iterator() {} 49 secondary_index_inverted(vector<uint16>::const_iterator loc [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/ |
synth_e_access_traits.hpp | 79 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = true) const; 85 cmp_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = false) const; 127 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_ (…) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/ |
synth_e_access_traits.hpp | 79 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = true) const; 85 cmp_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = false) const; 127 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_ (…) [all...] |
/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/pat_trie_/ |
synth_e_access_traits.hpp | 79 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = true) const; 85 cmp_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = false) const; 127 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_ (…) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
synth_e_access_traits.hpp | 79 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = true) const; 85 cmp_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = false) const; 127 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_ (…) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
synth_e_access_traits.hpp | 79 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = true) const; 85 cmp_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = false) const; 127 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_ (…) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
synth_e_access_traits.hpp | 79 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = true) const; 85 cmp_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = false) const; 127 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_ (…) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/ |
synth_e_access_traits.hpp | 79 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = true) const; 85 cmp_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = false) const; 127 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_ (…) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/ |
synth_e_access_traits.hpp | 79 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = true) const; 85 cmp_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_after = false) const; 127 equal_prefixes(typename base_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_iterator b_r, typename base_type::const_iterator e_r, bool compare_ (…) [all...] |
/external/stlport/stlport/stl/pointers/ |
_set.h | 97 typedef typename _Rep_type::const_iterator const_base_iterator; 105 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:set 119 static base_iterator _S_to_storage_ite(const_iterator __ite) 124 static base_iterator _S_to_storage_ite(const_iterator __ite) 183 set(const_iterator __first, const_iterator __last) 187 set(const_iterator __first, const_iterator __last, 213 const_iterator begin() const { return _S_to_value_ite(_M_t.begin()); 352 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:multiset [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 97 typedef typename _Rep_type::const_iterator const_base_iterator; 105 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:set 119 static base_iterator _S_to_storage_ite(const_iterator __ite) 124 static base_iterator _S_to_storage_ite(const_iterator __ite) 183 set(const_iterator __first, const_iterator __last) 187 set(const_iterator __first, const_iterator __last, 213 const_iterator begin() const { return _S_to_value_ite(_M_t.begin()); 352 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:multiset [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 97 typedef typename _Rep_type::const_iterator const_base_iterator; 105 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:set 119 static base_iterator _S_to_storage_ite(const_iterator __ite) 124 static base_iterator _S_to_storage_ite(const_iterator __ite) 183 set(const_iterator __first, const_iterator __last) 187 set(const_iterator __first, const_iterator __last, 213 const_iterator begin() const { return _S_to_value_ite(_M_t.begin()); 352 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:multiset [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 97 typedef typename _Rep_type::const_iterator const_base_iterator; 105 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:set 119 static base_iterator _S_to_storage_ite(const_iterator __ite) 124 static base_iterator _S_to_storage_ite(const_iterator __ite) 183 set(const_iterator __first, const_iterator __last) 187 set(const_iterator __first, const_iterator __last, 213 const_iterator begin() const { return _S_to_value_ite(_M_t.begin()); 352 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:multiset [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 97 typedef typename _Rep_type::const_iterator const_base_iterator; 105 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:set 119 static base_iterator _S_to_storage_ite(const_iterator __ite) 124 static base_iterator _S_to_storage_ite(const_iterator __ite) 183 set(const_iterator __first, const_iterator __last) 187 set(const_iterator __first, const_iterator __last, 213 const_iterator begin() const { return _S_to_value_ite(_M_t.begin()); 352 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:multiset [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 97 typedef typename _Rep_type::const_iterator const_base_iterator; 105 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:set 119 static base_iterator _S_to_storage_ite(const_iterator __ite) 124 static base_iterator _S_to_storage_ite(const_iterator __ite) 183 set(const_iterator __first, const_iterator __last) 187 set(const_iterator __first, const_iterator __last, 213 const_iterator begin() const { return _S_to_value_ite(_M_t.begin()); 352 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:multiset [all...] |
/external/stlport/stlport/stl/debug/ |
_hashtable.h | 111 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_ConstTraits> > const_iterator; typedef in class:hashtable 115 typedef const_iterator const_local_iterator; 118 typedef typename _Base::const_iterator _Base_const_iterator; 124 void _Invalidate_iterator(const const_iterator& __it) 126 void _Invalidate_iterators(const const_iterator& __first, const const_iterator& __last) 196 const_iterator begin() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.begin()); } 197 const_iterator end() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.end()); [all...] |