/third_party/boost/libs/bimap/test/ |
D | test_bimap_project.cpp | 31 struct right_tag {}; struct 38 list_of< tagged< std::string, right_tag > > in test_bimap_project() 114 BOOST_TEST( bm.project<right_tag>(iter) == right_iter ); in test_bimap_project() 117 BOOST_TEST( bm.project<right_tag>(left_iter) == right_iter ); in test_bimap_project() 120 BOOST_TEST( bm.project<right_tag>(right_iter) == right_iter ); in test_bimap_project() 123 BOOST_TEST( cbm.project<right_tag>(citer) == right_citer ); in test_bimap_project() 126 BOOST_TEST( cbm.project<right_tag>(left_citer) == right_citer ); in test_bimap_project() 129 BOOST_TEST( cbm.project<right_tag>(right_citer) == right_citer ); in test_bimap_project() 132 bm.project<right_tag>( left_citer)->first = "r"; in test_bimap_project()
|
D | test_mutant_relation.cpp | 61 BOOST_BIMAP_CHECK_METADATA(rel,right_tag,right); in BOOST_BIMAP_TEST_STATIC_FUNCTION() 81 struct right_tag {}; in BOOST_BIMAP_TEST_STATIC_FUNCTION() struct 84 tagged<left_data,left_tag>, tagged<right_data,right_tag> > rel; in BOOST_BIMAP_TEST_STATIC_FUNCTION() 90 BOOST_BIMAP_CHECK_METADATA(rel,right_tag,right_tag ); in BOOST_BIMAP_TEST_STATIC_FUNCTION() 95 typedef tagged<right_data,right_tag> desired_tagged_right_type; in BOOST_BIMAP_TEST_STATIC_FUNCTION()
|
D | test_bimap_unordered.cpp | 40 struct right_tag {}; struct 89 unordered_multiset_of< tagged< std::string, right_tag > > in test_bimap() 104 test_tagged_bimap<left_tag,right_tag>(bm,data); in test_bimap()
|
D | test_bimap_ordered.cpp | 40 struct right_tag {}; struct 82 multiset_of< tagged<double, right_tag > >, in test_bimap() 96 test_tagged_bimap<left_tag,right_tag>(bm,data); in test_bimap()
|
D | test_bimap_sequenced.cpp | 43 struct right_tag {}; struct
|
/third_party/boost/boost/bimap/detail/ |
D | bimap_core.hpp | 121 typedef BOOST_DEDUCED_TYPENAME right_tagged_type::tag right_tag; typedef in boost::bimaps::detail::bimap_core 187 right_tag 257 right_tag 283 ::boost::bimaps::tags::tagged< right_set_type, right_tag >, 321 right_tag 340 right_tag 469 BOOST_DEDUCED_TYPENAME BimapBaseType::right_tag, BimapBaseType
|
D | map_view_iterator.hpp | 89 index<BOOST_DEDUCED_TYPENAME BimapCore::right_tag> \
|
/third_party/boost/boost/bimap/relation/support/ |
D | opposite_tag.hpp | 50 right_tag,
|
D | member_with_tag.hpp | 139 BOOST_DEDUCED_TYPENAME Relation::right_tag
|
/third_party/boost/boost/bimap/relation/ |
D | symmetrical_base.hpp | 85 typedef BOOST_DEDUCED_TYPENAME tagged_right_type::tag right_tag; typedef in boost::bimaps::relation::symmetrical_base
|
/third_party/boost/libs/bimap/doc/reference/ |
D | bimap.qbk | 154 typedef ``['-unspecified-]`` right_tag; 283 left_tag, right_tag
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regcomp.c | 1459 int right_tag; in tre_add_tags() local 1464 right_tag = next_tag + 1; in tre_add_tags() 1469 right_tag = next_tag; in tre_add_tags() 1473 STACK_PUSHX(stack, int, right_tag); in tre_add_tags()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regcomp.c | 1460 int right_tag; in tre_add_tags() local 1465 right_tag = next_tag + 1; in tre_add_tags() 1470 right_tag = next_tag; in tre_add_tags() 1474 STACK_PUSHX(stack, int, right_tag); in tre_add_tags()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regcomp.c | 1459 int right_tag; in tre_add_tags() local 1464 right_tag = next_tag + 1; in tre_add_tags() 1469 right_tag = next_tag; in tre_add_tags() 1473 STACK_PUSHX(stack, int, right_tag); in tre_add_tags()
|
/third_party/musl/src/regex/ |
D | regcomp.c | 1459 int right_tag; in tre_add_tags() local 1464 right_tag = next_tag + 1; in tre_add_tags() 1469 right_tag = next_tag; in tre_add_tags() 1473 STACK_PUSHX(stack, int, right_tag); in tre_add_tags()
|