Home
last modified time | relevance | path

Searched defs:case_ (Results 1 – 25 of 50) sorted by relevance

12

/third_party/boost/boost/msm/front/euml/
Dguard_grammar.hpp27 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 …]
Dstate_grammar.hpp226 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/
Dgrammar.hpp90 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/
Dswitch.cpp23 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
Dmatches.cpp59 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/
Dvector.cpp109 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 …]
Dmixed.cpp147 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 …]
Dlambda.hpp62 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/
Dselect_by_size.hpp96 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/
Das_independent.hpp48 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/
Dmeta_compiler.hpp69 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/
Ddomain.hpp31 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
Dterminal.hpp98 struct meta_grammar::case_<proto::tag::terminal, Dummy> struct in boost::phoenix::meta_grammar
Dmeta_grammar.hpp27 struct case_ struct
/third_party/boost/boost/phoenix/operator/
Dmember.hpp47 struct phoenix_generator::case_<proto::tag::mem_ptr> struct in boost::phoenix::phoenix_generator
Dif_else.hpp43 struct meta_grammar::case_<tag::if_else_operator, Dummy> struct in boost::phoenix::meta_grammar
/third_party/boost/boost/phoenix/statement/
Dsequence.hpp39 struct meta_grammar::case_<proto::tag::comma, Dummy> struct in boost::phoenix::meta_grammar
Dthrow.hpp43 struct meta_grammar::case_<tag::throw_, Dummy> struct in boost::phoenix::meta_grammar
Dswitch.hpp210 case_(A const & a) in case_() function
/third_party/boost/libs/hana/example/tutorial/
Dquickstart.switchAny.cpp23 auto case_ = [](auto f) { in __anon4af302fa0102() variable
39 Case& case_, Rest& ...rest) in process()
/third_party/boost/libs/phoenix/example/
Ddefine_expression.cpp28 struct meta_grammar::case_<proto::tag::plus> struct in boost::phoenix::meta_grammar
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dslice_tests.cc145 for (auto &case_ : cases) { in TEST_F() local
Dpad_tests.cc217 for (auto &case_ : cases) { in TEST_F() local
/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/
Dfunction_eval_expr_10.hpp8 …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/
Dmem_fun_ptr_expr_10.hpp7 …> inline Ostream &operator<<( Ostream & os , mem_fun_ptr) { os << "mem_fun_ptr"; return os; } } na… in make_mem_fun_ptr()

12