| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | partition.hpp | 122 it_type it2 = it1; in handle_one() local 123 for (++it2; it2 != boost::end(input); ++it2) in handle_one() 125 if (! visitor.apply(**it1, **it2)) in handle_one() 165 for(iterator_type2 it2 = boost::begin(input2); in handle_two() local 166 it2 != boost::end(input2); in handle_two() 167 ++it2) in handle_two() 169 if (! visitor.apply(**it1, **it2)) in handle_two() 692 iterator_type it2 = it1; in apply() local 693 for(++it2; it2 != boost::end(forward_range); ++it2) in apply() 695 if (! visitor.apply(*it1, *it2)) in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/ |
| H A D | multipoint.hpp | 121 iterator_type it1 = boost::begin(sorted_range), it2 = it1; in maximum_gap() local 122 ++it2; in maximum_gap() 124 max_gap_right = geometry::get<0>(*it2); in maximum_gap() 127 for (++it1, ++it2; it2 != boost::end(sorted_range); ++it1, ++it2) in maximum_gap() 129 Value gap = geometry::get<0>(*it2) - geometry::get<0>(*it1); in maximum_gap() 133 max_gap_right = geometry::get<0>(*it2); in maximum_gap()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | algorithm.hpp | 140 for (ForwardIt2 it2 = first2; ; ++it, ++it2) { in search() local 141 if (it2 == last2) { in search() 147 if (!p(*it, *it2)) { in search()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/ |
| H A D | get_piece_turns.hpp | 234 iterator it2 = it2_first; in calculate_turns() local 235 for (iterator prev2 = it2++; in calculate_turns() 236 it2 != it2_beyond; in calculate_turns() 237 prev2 = it2++, the_model.operations[1].seg_id.segment_index++) in calculate_turns() 239 iterator next2 = next_point(ring2, it2); in calculate_turns() 256 *prev2, *it2, *next2, in calculate_turns()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/ |
| H A D | strcoll.c | 72 nu_read_iterator_t it1, nu_read_iterator_t it2, in _nu_strcoll() argument 89 rp = com2(rp, rhs_limit, it2, &u2, &rtailp); in _nu_strcoll() 109 it2, com2, &rtailp, in _nu_strcoll() 258 nu_read_iterator_t it1, nu_read_iterator_t it2, in _nu_strstr() argument 265 it2(needle, &n0); in _nu_strstr() 274 : nu_strbytelen(needle, it2)); in _nu_strstr() 289 it1, it2, in _nu_strstr()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/ |
| H A D | unpack_expr_.hpp | 138 …egin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_iterator2 it2 = fusion::next(it1); in call() local 140 …dd_const< typename fusion::result_of::value_of< fusion_iterator2 >::type >::type , Domain >()(*it2) in call() 181 …1 it1 = fusion::next(it0); fusion_iterator2 it2 = fusion::next(it1); fusion_iterator3 it3 = fusion… in call() local 183 …usion::result_of::value_of< fusion_iterator2 >::type >::type , Domain >()(*it2) , detail::protoify… in call() 224 …1 it1 = fusion::next(it0); fusion_iterator2 it2 = fusion::next(it1); fusion_iterator3 it3 = fusion… in call() local 226 …usion::result_of::value_of< fusion_iterator2 >::type >::type , Domain >()(*it2) , detail::protoify… in call() 267 …1 it1 = fusion::next(it0); fusion_iterator2 it2 = fusion::next(it1); fusion_iterator3 it3 = fusion… in call() local 269 …usion::result_of::value_of< fusion_iterator2 >::type >::type , Domain >()(*it2) , detail::protoify… in call() 310 …1 it1 = fusion::next(it0); fusion_iterator2 it2 = fusion::next(it1); fusion_iterator3 it3 = fusion… in call() local 312 …usion::result_of::value_of< fusion_iterator2 >::type >::type , Domain >()(*it2) , detail::protoify… in call() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | transform.hpp | 188 it2 = boost::begin(rings2); in apply() local 189 for ( ; it1 != boost::end(rings1); ++it1, ++it2) in apply() 192 range::back_inserter(*it2), in apply() 249 typename boost::range_iterator<Multi2>::type it2 in apply() local 252 for (; it1 != boost::end(multi1); ++it1, ++it2) in apply() 254 if (! Policy::apply(*it1, *it2, strategy)) in apply()
|
| H A D | convert.hpp | 252 typename boost::range_iterator<Multi2>::type it2 in apply() local 255 for (; it1 != boost::end(multi1); ++it1, ++it2) in apply() 257 Policy::apply(*it1, *it2); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/detail/ |
| H A D | compile_time_type_info.hpp | 118 ForwardIterator2 it2 = first2; in constexpr_search() local 120 while (*it1 == *it2) { in constexpr_search() 122 ++it2; in constexpr_search() 123 if (it2 == last2) return first1; in constexpr_search()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/intersection/ |
| H A D | multi.hpp | 75 >::type it2 = boost::begin(ml2); in apply() local 76 it2 != boost::end(ml2); in apply() 77 ++it2) in apply() 80 ::apply(*it1, *it2, robust_policy, out, strategy); in apply()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | persistence.hpp | 1296 bool operator == (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator ==() argument 1298 return it1.fs == it2.fs && it1.container == it2.container && in operator ==() 1299 it1.reader.ptr == it2.reader.ptr && it1.remaining == it2.remaining; in operator ==() 1303 bool operator != (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator !=() argument 1305 return !(it1 == it2); in operator !=() 1309 ptrdiff_t operator - (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator -() argument 1311 return it2.remaining - it1.remaining; in operator -() 1315 bool operator < (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator <() argument 1317 return it1.remaining > it2.remaining; in operator <()
|
| H A D | mat.inl.hpp | 3189 bool operator == (const SparseMatConstIterator& it1, const SparseMatConstIterator& it2) in operator ==() argument 3191 return it1.m == it2.m && it1.ptr == it2.ptr; in operator ==() 3195 bool operator != (const SparseMatConstIterator& it1, const SparseMatConstIterator& it2) in operator !=() argument 3197 return !(it1 == it2); in operator !=()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | persistence.hpp | 1296 bool operator == (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator ==() argument 1298 return it1.fs == it2.fs && it1.container == it2.container && in operator ==() 1299 it1.reader.ptr == it2.reader.ptr && it1.remaining == it2.remaining; in operator ==() 1303 bool operator != (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator !=() argument 1305 return !(it1 == it2); in operator !=() 1309 ptrdiff_t operator - (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator -() argument 1311 return it2.remaining - it1.remaining; in operator -() 1315 bool operator < (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator <() argument 1317 return it1.remaining > it2.remaining; in operator <()
|
| H A D | mat.inl.hpp | 3189 bool operator == (const SparseMatConstIterator& it1, const SparseMatConstIterator& it2) in operator ==() argument 3191 return it1.m == it2.m && it1.ptr == it2.ptr; in operator ==() 3195 bool operator != (const SparseMatConstIterator& it1, const SparseMatConstIterator& it2) in operator !=() argument 3197 return !(it1 == it2); in operator !=()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | persistence.hpp | 1296 bool operator == (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator ==() argument 1298 return it1.fs == it2.fs && it1.container == it2.container && in operator ==() 1299 it1.reader.ptr == it2.reader.ptr && it1.remaining == it2.remaining; in operator ==() 1303 bool operator != (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator !=() argument 1305 return !(it1 == it2); in operator !=() 1309 ptrdiff_t operator - (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator -() argument 1311 return it2.remaining - it1.remaining; in operator -() 1315 bool operator < (const FileNodeIterator& it1, const FileNodeIterator& it2) in operator <() argument 1317 return it1.remaining > it2.remaining; in operator <()
|
| H A D | mat.inl.hpp | 3189 bool operator == (const SparseMatConstIterator& it1, const SparseMatConstIterator& it2) in operator ==() argument 3191 return it1.m == it2.m && it1.ptr == it2.ptr; in operator ==() 3195 bool operator != (const SparseMatConstIterator& it1, const SparseMatConstIterator& it2) in operator !=() argument 3197 return !(it1 == it2); in operator !=()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/ |
| H A D | strcoll_internal.h | 153 nu_read_iterator_t it1, nu_read_iterator_t it2, 221 nu_read_iterator_t it1, nu_read_iterator_t it2,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/ |
| H A D | concatenate_iterator.hpp | 54 Iterator2 begin2, Iterator2 it2) in concatenate_iterator() argument 55 : m_it1(it1), m_end1(end1), m_begin2(begin2), m_it2(it2) in concatenate_iterator()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | container.hpp | 513 static bool call(Iterator const& it1, Iterator const& it2) in call() 515 return it1 == it2; in call() 520 bool compare(Iterator& it1, Iterator& it2) in compare() argument 522 return compare_iterators<Iterator>::call(it1, it2); in compare()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | get_turns.hpp | 246 range2_iterator prev2, it2, end2; in apply() local 248 get_start_point_iterator(sec2, view2, prev2, it2, end2, in apply() 250 ever_circling_iterator<range2_iterator> next2(begin_range_2, end_range_2, it2, true); in apply() 253 for (prev2 = it2++, next2++; in apply() 254 …it2 != end2 && ! detail::section::exceeding<0>(dir2, *prev2, sec2.bounding_box, sec1.bounding_box,… in apply() 255 ++prev2, ++it2, ++index2, ++next2, ++ndi2) in apply() 280 advance_to_non_duplicate_next(nd_next2, it2, sec2, robust_policy); in apply() 299 TurnPolicy::apply(*prev1, *it1, *nd_next1, *prev2, *it2, *nd_next2, in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/ |
| H A D | minmax_element.hpp | 40 Iterator const& it2) const { return *it1 < *it2; } in operator ()() 47 Iterator const& it2) const { return m_p(*it1, *it2); } in operator ()()
|