Home
last modified time | relevance | path

Searched refs:MyCases (Results 1 – 18 of 18) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/libs/proto/test/
H A Dswitch.cpp20 struct MyCases struct
29 struct MyCases::case_<proto::tag::shift_right> argument
34 struct MyCases::case_<proto::tag::plus>
69 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) >> 'a'); in test_switch()
70 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) + 'a'); in test_switch()
71 proto::assert_matches_not<proto::switch_<MyCases> >(proto::lit(1) << 'a'); in test_switch()
H A Dmatches.cpp56 struct MyCases struct
65 struct MyCases::case_<proto::tag::shift_right> argument
70 struct MyCases::case_<proto::tag::plus>
263 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) >> 'a' ); in test_matches()
264 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) + 'a' ); in test_matches()
265 proto::assert_matches_not< proto::switch_<MyCases> >( proto::lit(1) << 'a' ); in test_matches()
/dports/devel/boost-python-libs/boost_1_72_0/libs/proto/test/
H A Dswitch.cpp20 struct MyCases struct
29 struct MyCases::case_<proto::tag::shift_right> argument
34 struct MyCases::case_<proto::tag::plus>
69 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) >> 'a'); in test_switch()
70 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) + 'a'); in test_switch()
71 proto::assert_matches_not<proto::switch_<MyCases> >(proto::lit(1) << 'a'); in test_switch()
H A Dmatches.cpp56 struct MyCases struct
65 struct MyCases::case_<proto::tag::shift_right> argument
70 struct MyCases::case_<proto::tag::plus>
263 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) >> 'a' ); in test_matches()
264 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) + 'a' ); in test_matches()
265 proto::assert_matches_not< proto::switch_<MyCases> >( proto::lit(1) << 'a' ); in test_matches()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/proto/test/
H A Dswitch.cpp20 struct MyCases struct
29 struct MyCases::case_<proto::tag::shift_right> argument
34 struct MyCases::case_<proto::tag::plus>
69 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) >> 'a'); in test_switch()
70 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) + 'a'); in test_switch()
71 proto::assert_matches_not<proto::switch_<MyCases> >(proto::lit(1) << 'a'); in test_switch()
H A Dmatches.cpp56 struct MyCases struct
65 struct MyCases::case_<proto::tag::shift_right> argument
70 struct MyCases::case_<proto::tag::plus>
263 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) >> 'a' ); in test_matches()
264 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) + 'a' ); in test_matches()
265 proto::assert_matches_not< proto::switch_<MyCases> >( proto::lit(1) << 'a' ); in test_matches()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/proto/test/
H A Dswitch.cpp20 struct MyCases struct
29 struct MyCases::case_<proto::tag::shift_right> argument
34 struct MyCases::case_<proto::tag::plus>
69 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) >> 'a'); in test_switch()
70 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) + 'a'); in test_switch()
71 proto::assert_matches_not<proto::switch_<MyCases> >(proto::lit(1) << 'a'); in test_switch()
H A Dmatches.cpp56 struct MyCases struct
65 struct MyCases::case_<proto::tag::shift_right> argument
70 struct MyCases::case_<proto::tag::plus>
263 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) >> 'a' ); in test_matches()
264 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) + 'a' ); in test_matches()
265 proto::assert_matches_not< proto::switch_<MyCases> >( proto::lit(1) << 'a' ); in test_matches()
/dports/databases/percona57-server/boost_1_59_0/libs/proto/test/
H A Dswitch.cpp20 struct MyCases struct
29 struct MyCases::case_<proto::tag::shift_right> argument
34 struct MyCases::case_<proto::tag::plus>
69 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) >> 'a'); in test_switch()
70 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) + 'a'); in test_switch()
71 proto::assert_matches_not<proto::switch_<MyCases> >(proto::lit(1) << 'a'); in test_switch()
H A Dmatches.cpp56 struct MyCases struct
65 struct MyCases::case_<proto::tag::shift_right> argument
70 struct MyCases::case_<proto::tag::plus>
263 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) >> 'a' ); in test_matches()
264 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) + 'a' ); in test_matches()
265 proto::assert_matches_not< proto::switch_<MyCases> >( proto::lit(1) << 'a' ); in test_matches()
/dports/databases/xtrabackup/boost_1_59_0/libs/proto/test/
H A Dswitch.cpp20 struct MyCases struct
29 struct MyCases::case_<proto::tag::shift_right> argument
34 struct MyCases::case_<proto::tag::plus>
69 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) >> 'a'); in test_switch()
70 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) + 'a'); in test_switch()
71 proto::assert_matches_not<proto::switch_<MyCases> >(proto::lit(1) << 'a'); in test_switch()
H A Dmatches.cpp56 struct MyCases struct
65 struct MyCases::case_<proto::tag::shift_right> argument
70 struct MyCases::case_<proto::tag::plus>
263 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) >> 'a' ); in test_matches()
264 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) + 'a' ); in test_matches()
265 proto::assert_matches_not< proto::switch_<MyCases> >( proto::lit(1) << 'a' ); in test_matches()
/dports/databases/percona57-client/boost_1_59_0/libs/proto/test/
H A Dswitch.cpp20 struct MyCases struct
29 struct MyCases::case_<proto::tag::shift_right> argument
34 struct MyCases::case_<proto::tag::plus>
69 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) >> 'a'); in test_switch()
70 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) + 'a'); in test_switch()
71 proto::assert_matches_not<proto::switch_<MyCases> >(proto::lit(1) << 'a'); in test_switch()
H A Dmatches.cpp56 struct MyCases struct
65 struct MyCases::case_<proto::tag::shift_right> argument
70 struct MyCases::case_<proto::tag::plus>
263 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) >> 'a' ); in test_matches()
264 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) + 'a' ); in test_matches()
265 proto::assert_matches_not< proto::switch_<MyCases> >( proto::lit(1) << 'a' ); in test_matches()
/dports/devel/boost-libs/boost_1_72_0/libs/proto/test/
H A Dswitch.cpp20 struct MyCases struct
29 struct MyCases::case_<proto::tag::shift_right> argument
34 struct MyCases::case_<proto::tag::plus>
69 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) >> 'a'); in test_switch()
70 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) + 'a'); in test_switch()
71 proto::assert_matches_not<proto::switch_<MyCases> >(proto::lit(1) << 'a'); in test_switch()
H A Dmatches.cpp56 struct MyCases struct
65 struct MyCases::case_<proto::tag::shift_right> argument
70 struct MyCases::case_<proto::tag::plus>
263 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) >> 'a' ); in test_matches()
264 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) + 'a' ); in test_matches()
265 proto::assert_matches_not< proto::switch_<MyCases> >( proto::lit(1) << 'a' ); in test_matches()
/dports/devel/hyperscan/boost_1_75_0/libs/proto/test/
H A Dswitch.cpp20 struct MyCases struct
29 struct MyCases::case_<proto::tag::shift_right> argument
34 struct MyCases::case_<proto::tag::plus>
69 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) >> 'a'); in test_switch()
70 proto::assert_matches<proto::switch_<MyCases> >(proto::lit(1) + 'a'); in test_switch()
71 proto::assert_matches_not<proto::switch_<MyCases> >(proto::lit(1) << 'a'); in test_switch()
H A Dmatches.cpp56 struct MyCases struct
65 struct MyCases::case_<proto::tag::shift_right> argument
70 struct MyCases::case_<proto::tag::plus>
263 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) >> 'a' ); in test_matches()
264 proto::assert_matches< proto::switch_<MyCases> >( proto::lit(1) + 'a' ); in test_matches()
265 proto::assert_matches_not< proto::switch_<MyCases> >( proto::lit(1) << 'a' ); in test_matches()