Home
last modified time | relevance | path

Searched refs:state_downcast (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/boost-docs/boost_1_72_0/libs/statechart/test/
H A DHistoryTest.cpp130 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
134 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
136 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
139 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const I & >() ); in test_main()
142 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
145 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const H & >() ); in test_main()
148 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
151 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
153 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
156 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
[all …]
H A DStateCastTest.cpp38 BOOST_REQUIRE( state_downcast< const State * >() != 0 ); in AssertInState()
39 BOOST_REQUIRE_NO_THROW( state_downcast< const State & >() ); in AssertInState()
47 BOOST_REQUIRE( state_downcast< const State * >() == 0 ); in AssertNotInState()
48 BOOST_REQUIRE_THROW( state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
57 BOOST_REQUIRE( theState.template state_downcast< const State * >() != 0 ); in AssertInState()
58 BOOST_REQUIRE_NO_THROW( theState.template state_downcast< const State & >() ); in AssertInState()
66 BOOST_REQUIRE( theState.template state_downcast< const State * >() == 0 ); in AssertNotInState()
67 BOOST_REQUIRE_THROW( theState.template state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
/dports/devel/boost-python-libs/boost_1_72_0/libs/statechart/test/
H A DHistoryTest.cpp130 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
134 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
136 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
139 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const I & >() ); in test_main()
142 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
145 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const H & >() ); in test_main()
148 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
151 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
153 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
156 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
[all …]
H A DStateCastTest.cpp38 BOOST_REQUIRE( state_downcast< const State * >() != 0 ); in AssertInState()
39 BOOST_REQUIRE_NO_THROW( state_downcast< const State & >() ); in AssertInState()
47 BOOST_REQUIRE( state_downcast< const State * >() == 0 ); in AssertNotInState()
48 BOOST_REQUIRE_THROW( state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
57 BOOST_REQUIRE( theState.template state_downcast< const State * >() != 0 ); in AssertInState()
58 BOOST_REQUIRE_NO_THROW( theState.template state_downcast< const State & >() ); in AssertInState()
66 BOOST_REQUIRE( theState.template state_downcast< const State * >() == 0 ); in AssertNotInState()
67 BOOST_REQUIRE_THROW( theState.template state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/statechart/test/
H A DHistoryTest.cpp130 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
134 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
136 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
139 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const I & >() ); in test_main()
142 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
145 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const H & >() ); in test_main()
148 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
151 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
153 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
156 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
[all …]
H A DStateCastTest.cpp38 BOOST_REQUIRE( state_downcast< const State * >() != 0 ); in AssertInState()
39 BOOST_REQUIRE_NO_THROW( state_downcast< const State & >() ); in AssertInState()
47 BOOST_REQUIRE( state_downcast< const State * >() == 0 ); in AssertNotInState()
48 BOOST_REQUIRE_THROW( state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
57 BOOST_REQUIRE( theState.template state_downcast< const State * >() != 0 ); in AssertInState()
58 BOOST_REQUIRE_NO_THROW( theState.template state_downcast< const State & >() ); in AssertInState()
66 BOOST_REQUIRE( theState.template state_downcast< const State * >() == 0 ); in AssertNotInState()
67 BOOST_REQUIRE_THROW( theState.template state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/statechart/test/
H A DHistoryTest.cpp130 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
134 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
136 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
139 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const I & >() ); in test_main()
142 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
145 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const H & >() ); in test_main()
148 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
151 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
153 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
156 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
[all …]
H A DStateCastTest.cpp38 BOOST_REQUIRE( state_downcast< const State * >() != 0 ); in AssertInState()
39 BOOST_REQUIRE_NO_THROW( state_downcast< const State & >() ); in AssertInState()
47 BOOST_REQUIRE( state_downcast< const State * >() == 0 ); in AssertNotInState()
48 BOOST_REQUIRE_THROW( state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
57 BOOST_REQUIRE( theState.template state_downcast< const State * >() != 0 ); in AssertInState()
58 BOOST_REQUIRE_NO_THROW( theState.template state_downcast< const State & >() ); in AssertInState()
66 BOOST_REQUIRE( theState.template state_downcast< const State * >() == 0 ); in AssertNotInState()
67 BOOST_REQUIRE_THROW( theState.template state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
/dports/databases/percona57-server/boost_1_59_0/libs/statechart/test/
H A DHistoryTest.cpp130 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
134 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
136 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
139 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const I & >() ); in test_main()
142 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
145 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const H & >() ); in test_main()
148 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
151 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
153 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
156 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
[all …]
H A DStateCastTest.cpp38 BOOST_REQUIRE( state_downcast< const State * >() != 0 ); in AssertInState()
39 BOOST_REQUIRE_NO_THROW( state_downcast< const State & >() ); in AssertInState()
47 BOOST_REQUIRE( state_downcast< const State * >() == 0 ); in AssertNotInState()
48 BOOST_REQUIRE_THROW( state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
57 BOOST_REQUIRE( theState.template state_downcast< const State * >() != 0 ); in AssertInState()
58 BOOST_REQUIRE_NO_THROW( theState.template state_downcast< const State & >() ); in AssertInState()
66 BOOST_REQUIRE( theState.template state_downcast< const State * >() == 0 ); in AssertNotInState()
67 BOOST_REQUIRE_THROW( theState.template state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
/dports/databases/xtrabackup/boost_1_59_0/libs/statechart/test/
H A DHistoryTest.cpp130 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
134 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
136 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
139 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const I & >() ); in test_main()
142 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
145 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const H & >() ); in test_main()
148 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
151 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
153 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
156 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
[all …]
H A DStateCastTest.cpp38 BOOST_REQUIRE( state_downcast< const State * >() != 0 ); in AssertInState()
39 BOOST_REQUIRE_NO_THROW( state_downcast< const State & >() ); in AssertInState()
47 BOOST_REQUIRE( state_downcast< const State * >() == 0 ); in AssertNotInState()
48 BOOST_REQUIRE_THROW( state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
57 BOOST_REQUIRE( theState.template state_downcast< const State * >() != 0 ); in AssertInState()
58 BOOST_REQUIRE_NO_THROW( theState.template state_downcast< const State & >() ); in AssertInState()
66 BOOST_REQUIRE( theState.template state_downcast< const State * >() == 0 ); in AssertNotInState()
67 BOOST_REQUIRE_THROW( theState.template state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
/dports/databases/percona57-client/boost_1_59_0/libs/statechart/test/
H A DHistoryTest.cpp130 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
134 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
136 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
139 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const I & >() ); in test_main()
142 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
145 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const H & >() ); in test_main()
148 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
151 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
153 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
156 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
[all …]
H A DStateCastTest.cpp38 BOOST_REQUIRE( state_downcast< const State * >() != 0 ); in AssertInState()
39 BOOST_REQUIRE_NO_THROW( state_downcast< const State & >() ); in AssertInState()
47 BOOST_REQUIRE( state_downcast< const State * >() == 0 ); in AssertNotInState()
48 BOOST_REQUIRE_THROW( state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
57 BOOST_REQUIRE( theState.template state_downcast< const State * >() != 0 ); in AssertInState()
58 BOOST_REQUIRE_NO_THROW( theState.template state_downcast< const State & >() ); in AssertInState()
66 BOOST_REQUIRE( theState.template state_downcast< const State * >() == 0 ); in AssertNotInState()
67 BOOST_REQUIRE_THROW( theState.template state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
/dports/devel/boost-libs/boost_1_72_0/libs/statechart/test/
H A DHistoryTest.cpp130 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
134 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
136 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
139 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const I & >() ); in test_main()
142 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
145 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const H & >() ); in test_main()
148 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
151 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
153 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
156 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
[all …]
H A DStateCastTest.cpp38 BOOST_REQUIRE( state_downcast< const State * >() != 0 ); in AssertInState()
39 BOOST_REQUIRE_NO_THROW( state_downcast< const State & >() ); in AssertInState()
47 BOOST_REQUIRE( state_downcast< const State * >() == 0 ); in AssertNotInState()
48 BOOST_REQUIRE_THROW( state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
57 BOOST_REQUIRE( theState.template state_downcast< const State * >() != 0 ); in AssertInState()
58 BOOST_REQUIRE_NO_THROW( theState.template state_downcast< const State & >() ); in AssertInState()
66 BOOST_REQUIRE( theState.template state_downcast< const State * >() == 0 ); in AssertNotInState()
67 BOOST_REQUIRE_THROW( theState.template state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
/dports/devel/hyperscan/boost_1_75_0/libs/statechart/test/
H A DHistoryTest.cpp130 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
134 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
136 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const D & >() ); in test_main()
139 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const I & >() ); in test_main()
142 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
145 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const H & >() ); in test_main()
148 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
151 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
153 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const B & >() ); in test_main()
156 BOOST_REQUIRE_NO_THROW( pM->state_downcast< const F & >() ); in test_main()
[all …]
H A DStateCastTest.cpp38 BOOST_REQUIRE( state_downcast< const State * >() != 0 ); in AssertInState()
39 BOOST_REQUIRE_NO_THROW( state_downcast< const State & >() ); in AssertInState()
47 BOOST_REQUIRE( state_downcast< const State * >() == 0 ); in AssertNotInState()
48 BOOST_REQUIRE_THROW( state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
57 BOOST_REQUIRE( theState.template state_downcast< const State * >() != 0 ); in AssertInState()
58 BOOST_REQUIRE_NO_THROW( theState.template state_downcast< const State & >() ); in AssertInState()
66 BOOST_REQUIRE( theState.template state_downcast< const State * >() == 0 ); in AssertNotInState()
67 BOOST_REQUIRE_THROW( theState.template state_downcast< const State & >(), std::bad_cast ); in AssertNotInState()
/dports/devel/boost-docs/boost_1_72_0/libs/statechart/example/Keyboard/
H A DKeyboard.cpp93 if ( ( state_downcast< const NumLockOff * >() != 0 ) && in react()
94 ( state_downcast< const CapsLockOff * >() != 0 ) && in react()
95 ( state_downcast< const ScrollLockOff * >() != 0 ) ) in react()
/dports/devel/boost-python-libs/boost_1_72_0/libs/statechart/example/Keyboard/
H A DKeyboard.cpp93 if ( ( state_downcast< const NumLockOff * >() != 0 ) && in react()
94 ( state_downcast< const CapsLockOff * >() != 0 ) && in react()
95 ( state_downcast< const ScrollLockOff * >() != 0 ) ) in react()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/statechart/example/Keyboard/
H A DKeyboard.cpp93 if ( ( state_downcast< const NumLockOff * >() != 0 ) && in react()
94 ( state_downcast< const CapsLockOff * >() != 0 ) && in react()
95 ( state_downcast< const ScrollLockOff * >() != 0 ) ) in react()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/statechart/example/Keyboard/
H A DKeyboard.cpp93 if ( ( state_downcast< const NumLockOff * >() != 0 ) && in react()
94 ( state_downcast< const CapsLockOff * >() != 0 ) && in react()
95 ( state_downcast< const ScrollLockOff * >() != 0 ) ) in react()
/dports/databases/percona57-server/boost_1_59_0/libs/statechart/example/Keyboard/
H A DKeyboard.cpp93 if ( ( state_downcast< const NumLockOff * >() != 0 ) && in react()
94 ( state_downcast< const CapsLockOff * >() != 0 ) && in react()
95 ( state_downcast< const ScrollLockOff * >() != 0 ) ) in react()
/dports/databases/xtrabackup/boost_1_59_0/libs/statechart/example/Keyboard/
H A DKeyboard.cpp93 if ( ( state_downcast< const NumLockOff * >() != 0 ) && in react()
94 ( state_downcast< const CapsLockOff * >() != 0 ) && in react()
95 ( state_downcast< const ScrollLockOff * >() != 0 ) ) in react()
/dports/databases/percona57-client/boost_1_59_0/libs/statechart/example/Keyboard/
H A DKeyboard.cpp93 if ( ( state_downcast< const NumLockOff * >() != 0 ) && in react()
94 ( state_downcast< const CapsLockOff * >() != 0 ) && in react()
95 ( state_downcast< const ScrollLockOff * >() != 0 ) ) in react()

123