Home
last modified time | relevance | path

Searched refs:NotSafe (Results 1 – 14 of 14) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/libs/callable_traits/test/
H A Dadd_transaction_safe.cpp18 template<typename Safe, typename NotSafe>
21 CT_ASSERT(std::is_same<Safe, TRAIT(add_transaction_safe, NotSafe)>::value); in test()
24 CT_ASSERT(!std::is_same<Safe, NotSafe>::value); in test()
H A Dis_transaction_safe.cpp11 template<typename Safe, typename NotSafe>
16 || std::is_same<Safe, NotSafe>::value); in test()
17 CT_ASSERT(! is_transaction_safe<NotSafe>::value); in test()
H A Dremove_transaction_safe.cpp11 template<typename Safe, typename NotSafe>
14 CT_ASSERT(std::is_same<NotSafe, TRAIT(remove_transaction_safe, Safe)>::value); in test()
18 CT_ASSERT(!std::is_same<Safe, NotSafe>::value); in test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/callable_traits/test/
H A Dis_transaction_safe.cpp11 template<typename Safe, typename NotSafe>
16 || std::is_same<Safe, NotSafe>::value); in test()
17 CT_ASSERT(! is_transaction_safe<NotSafe>::value); in test()
H A Dadd_transaction_safe.cpp18 template<typename Safe, typename NotSafe>
21 CT_ASSERT(std::is_same<Safe, TRAIT(add_transaction_safe, NotSafe)>::value); in test()
24 CT_ASSERT(!std::is_same<Safe, NotSafe>::value); in test()
H A Dremove_transaction_safe.cpp11 template<typename Safe, typename NotSafe>
14 CT_ASSERT(std::is_same<NotSafe, TRAIT(remove_transaction_safe, Safe)>::value); in test()
18 CT_ASSERT(!std::is_same<Safe, NotSafe>::value); in test()
/dports/devel/boost-libs/boost_1_72_0/libs/callable_traits/test/
H A Dadd_transaction_safe.cpp18 template<typename Safe, typename NotSafe>
21 CT_ASSERT(std::is_same<Safe, TRAIT(add_transaction_safe, NotSafe)>::value); in test()
24 CT_ASSERT(!std::is_same<Safe, NotSafe>::value); in test()
H A Dis_transaction_safe.cpp11 template<typename Safe, typename NotSafe>
16 || std::is_same<Safe, NotSafe>::value); in test()
17 CT_ASSERT(! is_transaction_safe<NotSafe>::value); in test()
H A Dremove_transaction_safe.cpp11 template<typename Safe, typename NotSafe>
14 CT_ASSERT(std::is_same<NotSafe, TRAIT(remove_transaction_safe, Safe)>::value); in test()
18 CT_ASSERT(!std::is_same<Safe, NotSafe>::value); in test()
/dports/devel/hyperscan/boost_1_75_0/libs/callable_traits/test/
H A Dis_transaction_safe.cpp11 template<typename Safe, typename NotSafe>
16 || std::is_same<Safe, NotSafe>::value); in test()
17 CT_ASSERT(! is_transaction_safe<NotSafe>::value); in test()
H A Dadd_transaction_safe.cpp18 template<typename Safe, typename NotSafe>
21 CT_ASSERT(std::is_same<Safe, TRAIT(add_transaction_safe, NotSafe)>::value); in test()
24 CT_ASSERT(!std::is_same<Safe, NotSafe>::value); in test()
H A Dremove_transaction_safe.cpp11 template<typename Safe, typename NotSafe>
14 CT_ASSERT(std::is_same<NotSafe, TRAIT(remove_transaction_safe, Safe)>::value); in test()
18 CT_ASSERT(!std::is_same<Safe, NotSafe>::value); in test()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DGuest.h67 NotSafe = 30, // "I'm not going on X - it isn't safe" enumerator
H A DGuest.cpp2028 InsertNewThought(PeepThoughtType::NotSafe, ride->id); in ShouldGoOnRide()