/third_party/boost/boost/msm/front/euml/ |
D | guard_grammar.hpp | 27 struct case_ struct 32 struct BuildGuardsCases::case_<proto::tag::logical_or> struct in boost::msm::front::euml::BuildGuardsCases 39 struct BuildGuardsCases::case_<proto::tag::logical_and> struct in boost::msm::front::euml::BuildGuardsCases 46 struct BuildGuardsCases::case_<proto::tag::logical_not> struct in boost::msm::front::euml::BuildGuardsCases 53 struct BuildGuardsCases::case_<proto::tag::less> struct in boost::msm::front::euml::BuildGuardsCases 60 struct BuildGuardsCases::case_<proto::tag::less_equal> struct in boost::msm::front::euml::BuildGuardsCases 67 struct BuildGuardsCases::case_<proto::tag::greater> struct in boost::msm::front::euml::BuildGuardsCases 74 struct BuildGuardsCases::case_<proto::tag::greater_equal> struct in boost::msm::front::euml::BuildGuardsCases 81 struct BuildGuardsCases::case_<proto::tag::equal_to> struct in boost::msm::front::euml::BuildGuardsCases 88 struct BuildGuardsCases::case_<proto::tag::not_equal_to> struct in boost::msm::front::euml::BuildGuardsCases [all …]
|
D | state_grammar.hpp | 226 struct case_ struct 270 struct case_ struct 276 struct BuildActionsCases::case_<proto::tag::pre_inc> struct in boost::msm::front::euml::BuildActionsCases 283 struct BuildActionsCases::case_<proto::tag::pre_dec> struct in boost::msm::front::euml::BuildActionsCases 290 struct BuildActionsCases::case_<proto::tag::post_inc> struct in boost::msm::front::euml::BuildActionsCases 297 struct BuildActionsCases::case_<proto::tag::post_dec> struct in boost::msm::front::euml::BuildActionsCases 304 struct BuildActionsCases::case_<proto::tag::dereference> struct in boost::msm::front::euml::BuildActionsCases 311 struct BuildActionsCases::case_<proto::tag::plus> struct in boost::msm::front::euml::BuildActionsCases 318 struct BuildActionsCases::case_<proto::tag::minus> struct in boost::msm::front::euml::BuildActionsCases 325 struct BuildActionsCases::case_<proto::tag::multiplies> struct in boost::msm::front::euml::BuildActionsCases [all …]
|
/third_party/boost/boost/xpressive/detail/static/ |
D | grammar.hpp | 90 struct case_ struct 95 struct case_<tag::dereference, Dummy> struct 100 struct case_<tag::unary_plus, Dummy> struct 105 struct case_<tag::logical_not, Dummy> struct 110 struct case_<detail::generic_quant_tag<Min, Max>, Dummy> struct 121 struct case_ struct 126 struct case_<tag::comma, Dummy> struct 131 struct case_<tag::assign, Dummy> struct 136 struct case_<tag::subscript, Dummy> struct 141 struct case_<detail::lookahead_tag, Dummy> struct [all …]
|
/third_party/boost/libs/proto/test/ |
D | switch.cpp | 23 struct case_ struct 29 struct MyCases::case_<proto::tag::shift_right> struct in MyCases 34 struct MyCases::case_<proto::tag::plus> struct in MyCases 43 struct case_ struct 50 struct ArityOfCases::case_<boost::mpl::long_<1> > struct in ArityOfCases 55 struct ArityOfCases::case_<boost::mpl::long_<2> > struct in ArityOfCases
|
D | matches.cpp | 59 struct case_ struct 65 struct MyCases::case_<proto::tag::shift_right> struct in MyCases 70 struct MyCases::case_<proto::tag::plus> struct in MyCases
|
/third_party/boost/libs/proto/example/ |
D | vector.cpp | 109 template<typename Tag, int D = 0> struct case_ : proto::not_<_> {}; struct 111 template<int D> struct case_< proto::tag::plus_assign, D > : _ {}; struct 112 template<int D> struct case_< proto::tag::minus_assign, D > : _ {}; struct 113 template<int D> struct case_< proto::tag::multiplies_assign, D > : _ {}; struct 114 template<int D> struct case_< proto::tag::divides_assign, D > : _ {}; struct 115 template<int D> struct case_< proto::tag::modulus_assign, D > : _ {}; struct 116 template<int D> struct case_< proto::tag::shift_left_assign, D > : _ {}; struct 117 template<int D> struct case_< proto::tag::shift_right_assign, D > : _ {}; struct 118 template<int D> struct case_< proto::tag::bitwise_and_assign, D > : _ {}; struct 119 template<int D> struct case_< proto::tag::bitwise_or_assign, D > : _ {}; struct [all …]
|
D | mixed.cpp | 147 template<typename Tag, int D = 0> struct case_ : proto::not_<_> {}; struct 149 template<int D> struct case_< proto::tag::plus_assign, D > : _ {}; struct 150 template<int D> struct case_< proto::tag::minus_assign, D > : _ {}; struct 151 template<int D> struct case_< proto::tag::multiplies_assign, D > : _ {}; struct 152 template<int D> struct case_< proto::tag::divides_assign, D > : _ {}; struct 153 template<int D> struct case_< proto::tag::modulus_assign, D > : _ {}; struct 154 template<int D> struct case_< proto::tag::shift_left_assign, D > : _ {}; struct 155 template<int D> struct case_< proto::tag::shift_right_assign, D > : _ {}; struct 156 template<int D> struct case_< proto::tag::bitwise_and_assign, D > : _ {}; struct 157 template<int D> struct case_< proto::tag::bitwise_or_assign, D > : _ {}; struct [all …]
|
D | lambda.hpp | 62 template<int I> struct case_ { static const int value = I; }; argument 388 struct case_ struct 393 struct case_<tag::catch_<E> > struct 398 struct case_<tag::case_<I> > struct 403 template<> struct Cases::case_<tag::while_> : proto::otherwise<EvalWhile> {}; struct in boost::lambda::Cases 404 template<> struct Cases::case_<tag::for_> : proto::otherwise<EvalFor> {}; struct in boost::lambda::Cases 405 template<> struct Cases::case_<tag::if_> : proto::otherwise<EvalIf> {}; struct in boost::lambda::Cases 406 template<> struct Cases::case_<tag::if_else_> : proto::otherwise<EvalIfElse> {}; struct in boost::lambda::Cases 407 template<> struct Cases::case_<tag::do_while_> : proto::otherwise<EvalDoWhile> {}; struct in boost::lambda::Cases 408 template<> struct Cases::case_<tag::switch_> : proto::otherwise<EvalSwitch> {}; struct in boost::lambda::Cases [all …]
|
/third_party/boost/boost/iostreams/detail/ |
D | select_by_size.hpp | 96 template<int N> struct case_ { char c1; case_<N - 1> c2; }; argument 97 template<> struct case_<-1> { char c; }; argument
|
/third_party/boost/boost/xpressive/detail/static/transforms/ |
D | as_independent.hpp | 48 struct case_ struct 53 struct case_<proto::tag::terminal, Dummy> struct 61 struct case_<proto::tag::comma, Dummy> struct 66 struct case_<proto::tag::complement, Dummy> struct 71 struct case_<detail::lookahead_tag, Dummy> struct 76 struct case_<detail::lookbehind_tag, Dummy> struct 81 struct case_<detail::keeper_tag, Dummy> struct 86 struct case_<proto::tag::subscript, Dummy> struct
|
/third_party/boost/boost/spirit/home/support/ |
D | meta_compiler.hpp | 69 struct case_ struct 77 struct case_<proto::tag::terminal, Enable> struct 85 struct case_<Tag, typename enable_if<use_operator<Domain, Tag> >::type> struct 103 struct case_<proto::tag::subscript, Enable> struct 131 struct case_ struct 139 struct case_<proto::tag::terminal> struct 147 struct case_<Tag> struct 169 struct case_<proto::tag::subscript> struct
|
/third_party/boost/boost/phoenix/core/ |
D | domain.hpp | 31 struct case_ struct 38 struct phoenix_generator::case_<proto::tag::assign> struct in boost::phoenix::phoenix_generator 47 struct phoenix_generator::case_<proto::tag::subscript> struct in boost::phoenix::phoenix_generator
|
D | terminal.hpp | 98 struct meta_grammar::case_<proto::tag::terminal, Dummy> struct in boost::phoenix::meta_grammar
|
D | meta_grammar.hpp | 27 struct case_ struct
|
/third_party/boost/boost/phoenix/operator/ |
D | member.hpp | 47 struct phoenix_generator::case_<proto::tag::mem_ptr> struct in boost::phoenix::phoenix_generator
|
D | if_else.hpp | 43 struct meta_grammar::case_<tag::if_else_operator, Dummy> struct in boost::phoenix::meta_grammar
|
/third_party/boost/boost/phoenix/statement/ |
D | sequence.hpp | 39 struct meta_grammar::case_<proto::tag::comma, Dummy> struct in boost::phoenix::meta_grammar
|
D | throw.hpp | 43 struct meta_grammar::case_<tag::throw_, Dummy> struct in boost::phoenix::meta_grammar
|
D | switch.hpp | 210 case_(A const & a) in case_() function
|
/third_party/boost/libs/hana/example/tutorial/ |
D | quickstart.switchAny.cpp | 23 auto case_ = [](auto f) { in __anon4af302fa0102() variable 39 Case& case_, Rest& ...rest) in process()
|
/third_party/boost/libs/phoenix/example/ |
D | define_expression.cpp | 28 struct meta_grammar::case_<proto::tag::plus> struct in boost::phoenix::meta_grammar
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/ |
D | slice_tests.cc | 145 for (auto &case_ : cases) { in TEST_F() local
|
D | pad_tests.cc | 217 for (auto &case_ : cases) { in TEST_F() local
|
/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/ |
D | function_eval_expr_10.hpp | 8 …ate <typename Ostream> inline Ostream &operator<<( Ostream & os , function_eval) { os << "function… in make_function_eval()
|
/third_party/boost/boost/phoenix/operator/detail/cpp03/preprocessed/ |
D | mem_fun_ptr_expr_10.hpp | 7 …> inline Ostream &operator<<( Ostream & os , mem_fun_ptr) { os << "mem_fun_ptr"; return os; } } na… in make_mem_fun_ptr()
|