Searched refs:It2 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/detail/ |
| H A D | distance_impl.hpp | 41 template<typename It1, typename It2> 45 typename result_of::value_at_c<typename It2::iterators, 0>::type> 48 template<typename It1, typename It2> 56 detail::default_distance<It1, It2> , 57 detail::best_distance<typename finder::type, It2> >::type type; 69 template<typename It1, typename It2> 71 : detail::zip_view_iterator_distance<It1, It2>::type 74 static typename detail::zip_view_iterator_distance<It1, It2>::type 75 call(It1 const& /*it1*/, It2 const& /*it2*/) in call() 77 return typename detail::zip_view_iterator_distance<It1, It2>::type(); in call()
|
| H A D | equal_to_impl.hpp | 35 template<typename It1, typename It2> 38 … typedef mpl::zip_view<mpl::vector2<typename It1::iterators, typename It2::iterators> > zipped; 55 template<typename It1, typename It2> 57 : detail::zip_iterators_equal<It1, It2>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/ |
| H A D | equal_to.hpp | 41 template <typename It1, typename It2, typename Tag1, typename Tag2> 44 template <typename It1, typename It2, typename Tag> 45 struct dispatch<It1, It2, Tag, Tag> // same tag 46 : It1::template equal_to<It1, It2> 49 template<typename It1, typename It2> 50 struct apply : dispatch<It1, It2, 51 typename It1::fusion_tag, typename It2::fusion_tag>
|
| H A D | basic_iterator.hpp | 98 template <typename It1, typename It2> 101 typedef mpl::minus<typename It2::index, typename It1::index> type; 106 call(It1 const&, It2 const&) in call() 112 template <typename It1, typename It2> 117 , typename remove_const<typename It2::seq_type>::type 119 , mpl::equal_to<typename It1::index,typename It2::index>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/detail/ |
| H A D | equal_to_impl.hpp | 26 template<typename It1, typename It2> 28 : result_of::equal_to<typename It1::first_type, typename It2::first_type> 35 template<typename It1, typename It2> 37 : result_of::equal_to<typename It1::first1_type, typename It2::first1_type>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/ |
| H A D | finder.hpp | 397 input_iterator_type It2=Begin; in find_tail_impl() local 400 for( Index=0; Index<N && It2!=End; ++Index,++It2 ) {}; in find_tail_impl() 403 for(; It2!=End; ++It,++It2 ) {}; in find_tail_impl() 405 return result_type( It, It2 ); in find_tail_impl() 573 ForwardIteratorT It2=It; in operator ()() local 578 while( It2!=End && m_Pred(*It2) ) ++It2; in operator ()() 583 ++It2; in operator ()() 586 return result_type( It, It2 ); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/ |
| H A D | segmented_iterator.hpp | 113 , typename It2 115 , int Size2 = It2::context_type::size::value 121 template <typename It1, typename It2, int Size> 122 struct equal_to<It1, It2, Size, Size> 125 , typename It2::context_type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/single_view/detail/ |
| H A D | equal_to_impl.hpp | 29 template<typename It1, typename It2> 31 : mpl::equal_to<typename It1::position, typename It2::position> 34 typename add_const<typename It2::single_view_type>::type>));
|
| /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 | 94 template <typename It1, typename It2, typename V, typename R>
|