Home
last modified time | relevance | path

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

123

/third_party/boost/libs/contract/test/constructor/
Dthrowing_body.cpp19 #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 …]
Dthrowing_post.cpp19 #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 …]
Dthrowing_old.cpp19 #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 …]
Dthrowing_pre.cpp19 #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 …]
Ddecl.hpp71 #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
Daccess.cpp19 #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
Dsmoke.cpp25 #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/
Dvirtual_sparse.cpp57 #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 …]
Ddecl.hpp68 #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
Dthrowing_old.cpp46 #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
Dthrowing_pre.cpp43 #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
Dthrowing_post.cpp46 #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
Doverride.hpp23 #define BASES public b macro
24 : BASES
26 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types;
27 #undef BASES
Dprotected_error.cpp24 #define BASES public b macro
25 : BASES
27 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types;
28 #undef BASES
Dmax_bases.cpp36 #define BASES \ macro
39 : BASES
41 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types;
42 #undef BASES
/third_party/boost/libs/contract/example/mitchell02/
Dobserver_main.cpp17 #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
Dcourier.cpp33 #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
Dcounter_main.cpp16 #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/
Ddecl.hpp63 #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
Dthrowing_body.cpp37 #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
Dthrowing_post.cpp37 #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
Dthrowing_old.cpp37 #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/
Dmixed_optional.hpp71 #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 …]
Dtype_mismatch_error.cpp27 #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/
Dcounter.hpp15 #define BASES public subject macro
16 : BASES
20 typedef BOOST_CONTRACT_BASE_TYPES(BASES) base_types;
21 #undef BASES

123