| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/ |
| H A D | synth_access_traits.hpp | 62 typedef typename base_type::const_iterator const_iterator; typedef 72 equal_prefixes(const_iterator, const_iterator, const_iterator, 73 const_iterator, bool compare_after = true) const; 79 cmp_prefixes(const_iterator, const_iterator, const_iterator, 80 const_iterator, bool compare_after = false) const; 121 equal_prefixes(const_iterator b_l, const_iterator e_l, const_iterator b_r, in equal_prefixes() 122 const_iterator e_r, bool compare_after /*= false */) const in equal_prefixes() 152 cmp_prefixes(const_iterator b_l, const_iterator e_l, const_iterator b_r, in cmp_prefixes() 153 const_iterator e_r, bool compare_after /* = false*/) const in cmp_prefixes()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/ |
| H A D | synth_access_traits.hpp | 62 typedef typename base_type::const_iterator const_iterator; typedef 72 equal_prefixes(const_iterator, const_iterator, const_iterator, 73 const_iterator, bool compare_after = true) const; 79 cmp_prefixes(const_iterator, const_iterator, const_iterator, 80 const_iterator, bool compare_after = false) const; 121 equal_prefixes(const_iterator b_l, const_iterator e_l, const_iterator b_r, in equal_prefixes() 122 const_iterator e_r, bool compare_after /*= false */) const in equal_prefixes() 152 cmp_prefixes(const_iterator b_l, const_iterator e_l, const_iterator b_r, in cmp_prefixes() 153 const_iterator e_r, bool compare_after /* = false*/) const in cmp_prefixes()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/ |
| H A D | trie_policy.hpp | 90 typename String::const_iterator>::__type const_iterator; typedef 93 typedef typename std::iterator_traits<const_iterator>::value_type e_type; 105 inline static const_iterator 110 inline static const_iterator 118 inline static const_iterator 121 inline static const_iterator 124 inline static const_iterator 127 inline static const_iterator 168 typedef typename access_traits::const_iterator a_const_iterator; 179 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_prefix_search_node_update [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/ |
| H A D | trie_policy.hpp | 90 typename String::const_iterator>::__type const_iterator; typedef 93 typedef typename std::iterator_traits<const_iterator>::value_type e_type; 105 inline static const_iterator 110 inline static const_iterator 118 inline static const_iterator 121 inline static const_iterator 124 inline static const_iterator 127 inline static const_iterator 168 typedef typename access_traits::const_iterator a_const_iterator; 179 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_prefix_search_node_update [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/ |
| H A D | prefix_search_node_update_imp.hpp | 45 typename PB_DS_CLASS_C_DEC::const_iterator, 46 typename PB_DS_CLASS_C_DEC::const_iterator> 67 typename PB_DS_CLASS_C_DEC::const_iterator, 68 typename PB_DS_CLASS_C_DEC::const_iterator> 70 prefix_range(typename access_traits::const_iterator b, in prefix_range() 71 typename access_traits::const_iterator e) const in prefix_range() 76 return (std::make_pair(const_iterator(non_const_ret.first), in prefix_range() 77 const_iterator(non_const_ret.second))); in prefix_range() 85 prefix_range(typename access_traits::const_iterator b, in prefix_range() 86 typename access_traits::const_iterator e) in prefix_range() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/ |
| H A D | prefix_search_node_update_imp.hpp | 45 typename PB_DS_CLASS_C_DEC::const_iterator, 46 typename PB_DS_CLASS_C_DEC::const_iterator> 67 typename PB_DS_CLASS_C_DEC::const_iterator, 68 typename PB_DS_CLASS_C_DEC::const_iterator> 70 prefix_range(typename access_traits::const_iterator b, in prefix_range() 71 typename access_traits::const_iterator e) const in prefix_range() 76 return (std::make_pair(const_iterator(non_const_ret.first), in prefix_range() 77 const_iterator(non_const_ret.second))); in prefix_range() 85 prefix_range(typename access_traits::const_iterator b, in prefix_range() 86 typename access_traits::const_iterator e) in prefix_range() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | set | 40 typedef implementation-defined const_iterator; 42 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 88 const_iterator begin() const noexcept; 90 const_iterator end() const noexcept; 97 const_iterator cbegin() const noexcept; 98 const_iterator cend() const noexcept; 111 iterator emplace_hint(const_iterator position, Args&&... args); 114 iterator insert(const_iterator position, const value_type& v); 115 iterator insert(const_iterator position, value_type&& v); 120 node_type extract(const_iterator position); // C++17 [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | set | 40 typedef implementation-defined const_iterator; 42 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 88 const_iterator begin() const noexcept; 90 const_iterator end() const noexcept; 97 const_iterator cbegin() const noexcept; 98 const_iterator cend() const noexcept; 111 iterator emplace_hint(const_iterator position, Args&&... args); 114 iterator insert(const_iterator position, const value_type& v); 115 iterator insert(const_iterator position, value_type&& v); 120 node_type extract(const_iterator position); // C++17 [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | forward_list.h | 318 typedef _Fwd_list_const_iterator<_Tp> const_iterator; in _GLIBCXX_VISIBILITY() typedef 378 _M_insert_after(const_iterator __pos, _Args&&... __args); in _GLIBCXX_VISIBILITY() 449 typedef typename _Base::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 710 const_iterator in _GLIBCXX_VISIBILITY() 712 { return const_iterator(&this->_M_impl._M_head); } in _GLIBCXX_VISIBILITY() 727 const_iterator in _GLIBCXX_VISIBILITY() 729 { return const_iterator(this->_M_impl._M_head._M_next); } in _GLIBCXX_VISIBILITY() 745 const_iterator in _GLIBCXX_VISIBILITY() 747 { return const_iterator(nullptr); } in _GLIBCXX_VISIBILITY() 754 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_list.h | 589 typedef _List_const_iterator<_Tp> const_iterator; in _GLIBCXX_VISIBILITY() typedef 590 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 646 _S_distance(const_iterator __first, const_iterator __last) in _GLIBCXX_VISIBILITY() 656 _S_distance(const_iterator, const_iterator) in _GLIBCXX_VISIBILITY() 953 const_iterator in _GLIBCXX_VISIBILITY() 955 { return const_iterator(this->_M_impl._M_node._M_next); } in _GLIBCXX_VISIBILITY() 971 const_iterator in _GLIBCXX_VISIBILITY() 973 { return const_iterator(&this->_M_impl._M_node); } in _GLIBCXX_VISIBILITY() 1017 const_iterator in _GLIBCXX_VISIBILITY() 1019 { return const_iterator(this->_M_impl._M_node._M_next); } in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | forward_list.h | 318 typedef _Fwd_list_const_iterator<_Tp> const_iterator; in _GLIBCXX_VISIBILITY() typedef 378 _M_insert_after(const_iterator __pos, _Args&&... __args); in _GLIBCXX_VISIBILITY() 449 typedef typename _Base::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 710 const_iterator in _GLIBCXX_VISIBILITY() 712 { return const_iterator(&this->_M_impl._M_head); } in _GLIBCXX_VISIBILITY() 727 const_iterator in _GLIBCXX_VISIBILITY() 729 { return const_iterator(this->_M_impl._M_head._M_next); } in _GLIBCXX_VISIBILITY() 745 const_iterator in _GLIBCXX_VISIBILITY() 747 { return const_iterator(nullptr); } in _GLIBCXX_VISIBILITY() 754 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_list.h | 589 typedef _List_const_iterator<_Tp> const_iterator; in _GLIBCXX_VISIBILITY() typedef 590 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 646 _S_distance(const_iterator __first, const_iterator __last) in _GLIBCXX_VISIBILITY() 656 _S_distance(const_iterator, const_iterator) in _GLIBCXX_VISIBILITY() 953 const_iterator in _GLIBCXX_VISIBILITY() 955 { return const_iterator(this->_M_impl._M_node._M_next); } in _GLIBCXX_VISIBILITY() 971 const_iterator in _GLIBCXX_VISIBILITY() 973 { return const_iterator(&this->_M_impl._M_node); } in _GLIBCXX_VISIBILITY() 1017 const_iterator in _GLIBCXX_VISIBILITY() 1019 { return const_iterator(this->_M_impl._M_node._M_next); } in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/ |
| H A D | map.h | 55 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 75 const_iterator; in _GLIBCXX_VISIBILITY() typedef 82 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 178 const_iterator in _GLIBCXX_VISIBILITY() 180 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 186 const_iterator in _GLIBCXX_VISIBILITY() 188 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 207 const_iterator in _GLIBCXX_VISIBILITY() 209 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 211 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | set.h | 54 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 74 const_iterator; in _GLIBCXX_VISIBILITY() typedef 81 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 174 const_iterator in _GLIBCXX_VISIBILITY() 176 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 182 const_iterator in _GLIBCXX_VISIBILITY() 184 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 203 const_iterator in _GLIBCXX_VISIBILITY() 205 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 207 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | multiset.h | 54 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 74 multiset> const_iterator; in _GLIBCXX_VISIBILITY() typedef 81 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 175 const_iterator in _GLIBCXX_VISIBILITY() 177 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 183 const_iterator in _GLIBCXX_VISIBILITY() 185 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 204 const_iterator in _GLIBCXX_VISIBILITY() 206 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 208 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | multimap.h | 55 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 75 multimap> const_iterator; in _GLIBCXX_VISIBILITY() typedef 82 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 175 const_iterator in _GLIBCXX_VISIBILITY() 177 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 183 const_iterator in _GLIBCXX_VISIBILITY() 185 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 204 const_iterator in _GLIBCXX_VISIBILITY() 206 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 208 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/ |
| H A D | map.h | 55 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 75 const_iterator; in _GLIBCXX_VISIBILITY() typedef 82 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 178 const_iterator in _GLIBCXX_VISIBILITY() 180 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 186 const_iterator in _GLIBCXX_VISIBILITY() 188 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 207 const_iterator in _GLIBCXX_VISIBILITY() 209 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 211 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | set.h | 54 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 74 const_iterator; in _GLIBCXX_VISIBILITY() typedef 81 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 174 const_iterator in _GLIBCXX_VISIBILITY() 176 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 182 const_iterator in _GLIBCXX_VISIBILITY() 184 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 203 const_iterator in _GLIBCXX_VISIBILITY() 205 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 207 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | multiset.h | 54 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 74 multiset> const_iterator; in _GLIBCXX_VISIBILITY() typedef 81 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 175 const_iterator in _GLIBCXX_VISIBILITY() 177 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 183 const_iterator in _GLIBCXX_VISIBILITY() 185 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 204 const_iterator in _GLIBCXX_VISIBILITY() 206 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 208 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | multimap.h | 55 typedef typename _Base::const_iterator _Base_const_iterator; in _GLIBCXX_VISIBILITY() 75 multimap> const_iterator; in _GLIBCXX_VISIBILITY() typedef 82 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; in _GLIBCXX_VISIBILITY() 175 const_iterator in _GLIBCXX_VISIBILITY() 177 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 183 const_iterator in _GLIBCXX_VISIBILITY() 185 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 204 const_iterator in _GLIBCXX_VISIBILITY() 206 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 208 const_iterator in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ext/ |
| H A D | hash_set | 40 typedef /unspecified/ const_iterator; 62 const_iterator begin() const; 63 const_iterator end() const; 69 void erase(const_iterator position); 71 void erase(const_iterator first, const_iterator last); 80 const_iterator find(const key_type& k) const; 83 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 126 typedef /unspecified/ const_iterator; 148 const_iterator begin() const; 149 const_iterator end() const; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ext/ |
| H A D | hash_set | 40 typedef /unspecified/ const_iterator; 62 const_iterator begin() const; 63 const_iterator end() const; 69 void erase(const_iterator position); 71 void erase(const_iterator first, const_iterator last); 80 const_iterator find(const key_type& k) const; 83 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 126 typedef /unspecified/ const_iterator; 148 const_iterator begin() const; 149 const_iterator end() const; [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | lsh_index.h | 270 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors() 271 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors() 274 std::vector<lsh::BucketKey>::const_iterator xor_mask = xor_masks_.begin(); in getNeighbors() 275 std::vector<lsh::BucketKey>::const_iterator xor_mask_end = xor_masks_.end(); in getNeighbors() 282 std::vector<lsh::FeatureIndex>::const_iterator training_index = bucket->begin(); in getNeighbors() 283 … std::vector<lsh::FeatureIndex>::const_iterator last_training_index = bucket->end(); in getNeighbors() 308 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors() 309 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table_end = tables_.end(); in getNeighbors() 312 std::vector<lsh::BucketKey>::const_iterator xor_mask = xor_masks_.begin(); in getNeighbors() 313 std::vector<lsh::BucketKey>::const_iterator xor_mask_end = xor_masks_.end(); in getNeighbors() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | array.hpp | 69 typedef const T* const_iterator; typedef in boost::array 77 const_iterator begin() const { return elems; } in begin() 78 const_iterator cbegin() const { return elems; } in cbegin() 81 const_iterator end() const { return elems+N; } in end() 82 const_iterator cend() const { return elems+N; } in cend() 87 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 91 typedef std::reverse_iterator<const_iterator, std::random_access_iterator_tag, 92 value_type, const_reference, const_iterator, difference_type> const_reverse_iterator; 96 typedef std::reverse_iterator<const_iterator,T> const_reverse_iterator; 198 typedef const T* const_iterator; typedef in boost::array [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeocodejsonparser.cpp | 112 QJsonObject::const_iterator ait = loc.constFind(QLatin1String("Address")); in checkLocation() 121 QJsonObject::const_iterator dpit = loc.constFind(QLatin1String("DisplayPosition")); in checkLocation() 130 QJsonObject::const_iterator latit = displayPosition.constFind(QLatin1String("Latitude")); in checkLocation() 138 QJsonObject::const_iterator lonit = displayPosition.constFind(QLatin1String("Longitude")); in checkLocation() 147 QJsonObject::const_iterator mvit = loc.constFind(QLatin1String("MapView")); in checkLocation() 156 QJsonObject::const_iterator brit = mapView.constFind(QLatin1String("BottomRight")); in checkLocation() 165 QJsonObject::const_iterator brlatit = bottomRight.constFind(QLatin1String("Latitude")); in checkLocation() 173 QJsonObject::const_iterator brlonit = bottomRight.constFind(QLatin1String("Longitude")); in checkLocation() 181 QJsonObject::const_iterator tlit = mapView.constFind(QLatin1String("TopLeft")); in checkLocation() 190 QJsonObject::const_iterator tllatit = topLeft.constFind(QLatin1String("Latitude")); in checkLocation() [all …]
|