Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/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;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/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>
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dtest_harness.h81 Switch switch_; variable
H A Dquic_endpoint_test.cc38 Switch switch_; member in quic::simulator::QuicEndpointTest
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_control_flow_test.cc349 auto switch_ = in TEST() local
499 auto switch_ = in TEST() local
629 auto switch_ = in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/statement/
Dswitch.hpp288 switch_(Cond const& cond) in switch_() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dsend_algorithm_test.cc236 std::unique_ptr<simulator::Switch> switch_; member in quic::test::SendAlgorithmTest
H A Dbbr2_simulator_test.cc354 std::unique_ptr<simulator::Switch> switch_; member in quic::test::Bbr2DefaultTopologyTest
2350 std::unique_ptr<simulator::Switch> switch_; member in quic::test::Bbr2MultiSenderTest
H A Dbbr_sender_test.cc143 std::unique_ptr<simulator::Switch> switch_; member in quic::test::BbrSenderTest
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dcompact_sched.h239 CompactSchedSwitchBuffer switch_; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/
Dlambda.hpp60 struct switch_ {}; struct
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3994 auto switch_ = jit->builder->CreateSwitch(action, jit->coroutine.suspendBlock, 3); in promoteFunctionToCoroutine() local
4083 auto switch_ = jit->builder->CreateSwitch(action, jit->coroutine.suspendBlock, 3); in yield() local