/third_party/boost/libs/contract/test/constructor/ |
D | throwing_body.cpp | 19 #define BASES private boost::contract::constructor_precondition<c> macro 20 : BASES 22 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 23 #undef BASES 46 #define BASES private boost::contract::constructor_precondition<b>, public c macro 47 : BASES 49 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 50 #undef BASES 71 #define BASES private boost::contract::constructor_precondition<a>, public b macro 72 : BASES [all …]
|
D | throwing_post.cpp | 19 #define BASES private boost::contract::constructor_precondition<c> macro 20 : BASES 22 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 23 #undef BASES 46 #define BASES private boost::contract::constructor_precondition<b>, public c macro 47 : BASES 49 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 50 #undef BASES 73 #define BASES private boost::contract::constructor_precondition<a>, public b macro 74 : BASES [all …]
|
D | throwing_old.cpp | 19 #define BASES private boost::contract::constructor_precondition<c> macro 20 : BASES 22 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 23 #undef BASES 46 #define BASES private boost::contract::constructor_precondition<b>, public c macro 47 : BASES 49 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 50 #undef BASES 73 #define BASES private boost::contract::constructor_precondition<a>, public b macro 74 : BASES [all …]
|
D | throwing_pre.cpp | 19 #define BASES private boost::contract::constructor_precondition<c> macro 20 : BASES 22 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 23 #undef BASES 46 #define BASES private boost::contract::constructor_precondition<b>, public c macro 47 : BASES 49 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 50 #undef BASES 71 #define BASES private boost::contract::constructor_precondition<a>, public b macro 72 : BASES [all …]
|
D | decl.hpp | 71 #define BASES \ macro 74 #define BASES public c 76 : BASES 78 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 79 #undef BASES 123 #define BASES \ macro 126 #define BASES public b 128 : BASES 130 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 131 #undef BASES
|
D | access.cpp | 19 #define BASES private boost::contract::constructor_precondition<b> macro 20 : BASES 24 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 25 #undef BASES 43 #define BASES private boost::contract::constructor_precondition<a>, public b macro 44 : BASES 49 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 50 #undef BASES
|
D | smoke.cpp | 25 #define BASES private boost::contract::constructor_precondition<t<Id> > macro 26 : BASES 28 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 29 #undef BASES 86 #define BASES private boost::contract::constructor_precondition<c>, \ macro 88 : BASES 90 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 91 #undef BASES 147 #define BASES private boost::contract::constructor_precondition<b> macro 148 : BASES [all …]
|
/third_party/boost/libs/contract/test/public_function/ |
D | virtual_sparse.cpp | 57 #define BASES public j macro 58 : BASES 60 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 61 #undef BASES 82 #define BASES public virtual i macro 83 : BASES 85 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 86 #undef BASES 107 #define BASES public k, virtual public i macro 108 : BASES [all …]
|
D | decl.hpp | 68 #define BASES public c macro 69 : BASES 71 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 72 #undef BASES 116 #define BASES public b macro 117 : BASES 119 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 120 #undef BASES
|
D | throwing_old.cpp | 46 #define BASES public c macro 47 : BASES 49 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 50 #undef BASES 77 #define BASES public b macro 78 : BASES 80 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 81 #undef BASES
|
D | throwing_pre.cpp | 43 #define BASES public c macro 44 : BASES 46 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 47 #undef BASES 71 #define BASES public b macro 72 : BASES 74 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 75 #undef BASES
|
D | throwing_post.cpp | 46 #define BASES public c macro 47 : BASES 49 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 50 #undef BASES 77 #define BASES public b macro 78 : BASES 80 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 81 #undef BASES
|
D | override.hpp | 23 #define BASES public b macro 24 : BASES 26 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 27 #undef BASES
|
D | protected_error.cpp | 24 #define BASES public b macro 25 : BASES 27 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 28 #undef BASES
|
D | max_bases.cpp | 36 #define BASES \ macro 39 : BASES 41 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 42 #undef BASES
|
/third_party/boost/libs/contract/example/mitchell02/ |
D | observer_main.cpp | 17 #define BASES public subject macro 18 : BASES 22 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; // Subcontracting. 23 #undef BASES 59 #define BASES public observer macro 60 : BASES 64 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; // Subcontracting. 65 #undef BASES
|
D | courier.cpp | 33 #define BASES private boost::contract::constructor_precondition<courier> macro 34 : BASES 38 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 39 #undef BASES 118 #define BASES private boost::contract::constructor_precondition< \ macro 120 : BASES 124 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; // Subcontracting. 125 #undef BASES
|
D | counter_main.cpp | 16 #define BASES public observer macro 17 : BASES 21 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 22 #undef BASES
|
/third_party/boost/libs/contract/test/destructor/ |
D | decl.hpp | 63 #define BASES public c macro 64 : BASES 66 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 67 #undef BASES 106 #define BASES public b macro 107 : BASES 109 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 110 #undef BASES
|
D | throwing_body.cpp | 37 #define BASES public c macro 38 : BASES 40 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 41 #undef BASES 58 #define BASES public b macro 59 : BASES 61 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 62 #undef BASES
|
D | throwing_post.cpp | 37 #define BASES public c macro 38 : BASES 40 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 41 #undef BASES 60 #define BASES public b macro 61 : BASES 63 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 64 #undef BASES
|
D | throwing_old.cpp | 37 #define BASES public c macro 38 : BASES 40 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 41 #undef BASES 60 #define BASES public b macro 61 : BASES 63 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 64 #undef BASES
|
/third_party/boost/libs/contract/test/result/ |
D | mixed_optional.hpp | 71 #define BASES public d macro 72 : BASES 74 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 75 #undef BASES 107 #define BASES public c macro 108 : BASES 110 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 111 #undef BASES 143 #define BASES public b macro 144 : BASES [all …]
|
D | type_mismatch_error.cpp | 27 #define BASES public b macro 28 : BASES 30 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 31 #undef BASES
|
/third_party/boost/libs/contract/example/mitchell02/counter/ |
D | counter.hpp | 15 #define BASES public subject macro 16 : BASES 20 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types; 21 #undef BASES
|