Home
last modified time | relevance | path

Searched refs:dummy_combiner (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/signals2/test/
Dsignal_test.cpp272 class dummy_combiner class
277 dummy_combiner(result_type return_value): _return_value(return_value) in dummy_combiner() function in dummy_combiner
291 typedef boost::signals2::signal<int (), dummy_combiner> signal_type; in test_set_combiner()
292 signal_type sig(dummy_combiner(0)); in test_set_combiner()
295 sig.set_combiner(dummy_combiner(1)); in test_set_combiner()
303 typedef boost::signals2::signal<int (), dummy_combiner> signal_type; in test_swap()
304 signal_type sig1(dummy_combiner(1)); in test_swap()
306 signal_type sig2(dummy_combiner(2)); in test_swap()
322 typedef boost::signals2::signal<int (), dummy_combiner> signal_type; in test_move()
323 signal_type sig1(dummy_combiner(1)); in test_move()
[all …]
Dsignal_n_test.cpp292 class dummy_combiner class
297 dummy_combiner(result_type return_value): _return_value(return_value) in dummy_combiner() function in dummy_combiner
311 typedef boost::signals2::signal0<int, dummy_combiner> signal_type; in test_set_combiner()
312 signal_type sig(dummy_combiner(0)); in test_set_combiner()
315 sig.set_combiner(dummy_combiner(1)); in test_set_combiner()
323 typedef boost::signals2::signal0<int, dummy_combiner> signal_type; in test_swap()
324 signal_type sig1(dummy_combiner(1)); in test_swap()
326 signal_type sig2(dummy_combiner(2)); in test_swap()