Home
last modified time | relevance | path

Searched refs:it0 (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/boost/multi_index/detail/
Dsafe_mode.hpp83 #define BOOST_MULTI_INDEX_CHECK_SAME_OWNER(it0,it1) \ argument
85 safe_mode::check_same_owner(it0,it1), \
88 #define BOOST_MULTI_INDEX_CHECK_VALID_RANGE(it0,it1) \ argument
90 safe_mode::check_valid_range(it0,it1), \
93 #define BOOST_MULTI_INDEX_CHECK_OUTSIDE_RANGE(it,it0,it1) \ argument
95 safe_mode::check_outside_range(it,it0,it1), \
173 inline bool check_same_owner(const Iterator& it0,const Iterator& it1) in check_same_owner() argument
175 return (it0.valid()&&it1.valid()&&it0.owner()==it1.owner())|| in check_same_owner()
176 it0.unchecked()||it1.unchecked(); in check_same_owner()
180 inline bool check_valid_range(const Iterator& it0,const Iterator& it1) in check_valid_range() argument
[all …]
/third_party/boost/libs/multi_index/test/
Dtest_observers.cpp39 employee_set_by_name::const_iterator it0=i1.equal_range("John").first; in test_observers() local
40 employee_set_by_name::const_iterator it1=it0;++it1; in test_observers()
41 BOOST_TEST(k(*it0)=="John"&&k(*it1)=="John"); in test_observers()
42 BOOST_TEST(h(k(*it0))==h(k(*it1))); in test_observers()
43 BOOST_TEST(eq(k(*it0),k(*it1))==true); in test_observers()
50 employee_set_by_age::const_iterator it0=i2.find(31); in test_observers() local
52 BOOST_TEST(k(*it0)==31&&k(*it1)==40); in test_observers()
53 BOOST_TEST(c(k(*it0),k(*it1))==true); in test_observers()
54 BOOST_TEST(vc(*it0,*it1)==true); in test_observers()
Dtest_hash_ops.cpp51 hash_container::local_iterator it0=hc.begin(buc); in test_hash_ops() local
54 (hash_container::size_type)std::distance(it0,it1)==hc.bucket_size(buc)&& in test_hash_ops()
55 hc.bucket_size(buc)==1&&*it0==1000); in test_hash_ops()
/third_party/boost/libs/multi_index/example/
Dcomposite_keys.cpp174 file_system_by_size::iterator it0,it1; in execute() local
175 boost::tie(it0,it1)=fs_by_size.equal_range( in execute()
177 std::copy(it0,it1,std::ostream_iterator<file_entry>(std::cout,"\n")); in execute()
184 file_system_by_name::iterator it0,it1; in execute() local
185 boost::tie(it0,it1)=fs.equal_range(boost::make_tuple(current_dir)); in execute()
186 std::copy(it0,it1,std::ostream_iterator<file_entry>(std::cout,"\n")); in execute()
229 file_system::iterator it0,it1; in main() local
233 it0=fs.insert(file_entry("dev",0,true,0)).first; in main()
234 fs.insert(file_entry("tty0",128,false,&*it0)); in main()
235 fs.insert(file_entry("tty1",128,false,&*it0)); in main()
[all …]
Dnon_default_ctor.cpp88 nth_index<modulo_indexed_set,1>::type::iterator it0,it1; in main() local
89 boost::tie(it0,it1)=get<1>(m).equal_range(*it); in main()
90 std::copy(it0,it1,std::ostream_iterator<unsigned int>(std::cout," ")); in main()
/third_party/boost/boost/geometry/algorithms/detail/
Dcalculate_point_order.hpp135 cleaned_iter_t it0 = cleaned.end() - 3; in apply() local
140 if (get_or_calculate_azimuths_difference(*it0, *it1, *it2, diff, strategy) in apply()
151 it0->set_azimuth_invalid(); in apply()
152 it0->set_azimuth_difference_invalid(); in apply()
169 cleaned_iter_t it0 = cleaned_e - 2; in apply() local
175 if (! get_or_calculate_azimuths_difference(*it0, *it1, *it2, diff, strategy) in apply()
181 it0->set_azimuth_invalid(); in apply()
182 it0->set_azimuth_difference_invalid(); in apply()
218 cleaned_iter_t it0 = (it == cleaned_b ? cleaned_e - 1 : it - 1); in apply() local
222 get_or_calculate_azimuths_difference(*it0, *it, *it2, diff, strategy); in apply()
/third_party/boost/boost/geometry/index/detail/algorithms/
Dpath_intersection.hpp69 const_iterator it0 = ::boost::begin(path); in apply() local
75 for ( ; it1 != last ; ++it0, ++it1 ) in apply()
78 dist = geometry::distance(*it0, *it1); in apply()
81 if ( index::detail::segment_intersection(b, *it0, *it1, rel_dist) ) in apply()
/third_party/boost/libs/algorithm/test/
Dsearch_test1.cpp51 iter_type it0 = std::search (hBeg, hEnd, nBeg, nEnd); in check_one_iter() local
60 if ( it0 != ret1.first ) { in check_one_iter()
85 std::cout << " std: " << std::distance ( hBeg, it0 ) << "\n"; in check_one_iter()
109 ptr_type it0 = std::search (hBeg, hEnd, nBeg, nEnd); in check_one_pointer() local
117 if ( it0 != ret1.first ) { in check_one_pointer()
137 std::cout << " std: " << std::distance ( hBeg, it0 ) << "\n"; in check_one_pointer()
165 iter_type it0 = std::search (hBeg, hEnd, nBeg, nEnd); in check_one_object() local
176 if ( it0 != ret1.first ) { in check_one_object()
211 std::cout << " std: " << std::distance ( hBeg, it0 ) << "\n"; in check_one_object()
/third_party/boost/boost/proto/detail/preprocessed/
Dunpack_expr_.hpp52 fusion_iterator0 it0 = fusion::begin(sequence); in call() local
54 …dd_const< typename fusion::result_of::value_of< fusion_iterator0 >::type >::type , Domain >()(*it0) in call()
95 … fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); in call() local
97 …usion::result_of::value_of< fusion_iterator0 >::type >::type , Domain >()(*it0) , detail::protoify… in call()
138 …fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_i… in call() local
140 …usion::result_of::value_of< fusion_iterator0 >::type >::type , Domain >()(*it0) , detail::protoify… in call()
181 …fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_i… in call() local
183 …usion::result_of::value_of< fusion_iterator0 >::type >::type , Domain >()(*it0) , detail::protoify… in call()
224 …fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_i… in call() local
226 …usion::result_of::value_of< fusion_iterator0 >::type >::type , Domain >()(*it0) , detail::protoify… in call()
[all …]
/third_party/boost/boost/beast/http/detail/
Dchunk_encode.hpp96 char* it0 = data + sizeof(data); in sequence() local
97 auto it = to_hex(it0, n); in sequence()
99 static_cast<std::size_t>(it0 - it)}; in sequence()
/third_party/boost/libs/beast/include/boost/beast/http/detail/
Dchunk_encode.hpp96 char* it0 = data + sizeof(data); in sequence() local
97 auto it = to_hex(it0, n); in sequence()
99 static_cast<std::size_t>(it0 - it)}; in sequence()
/third_party/boost/boost/geometry/algorithms/detail/disjoint/
Dlinear_segment_or_box.hpp128 const_iterator it0 = ::boost::begin(view); in apply() local
132 for ( ; it1 != last ; ++it0, ++it1 ) in apply()
134 range_segment rng_segment(*it0, *it1); in apply()
/third_party/boost/libs/fusion/test/sequence/
Dmap.cpp127 BOOST_AUTO( it0, begin(m) ); in main()
128 BOOST_TEST((deref(it0) == pair0("zero"))); in main()
129 BOOST_AUTO( it1, fusion::next(it0) ); in main()
138 BOOST_TEST((deref(fusion::advance_c<4>(it0)) == deref(it4))); in main()
144 BOOST_TEST((deref(fusion::prior(it1)) == deref(it0) )); in main()
Dsegmented_iterator_range.cpp111 typedef boost::mpl::begin<mpl_vec>::type it0; in main() typedef
112 typedef boost::mpl::next<it0>::type it1; in main()
Diterator_range.cpp73 typedef boost::mpl::begin<mpl_vec>::type it0; in main() typedef
74 typedef boost::mpl::next<it0>::type it1; in main()
/third_party/boost/libs/flyweight/example/
Dhtml.cpp239 it0=from.begin(), in change_context() local
243 for(;it0!=it0_end&&it1!=it1_end&&*it0==*it1;++it0,++it1); in change_context()
244 while(it0_end!=it0)print_closing_tag(oss,*--it0_end); in change_context()
/third_party/boost/libs/geometry/test/algorithms/
Dline_interpolate.cpp64 for (iterator_t it0 = boost::begin(r0), it1 = boost::begin(r1); in apply() local
65 it0 < boost::end(r0); it0++, it1++) in apply()
67 check_points<point_t>::apply(*it0, *it1); in apply()
/third_party/boost/boost/proto/detail/
Dunpack_expr_.hpp44 … fusion_iterator0 it0 = fusion::begin(sequence); \
/third_party/boost/libs/stl_interfaces/test/
Dstatic_vec.cpp518 auto const it0 = v.insert(v.begin(), a1.begin(), a1.end()); in test_emplace_insert() local
520 BOOST_TEST(it0 == v.begin()); in test_emplace_insert()
Dstatic_vec_noncopyable.cpp606 auto const it0 = v.insert(v.begin(), a1.begin(), a1.end()); in test_emplace_insert() local
611 BOOST_TEST(it0 == v.begin()); in test_emplace_insert()
/third_party/chromium/patch/
D0001-cve.patch47251 z{fG~UiDWfZR#rD<<Mk}QAz6M;3)5xl_+ih~vC}%{?_E%(Z19xM3H62jTP9>DB*it0