Searched refs:left_iterator (Results 1 – 17 of 17) sorted by relevance
/third_party/boost/boost/log/utility/functional/ |
D | contains.hpp | 37 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 ()()
|
D | begins_with.hpp | 37 typedef typename T::const_iterator left_iterator; in operator ()() typedef 40 left_iterator left_it = left.begin(), left_end = left.end(); in operator ()()
|
D | ends_with.hpp | 37 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/ |
D | tutorial_range.cpp | 40 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()
|
D | tutorial_modify_and_replace.cpp | 55 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()
|
D | tutorial_info_hook.cpp | 61 bm_type::left_iterator i = bm.left.find("Bjarne Stroustrup"); in tutorial_about_info_hook()
|
/third_party/boost/libs/bimap/example/bimap_and_boost/ |
D | serialization.cpp | 57 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/ |
D | test_bimap_modify.cpp | 46 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()
|
D | test_bimap_mutable.cpp | 43 BOOST_DEDUCED_TYPENAME bm_type::left_iterator iter = bm.left.begin(); in test_bimap_mutable()
|
D | test_bimap_project.cpp | 48 bm_type:: left_iterator left_iter = bm.left.find(1); in test_bimap_project()
|
/third_party/boost/boost/bimap/support/ |
D | iterator_type_by.hpp | 84 left_iterator,
|
/third_party/boost/boost/bimap/ |
D | bimap.hpp | 187 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/ |
D | segment.hpp | 29 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/ |
D | tutorial.qbk | 506 `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`] ]
|
D | quick_tutorial.qbk | 121 However dereferencing a `bimap<X,Y>::left_iterator` returns a type that is
|
/third_party/boost/libs/bimap/doc/reference/ |
D | bimap.qbk | 181 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/ |
D | gl4cTextureViewTests.cpp | 1575 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()
|