Home
last modified time | relevance | path

Searched defs:myslot (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/signals2/example/
Ddoc_view_acm_deconstruct.cpp65 slot_type myslot(&TextView::refresh, view); in adl_postconstruct() local
95 slot_type myslot(&HexView::refresh, view); in adl_postconstruct() local
Ddoc_view_acm.cpp62 slot_type myslot(&TextView::refresh, new_view.get()); in create() local
89 slot_type myslot(&HexView::refresh, new_view.get()); in create() local
/third_party/boost/libs/signals2/test/
Dslot_compile_test.cpp16 void myslot() in myslot() function
Dinvocation_benchmark.cpp18 void myslot() in myslot() function
Dsignal_n_test.cpp260 slot_type myslot(fp); in test_extended_slot() local
272 slot_type myslot(fp, _1, 0); in test_extended_slot() local
285 slot_type myslot(fp); in test_extended_slot() local
Dsignal_test.cpp193 slot_type myslot(fp); in test_extended_slot() local
205 slot_type myslot(fp, _1, 0); in test_extended_slot() local
218 slot_type myslot(fp); in test_extended_slot() local
Dthreading_models_test.cpp38 void myslot() in myslot() function
Dconnection_test.cpp19 void myslot() in myslot() function