Home
last modified time | relevance | path

Searched defs:it0 (Results 1 – 18 of 18) sorted by relevance

/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
50 employee_set_by_age::const_iterator it0=i2.find(31); in test_observers() local
Dtest_hash_ops.cpp51 hash_container::local_iterator it0=hc.begin(buc); in test_hash_ops() local
/third_party/boost/boost/multi_index/detail/
Dsafe_mode.hpp83 #define BOOST_MULTI_INDEX_CHECK_SAME_OWNER(it0,it1) \ argument
88 #define BOOST_MULTI_INDEX_CHECK_VALID_RANGE(it0,it1) \ argument
93 #define BOOST_MULTI_INDEX_CHECK_OUTSIDE_RANGE(it,it0,it1) \ argument
173 inline bool check_same_owner(const Iterator& it0,const Iterator& it1) in check_same_owner()
180 inline bool check_valid_range(const Iterator& it0,const Iterator& it1) in check_valid_range()
198 const Iterator& it,const Iterator& it0,const Iterator& it1) in check_outside_range()
368 for(safe_iterator_base* it0=header.next;it0;it0=it0->next)it0->cont=&x; in swap() local
/third_party/boost/libs/multi_index/example/
Dcomposite_keys.cpp174 file_system_by_size::iterator it0,it1; in execute() local
184 file_system_by_name::iterator it0,it1; in execute() local
229 file_system::iterator it0,it1; in main() local
Dnon_default_ctor.cpp88 nth_index<modulo_indexed_set,1>::type::iterator it0,it1; in main() local
/third_party/boost/libs/algorithm/test/
Dsearch_test1.cpp51 iter_type it0 = std::search (hBeg, hEnd, nBeg, nEnd); in check_one_iter() local
109 ptr_type it0 = std::search (hBeg, hEnd, nBeg, nEnd); in check_one_pointer() local
165 iter_type it0 = std::search (hBeg, hEnd, nBeg, nEnd); in check_one_object() local
/third_party/boost/boost/geometry/algorithms/detail/
Dcalculate_point_order.hpp135 cleaned_iter_t it0 = cleaned.end() - 3; in apply() local
169 cleaned_iter_t it0 = cleaned_e - 2; in apply() local
218 cleaned_iter_t it0 = (it == cleaned_b ? cleaned_e - 1 : it - 1); in apply() local
/third_party/boost/boost/proto/detail/preprocessed/
Dunpack_expr_.hpp52 fusion_iterator0 it0 = fusion::begin(sequence); in call() local
95 … fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); in call() local
138 …fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_i… in call() local
181 …fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_i… in call() local
224 …fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_i… in call() local
267 …fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_i… in call() local
310 …fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_i… in call() local
353 …fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_i… in call() local
396 …fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_i… in call() local
439 …fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); fusion_i… in call() local
/third_party/boost/libs/fusion/test/sequence/
Diterator_range.cpp73 typedef boost::mpl::begin<mpl_vec>::type it0; in main() typedef
Dsegmented_iterator_range.cpp111 typedef boost::mpl::begin<mpl_vec>::type it0; in main() typedef
/third_party/boost/boost/geometry/algorithms/detail/disjoint/
Dlinear_segment_or_box.hpp128 const_iterator it0 = ::boost::begin(view); in apply() local
/third_party/boost/boost/geometry/index/detail/algorithms/
Dpath_intersection.hpp69 const_iterator it0 = ::boost::begin(path); in apply() local
/third_party/boost/boost/beast/http/detail/
Dchunk_encode.hpp96 char* it0 = data + sizeof(data); in sequence() local
/third_party/boost/libs/beast/include/boost/beast/http/detail/
Dchunk_encode.hpp96 char* it0 = data + sizeof(data); in sequence() local
/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
Dstatic_vec_noncopyable.cpp606 auto const it0 = v.insert(v.begin(), a1.begin(), a1.end()); in test_emplace_insert() local
/third_party/boost/libs/geometry/test/algorithms/
Dline_interpolate.cpp64 for (iterator_t it0 = boost::begin(r0), it1 = boost::begin(r1); in apply() local
/third_party/boost/libs/flyweight/example/
Dhtml.cpp239 it0=from.begin(), in change_context() local