Home
last modified time | relevance | path

Searched refs:right_iterator (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/log/utility/functional/
Dcontains.hpp38 typedef typename U::const_iterator right_iterator; in operator ()() typedef
44 const right_iterator right_end = right.end(); in operator ()()
48 right_iterator right_it = right.begin(); in operator ()()
Dbegins_with.hpp38 typedef typename U::const_iterator right_iterator; in operator ()() typedef
41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()()
Dends_with.hpp38 typedef typename U::const_reverse_iterator right_iterator; in operator ()() typedef
41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()()
/third_party/boost/libs/bimap/example/bimap_and_boost/
Dserialization.cpp60 const bm_type::right_iterator right_iter = bm.right.find(1); in main()
80 bm_type::right_iterator right_iter; in main()
/third_party/boost/libs/bimap/example/
Dtutorial_modify_and_replace.cpp42 bm_type::right_iterator it = bm.right.find("one"); in test_replace()
76 bm_type::right_iterator it = bm.right.find("one"); in test_modify()
/third_party/boost/boost/bimap/support/
Diterator_type_by.hpp85 right_iterator
/third_party/boost/boost/bimap/
Dbimap.hpp192 right_map::iterator right_iterator; typedef in boost::bimaps::bimap
311 right_iterator project_right(IteratorType iter) in project_right()
/third_party/boost/libs/bimap/test/
Dtest_bimap_project.cpp49 bm_type::right_iterator right_iter = bm.right.begin(); in test_bimap_project()
Dtest_bimap_modify.cpp72 bm::right_iterator i = b.right.begin(); in test_bimap_modify()
/third_party/boost/libs/bimap/doc/reference/
Dbimap.qbk187 right_iterator project_right(IteratorType iter);
310 left_iterator, right_iterator
411 right_iterator project_right(IteratorType iter);
/third_party/boost/libs/bimap/doc/
Dtutorial.qbk508 `right_iterator` *->* `pair<const B,const A>`
515 `right_iterator` *->* `pair<const B,const A>`
522 `right_iterator` *->* `pair<B,const A>`
529 `right_iterator` *->* `pair<const B,A>`
536 `right_iterator` *->* `pair<B,A>`
810 bm_type::right_iterator right_iter = bm.right.begin();
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp1578 for (_internalformats_const_iterator right_iterator = view_class_internalformats.begin(); in getLegalTextureAndViewInternalformatCombinations() local
1579 right_iterator != view_class_internalformats.end(); ++right_iterator) in getLegalTextureAndViewInternalformatCombinations()
1581 result.push_back(_internalformat_pair(*left_iterator, *right_iterator)); in getLegalTextureAndViewInternalformatCombinations()