Home
last modified time | relevance | path

Searched refs:left_iterator (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/log/utility/functional/
Dcontains.hpp37 typedef typename T::const_iterator left_iterator; in operator ()() typedef
43 const left_iterator search_end = left.end() - right_size + 1; in operator ()()
45 for (left_iterator it = left.begin(); it != search_end; ++it) in operator ()()
47 left_iterator left_it = it; in operator ()()
Dbegins_with.hpp37 typedef typename T::const_iterator left_iterator; in operator ()() typedef
40 left_iterator left_it = left.begin(), left_end = left.end(); in operator ()()
Dends_with.hpp37 typedef typename T::const_reverse_iterator left_iterator; in operator ()() typedef
40 left_iterator left_it = left.rbegin(), left_end = left.rend(); in operator ()()
/third_party/boost/libs/bimap/example/
Dtutorial_range.cpp40 bm_type::left_iterator iter_first = bm.left.lower_bound(20); in using_upper_and_lower_bound()
41 bm_type::left_iterator iter_second = bm.left.upper_bound(50); in using_upper_and_lower_bound()
50 bm_type::left_iterator iter_first = bm.left.upper_bound(20); in using_upper_and_lower_bound()
51 bm_type::left_iterator iter_second = bm.left.lower_bound(50); in using_upper_and_lower_bound()
Dtutorial_modify_and_replace.cpp55 bm_type::left_iterator it = bm.left.find(1); in test_replace()
89 bm_type::left_iterator it = bm.left.find(1); in test_modify()
Dtutorial_info_hook.cpp61 bm_type::left_iterator i = bm.left.find("Bjarne Stroustrup"); in tutorial_about_info_hook()
/third_party/boost/libs/bimap/example/bimap_and_boost/
Dserialization.cpp57 const bm_type::left_iterator left_iter = bm.left.find("two"); in main()
75 bm_type::left_iterator left_iter; in main()
/third_party/boost/libs/bimap/test/
Dtest_bimap_modify.cpp46 bm::left_iterator i = b.left.begin(); in test_bimap_modify()
129 bm::left_iterator i = b.left.begin(); in test_bimap_modify()
215 bm::left_iterator i = b.left.begin(); in test_bimap_replace_with_info()
Dtest_bimap_mutable.cpp43 BOOST_DEDUCED_TYPENAME bm_type::left_iterator iter = bm.left.begin(); in test_bimap_mutable()
Dtest_bimap_project.cpp48 bm_type:: left_iterator left_iter = bm.left.find(1); in test_bimap_project()
/third_party/boost/boost/bimap/support/
Diterator_type_by.hpp84 left_iterator,
/third_party/boost/boost/bimap/
Dbimap.hpp187 left_map::iterator left_iterator; typedef in boost::bimaps::bimap
297 left_iterator project_left(IteratorType iter) in project_left()
/third_party/boost/boost/locale/boundary/
Dsegment.hpp29 typedef LeftIterator left_iterator; in compare_text() typedef
30 typedef typename std::iterator_traits<left_iterator>::value_type char_type; in compare_text()
/third_party/boost/libs/bimap/doc/
Dtutorial.qbk506 `left_iterator ` *->* `pair<const A,const B>`
513 `left_iterator ` *->* `pair<const A,const B>`
520 `left_iterator ` *->* `pair<const A,B>`
527 `left_iterator ` *->* `pair<A,const B>`
534 `left_iterator ` *->* `pair<A,B>`
809 bm_type::left_iterator left_iter = bm.left.begin();
820 [[`bm_type::left_iterator`] [`bm::map_by<Left>::iterator`] ]
Dquick_tutorial.qbk121 However dereferencing a `bimap<X,Y>::left_iterator` returns a type that is
/third_party/boost/libs/bimap/doc/reference/
Dbimap.qbk181 left_iterator project_left(IteratorType iter);
310 left_iterator, right_iterator
397 left_iterator project_left(IteratorType iter);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp1575 for (_internalformats_const_iterator left_iterator = view_class_internalformats.begin(); in getLegalTextureAndViewInternalformatCombinations() local
1576 left_iterator != view_class_internalformats.end(); left_iterator++) in getLegalTextureAndViewInternalformatCombinations()
1581 result.push_back(_internalformat_pair(*left_iterator, *right_iterator)); in getLegalTextureAndViewInternalformatCombinations()