Home
last modified time | relevance | path

Searched refs:State3 (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/dports/devel/boost-docs/boost_1_72_0/libs/msm/test/
H A DAnonymous.cpp67 struct State3 : public msm::front::state<> struct
112 a_row < State2 , none , State3 , &p::State2ToState3 >,
114 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
115 g_row < State3 , none , State4 , &p::always_false >,
133 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
134 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
157 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 1,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
158 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
173 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 2,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 2,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
H A DAnonymousEuml.cpp35 …+state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter << exit_counter),State3) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
91 State3 == State2 / State2ToState3,
92 State4 == State3 [always_true] / State3ToState4,
93 State4 == State3 [always_false],
131 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
133 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
154 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
156 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
H A DTest2RegionsAnonymous.cpp61 struct State3 : public msm::front::state<> struct
115 Row < State2 , none , State3 >,
134 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
135 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
161 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 0,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
162 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/msm/test/
H A DAnonymous.cpp67 struct State3 : public msm::front::state<> struct
112 a_row < State2 , none , State3 , &p::State2ToState3 >,
114 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
115 g_row < State3 , none , State4 , &p::always_false >,
133 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
134 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
157 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 1,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
158 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
173 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 2,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 2,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
H A DAnonymousEuml.cpp35 …+state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter << exit_counter),State3) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
91 State3 == State2 / State2ToState3,
92 State4 == State3 [always_true] / State3ToState4,
93 State4 == State3 [always_false],
131 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
133 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
154 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
156 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
H A DTest2RegionsAnonymous.cpp61 struct State3 : public msm::front::state<> struct
115 Row < State2 , none , State3 >,
134 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
135 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
161 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 0,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
162 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/msm/test/
H A DAnonymous.cpp67 struct State3 : public msm::front::state<> struct
112 a_row < State2 , none , State3 , &p::State2ToState3 >,
114 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
115 g_row < State3 , none , State4 , &p::always_false >,
133 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
134 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
157 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 1,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
158 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
173 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 2,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 2,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
H A DAnonymousEuml.cpp35 …+state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter << exit_counter),State3) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
91 State3 == State2 / State2ToState3,
92 State4 == State3 [always_true] / State3ToState4,
93 State4 == State3 [always_false],
131 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
133 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
154 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
156 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/msm/test/
H A DAnonymous.cpp67 struct State3 : public msm::front::state<> struct
112 a_row < State2 , none , State3 , &p::State2ToState3 >,
114 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
115 g_row < State3 , none , State4 , &p::always_false >,
133 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
134 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
157 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 1,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
158 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
173 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 2,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 2,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
H A DAnonymousEuml.cpp35 …+state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter << exit_counter),State3) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
91 State3 == State2 / State2ToState3,
92 State4 == State3 [always_true] / State3ToState4,
93 State4 == State3 [always_false],
131 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
133 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
154 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
156 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-server/boost_1_59_0/libs/msm/test/
H A DAnonymous.cpp67 struct State3 : public msm::front::state<> struct
112 a_row < State2 , none , State3 , &p::State2ToState3 >,
114 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
115 g_row < State3 , none , State4 , &p::always_false >,
133 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
134 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
157 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 1,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
158 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
173 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 2,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 2,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
H A DAnonymousEuml.cpp35 …+state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter << exit_counter),State3) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
91 State3 == State2 / State2ToState3,
92 State4 == State3 [always_true] / State3ToState4,
93 State4 == State3 [always_false],
131 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
133 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
154 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
156 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
/dports/databases/xtrabackup/boost_1_59_0/libs/msm/test/
H A DAnonymous.cpp67 struct State3 : public msm::front::state<> struct
112 a_row < State2 , none , State3 , &p::State2ToState3 >,
114 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
115 g_row < State3 , none , State4 , &p::always_false >,
133 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
134 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
157 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 1,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
158 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
173 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 2,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 2,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
H A DAnonymousEuml.cpp35 …+state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter << exit_counter),State3) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
91 State3 == State2 / State2ToState3,
92 State4 == State3 [always_true] / State3ToState4,
93 State4 == State3 [always_false],
131 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
133 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
154 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
156 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-client/boost_1_59_0/libs/msm/test/
H A DAnonymous.cpp67 struct State3 : public msm::front::state<> struct
112 a_row < State2 , none , State3 , &p::State2ToState3 >,
114 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
115 g_row < State3 , none , State4 , &p::always_false >,
133 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
134 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
157 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 1,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
158 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
173 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 2,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 2,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
H A DAnonymousEuml.cpp35 …+state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter << exit_counter),State3) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
91 State3 == State2 / State2ToState3,
92 State4 == State3 [always_true] / State3ToState4,
93 State4 == State3 [always_false],
131 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
133 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
154 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
156 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/msm/test/
H A DAnonymous.cpp67 struct State3 : public msm::front::state<> struct
112 a_row < State2 , none , State3 , &p::State2ToState3 >,
114 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
115 g_row < State3 , none , State4 , &p::always_false >,
133 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
134 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
157 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 1,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
158 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
173 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 2,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 2,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
H A DAnonymousEuml.cpp35 …+state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter << exit_counter),State3) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
91 State3 == State2 / State2ToState3,
92 State4 == State3 [always_true] / State3ToState4,
93 State4 == State3 [always_false],
131 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
133 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
154 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
156 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
H A DTest2RegionsAnonymous.cpp61 struct State3 : public msm::front::state<> struct
115 Row < State2 , none , State3 >,
134 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
135 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
161 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 0,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
162 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/msm/test/
H A DAnonymous.cpp67 struct State3 : public msm::front::state<> struct
112 a_row < State2 , none , State3 , &p::State2ToState3 >,
114 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
115 g_row < State3 , none , State4 , &p::always_false >,
133 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
134 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
157 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 1,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
158 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
173 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 2,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
174 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 2,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
H A DAnonymousEuml.cpp35 …+state_(entry_counter),++state_(exit_counter),attributes_ << entry_counter << exit_counter),State3) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
91 State3 == State2 / State2ToState3,
92 State4 == State3 [always_true] / State3ToState4,
93 State4 == State3 [always_false],
131 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
133 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
154 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(exit_counter) … in BOOST_AUTO_TEST_CASE()
156 …BOOST_CHECK_MESSAGE(p.get_state<BOOST_MSM_EUML_STATE_NAME(State3)&>().get_attribute(entry_counter)… in BOOST_AUTO_TEST_CASE()
H A DTest2RegionsAnonymous.cpp61 struct State3 : public msm::front::state<> struct
115 Row < State2 , none , State3 >,
134 fsm.template get_state<my_machine_::State3&>().entry_counter=0; in on_entry()
135 fsm.template get_state<my_machine_::State3&>().exit_counter=0; in on_entry()
161 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().exit_counter == 0,"State3 exit not called … in BOOST_AUTO_TEST_CASE()
162 …BOOST_CHECK_MESSAGE(p.get_state<my_machine_::State3&>().entry_counter == 1,"State3 entry not calle… in BOOST_AUTO_TEST_CASE()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/ressources/DSL/
H A DLing.dsl95 NAMESTATES = (State1, State2, State3, State4, State5);
165 NAMESTATES = (State1, State2, State3);
227 NAMESTATES = (State1, State2, State3);
289 NAMESTATES = (State1, State2, State3, State4);
419 NAMESTATES = (State1, State2, State3, State4, State5);
490 NAMESTATES = (State1, State2, State3, State4);
567 NAMESTATES = (State1, State2, State3, State4);
680 NAMESTATES = (State1, State2, State3, State4);
889 NAMESTATES = (State1, State2, State3, State4);
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_plugins.erl106 State3 = rebar_state:set(State2, deps_dir, DepsDir),
107 rebar_state:lock(State3, Locks).
126 State3 = rebar_state:update_all_plugin_deps(State2, Apps),
130 … State4 = rebar_state:update_code_paths(State3, all_plugin_deps, PreBuiltPaths++NewCodePaths),
144 State3 = rebar_state:set(State2, deps_dir, ?DEFAULT_PLUGINS_DIR),
146 State4 = rebar_state:command_parsed_args(State3, {[{deps_only, true}|Args], Extra}),
/dports/devel/boost-docs/boost_1_72_0/libs/msm/doc/HTML/examples/
H A DAnonymousTutorial.cpp47 struct State3 : public msm::front::state<> struct
89 a_row < State2 , none , State3 , &p::State2ToState3 >,
91 row < State3 , none , State4 , &p::State3ToState4 , &p::always_true >,
92 g_row < State3 , none , State4 , &p::always_false >,

12345678910>>...19