Home
last modified time | relevance | path

Searched defs:switch_ (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/mpl/
Dswitch.hpp31 struct switch_ struct
36 >::type iter_;
38 typedef typename deref<iter_>::type pair_;
39 typedef typename lambda< typename second<pair_>::type >::type f_;
40 typedef typename apply1<f_,T>::type type;
/third_party/boost/boost/proto/
Dmatches.hpp809 struct switch_ : transform<switch_<Cases, Transform> > struct
811 typedef switch_ proto_grammar;
814 struct impl
824 struct switch_<Cases> : transform<switch_<Cases> > struct
826 typedef switch_ proto_grammar;
829 struct impl
834 struct impl<Expr &, State, Data>
/third_party/boost/boost/phoenix/statement/
Dswitch.hpp288 switch_(Cond const& cond) in switch_() function
/third_party/boost/libs/hana/example/tutorial/
Dquickstart.switchAny.cpp49 auto switch_(Any& a) { in switch_() function
/third_party/mindspore/tests/ut/cpp/pipeline/static_analysis/
Dprim_test.cc296 PrimitivePtr switch_ = std::make_shared<Primitive>("Switch"); in TEST_F() local
309 PrimitivePtr switch_ = std::make_shared<Primitive>("Switch"); in TEST_F() local
/third_party/boost/libs/proto/example/
Dlambda.hpp60 struct switch_ {}; struct
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp4289 auto switch_ = jit->builder->CreateSwitch(action, jit->coroutine.suspendBlock, 3); in promoteFunctionToCoroutine() local
4373 auto switch_ = jit->builder->CreateSwitch(action, jit->coroutine.suspendBlock, 3); in yield() local