Home
last modified time | relevance | path

Searched defs:px (Results 1 – 25 of 3487) sorted by relevance

12345678910>>...140

/dports/devel/boost-docs/boost_1_72_0/libs/smart_ptr/test/
H A Dintrusive_ptr_test.cpp154 boost::intrusive_ptr<X> px; in default_constructor() local
161 boost::intrusive_ptr<X> px(0); in pointer_constructor() local
178 boost::intrusive_ptr<X> px(p); in pointer_constructor() local
208 boost::intrusive_ptr<X> px; in copy_constructor() local
530 boost::intrusive_ptr<X> px; in test() local
586 boost::intrusive_ptr<X> px; in test() local
608 boost::intrusive_ptr<X> px; in test() local
696 boost::intrusive_ptr<X> px; in test() local
734 boost::intrusive_ptr<X> px; in test() local
766 boost::intrusive_ptr<X> px; in test() local
[all …]
H A Dallocate_shared_esft_test.cpp44 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>() ); in main() local
66 boost::shared_ptr< X > px = boost::allocate_shared_noinit< X >( std::allocator<void>() ); in main() local
88 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1 ); in main() local
110 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
132 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
154 … boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4 ); in main() local
176 … boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
198 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6 … in main() local
220 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
242 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
[all …]
H A Dmake_shared_esft_test.cpp43 boost::shared_ptr< X > px = boost::make_shared< X >(); in main() local
66 boost::shared_ptr< X > px = boost::make_shared_noinit< X >(); in main() local
89 boost::shared_ptr< X > px = boost::make_shared< X >( 1 ); in main() local
112 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2 ); in main() local
135 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3 ); in main() local
158 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4 ); in main() local
181 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5 ); in main() local
204 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
227 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
250 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7, 8 ); in main() local
[all …]
H A Dallocate_local_shared_esft_test.cpp54 boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>() ); in main() local
76 … boost::shared_ptr< X > px = boost::allocate_local_shared_noinit< X >( std::allocator<void>() ); in main() local
98 boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1 ); in main() local
120 … boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
142 … boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
164 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4 … in main() local
186 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
208 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
230 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
252 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
[all …]
H A Dmake_local_shared_esft_test.cpp53 boost::shared_ptr< X > px = boost::make_local_shared< X >(); in main() local
76 boost::shared_ptr< X > px = boost::make_local_shared_noinit< X >(); in main() local
99 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1 ); in main() local
122 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2 ); in main() local
145 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3 ); in main() local
168 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4 ); in main() local
191 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5 ); in main() local
214 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
237 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
260 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6, 7, 8 ); in main() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dintrusive_ptr_test.cpp154 boost::intrusive_ptr<X> px; in default_constructor() local
161 boost::intrusive_ptr<X> px(0); in pointer_constructor() local
178 boost::intrusive_ptr<X> px(p); in pointer_constructor() local
208 boost::intrusive_ptr<X> px; in copy_constructor() local
530 boost::intrusive_ptr<X> px; in test() local
586 boost::intrusive_ptr<X> px; in test() local
608 boost::intrusive_ptr<X> px; in test() local
696 boost::intrusive_ptr<X> px; in test() local
734 boost::intrusive_ptr<X> px; in test() local
766 boost::intrusive_ptr<X> px; in test() local
[all …]
H A Dallocate_shared_esft_test.cpp44 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>() ); in main() local
66 boost::shared_ptr< X > px = boost::allocate_shared_noinit< X >( std::allocator<void>() ); in main() local
88 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1 ); in main() local
110 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
132 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
154 … boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4 ); in main() local
176 … boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
198 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6 … in main() local
220 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
242 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
[all …]
H A Dmake_shared_esft_test.cpp43 boost::shared_ptr< X > px = boost::make_shared< X >(); in main() local
66 boost::shared_ptr< X > px = boost::make_shared_noinit< X >(); in main() local
89 boost::shared_ptr< X > px = boost::make_shared< X >( 1 ); in main() local
112 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2 ); in main() local
135 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3 ); in main() local
158 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4 ); in main() local
181 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5 ); in main() local
204 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
227 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
250 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7, 8 ); in main() local
[all …]
H A Dallocate_local_shared_esft_test.cpp54 boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>() ); in main() local
76 … boost::shared_ptr< X > px = boost::allocate_local_shared_noinit< X >( std::allocator<void>() ); in main() local
98 boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1 ); in main() local
120 … boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
142 … boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
164 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4 … in main() local
186 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
208 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
230 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
252 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
[all …]
H A Dmake_local_shared_esft_test.cpp53 boost::shared_ptr< X > px = boost::make_local_shared< X >(); in main() local
76 boost::shared_ptr< X > px = boost::make_local_shared_noinit< X >(); in main() local
99 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1 ); in main() local
122 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2 ); in main() local
145 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3 ); in main() local
168 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4 ); in main() local
191 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5 ); in main() local
214 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
237 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
260 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6, 7, 8 ); in main() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dintrusive_ptr_test.cpp154 boost::intrusive_ptr<X> px; in default_constructor() local
161 boost::intrusive_ptr<X> px(0); in pointer_constructor() local
178 boost::intrusive_ptr<X> px(p); in pointer_constructor() local
208 boost::intrusive_ptr<X> px; in copy_constructor() local
530 boost::intrusive_ptr<X> px; in test() local
586 boost::intrusive_ptr<X> px; in test() local
608 boost::intrusive_ptr<X> px; in test() local
696 boost::intrusive_ptr<X> px; in test() local
734 boost::intrusive_ptr<X> px; in test() local
766 boost::intrusive_ptr<X> px; in test() local
[all …]
H A Dallocate_shared_esft_test.cpp44 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>() ); in main() local
66 boost::shared_ptr< X > px = boost::allocate_shared_noinit< X >( std::allocator<void>() ); in main() local
88 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1 ); in main() local
110 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
132 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
154 … boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4 ); in main() local
176 … boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
198 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6 … in main() local
220 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
242 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
[all …]
H A Dmake_shared_esft_test.cpp43 boost::shared_ptr< X > px = boost::make_shared< X >(); in main() local
66 boost::shared_ptr< X > px = boost::make_shared_noinit< X >(); in main() local
89 boost::shared_ptr< X > px = boost::make_shared< X >( 1 ); in main() local
112 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2 ); in main() local
135 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3 ); in main() local
158 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4 ); in main() local
181 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5 ); in main() local
204 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
227 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
250 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7, 8 ); in main() local
[all …]
H A Dallocate_local_shared_esft_test.cpp54 boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>() ); in main() local
76 … boost::shared_ptr< X > px = boost::allocate_local_shared_noinit< X >( std::allocator<void>() ); in main() local
98 boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1 ); in main() local
120 … boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
142 … boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
164 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4 … in main() local
186 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
208 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
230 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
252 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local
[all …]
H A Dmake_local_shared_esft_test.cpp53 boost::shared_ptr< X > px = boost::make_local_shared< X >(); in main() local
76 boost::shared_ptr< X > px = boost::make_local_shared_noinit< X >(); in main() local
99 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1 ); in main() local
122 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2 ); in main() local
145 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3 ); in main() local
168 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4 ); in main() local
191 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5 ); in main() local
214 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
237 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
260 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6, 7, 8 ); in main() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/smart_ptr/test/
H A Dintrusive_ptr_test.cpp154 boost::intrusive_ptr<X> px; in default_constructor() local
161 boost::intrusive_ptr<X> px(0); in pointer_constructor() local
178 boost::intrusive_ptr<X> px(p); in pointer_constructor() local
208 boost::intrusive_ptr<X> px; in copy_constructor() local
530 boost::intrusive_ptr<X> px; in test() local
586 boost::intrusive_ptr<X> px; in test() local
608 boost::intrusive_ptr<X> px; in test() local
696 boost::intrusive_ptr<X> px; in test() local
734 boost::intrusive_ptr<X> px; in test() local
766 boost::intrusive_ptr<X> px; in test() local
[all …]
H A Dallocate_shared_esft_test.cpp44 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>() ); in main() local
66 boost::shared_ptr< X > px = boost::allocate_shared_noinit< X >( std::allocator<void>() ); in main() local
88 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1 ); in main() local
110 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2 ); in main() local
132 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local
154 … boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4 ); in main() local
176 … boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5 ); in main() local
198 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6 … in main() local
220 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
242 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local
[all …]
H A Dmake_shared_esft_test.cpp43 boost::shared_ptr< X > px = boost::make_shared< X >(); in main() local
66 boost::shared_ptr< X > px = boost::make_shared_noinit< X >(); in main() local
89 boost::shared_ptr< X > px = boost::make_shared< X >( 1 ); in main() local
112 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2 ); in main() local
135 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3 ); in main() local
158 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4 ); in main() local
181 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5 ); in main() local
204 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
227 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
250 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7, 8 ); in main() local
[all …]
H A Dmake_local_shared_esft_test.cpp53 boost::shared_ptr< X > px = boost::make_local_shared< X >(); in main() local
76 boost::shared_ptr< X > px = boost::make_local_shared_noinit< X >(); in main() local
99 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1 ); in main() local
122 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2 ); in main() local
145 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3 ); in main() local
168 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4 ); in main() local
191 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5 ); in main() local
214 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local
237 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local
260 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6, 7, 8 ); in main() local
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/smart_ptr/test/
H A Dintrusive_ptr_test.cpp154 boost::intrusive_ptr<X> px; in default_constructor() local
161 boost::intrusive_ptr<X> px(0); in pointer_constructor() local
208 boost::intrusive_ptr<X> px; in copy_constructor() local
333 boost::intrusive_ptr<X> px; in test() local
389 boost::intrusive_ptr<X> px; in test() local
411 boost::intrusive_ptr<X> px; in test() local
499 boost::intrusive_ptr<X> px; in test() local
537 boost::intrusive_ptr<X> px; in test() local
569 boost::intrusive_ptr<X> px; in test() local
586 boost::intrusive_ptr<X> px; in test() local
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/smart_ptr/test/
H A Dintrusive_ptr_test.cpp154 boost::intrusive_ptr<X> px; in default_constructor() local
161 boost::intrusive_ptr<X> px(0); in pointer_constructor() local
208 boost::intrusive_ptr<X> px; in copy_constructor() local
333 boost::intrusive_ptr<X> px; in test() local
389 boost::intrusive_ptr<X> px; in test() local
411 boost::intrusive_ptr<X> px; in test() local
499 boost::intrusive_ptr<X> px; in test() local
537 boost::intrusive_ptr<X> px; in test() local
569 boost::intrusive_ptr<X> px; in test() local
586 boost::intrusive_ptr<X> px; in test() local
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/smart_ptr/test/
H A Dintrusive_ptr_test.cpp154 boost::intrusive_ptr<X> px; in default_constructor() local
161 boost::intrusive_ptr<X> px(0); in pointer_constructor() local
208 boost::intrusive_ptr<X> px; in copy_constructor() local
333 boost::intrusive_ptr<X> px; in test() local
389 boost::intrusive_ptr<X> px; in test() local
411 boost::intrusive_ptr<X> px; in test() local
499 boost::intrusive_ptr<X> px; in test() local
537 boost::intrusive_ptr<X> px; in test() local
569 boost::intrusive_ptr<X> px; in test() local
586 boost::intrusive_ptr<X> px; in test() local
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/smart_ptr/test/
H A Dintrusive_ptr_test.cpp154 boost::intrusive_ptr<X> px; in default_constructor() local
161 boost::intrusive_ptr<X> px(0); in pointer_constructor() local
208 boost::intrusive_ptr<X> px; in copy_constructor() local
333 boost::intrusive_ptr<X> px; in test() local
389 boost::intrusive_ptr<X> px; in test() local
411 boost::intrusive_ptr<X> px; in test() local
499 boost::intrusive_ptr<X> px; in test() local
537 boost::intrusive_ptr<X> px; in test() local
569 boost::intrusive_ptr<X> px; in test() local
586 boost::intrusive_ptr<X> px; in test() local
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/smart_ptr/test/
H A Dintrusive_ptr_test.cpp154 boost::intrusive_ptr<X> px; in default_constructor() local
161 boost::intrusive_ptr<X> px(0); in pointer_constructor() local
208 boost::intrusive_ptr<X> px; in copy_constructor() local
333 boost::intrusive_ptr<X> px; in test() local
389 boost::intrusive_ptr<X> px; in test() local
411 boost::intrusive_ptr<X> px; in test() local
499 boost::intrusive_ptr<X> px; in test() local
537 boost::intrusive_ptr<X> px; in test() local
569 boost::intrusive_ptr<X> px; in test() local
586 boost::intrusive_ptr<X> px; in test() local
[all …]
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dfontmacro.h18 #define FONT2(pf,px,pt) pf #px "-" #pt "-*-*-*-*-*-*" // "iso10646-1" argument
21 #define FONT(px,pt) FONT2("-misc-dejavu sans-medium-r-normal--", px, *) argument
22 #define BOLDFONT(px,pt) FONT2("-misc-dejavu sans-bold-r-normal--", px, *) argument
27 #define FONT(px,pt) FONT2("-adobe-helvetica-medium-r-normal--", px, pt) argument
28 #define BOLDFONT(px,pt) FONT2("-adobe-helvetica-bold-r-normal--", px, pt) argument
29 #define TTFONT(px,pt) FONT2("-adobe-courier-medium-r-normal--", px, pt) argument
30 #define BOLDTTFONT(px,pt) FONT2("-adobe-courier-bold-r-normal--", px, pt) argument
33 #define FONT(px,pt) FONT2("-b&h-lucida-medium-r-normal-*-", px, pt) argument
34 #define BOLDFONT(px,pt) FONT2("-b&h-lucida-bold-r-normal-*-", px, pt) argument
39 #define FONT(px,pt) FONT2("-misc-droid sans-medium-r-normal--", px, *) argument
[all …]

12345678910>>...140