Searched refs:other_slot (Results 1 – 3 of 3) sorted by relevance
91 …_SIGNATURE_TEMPLATE_INSTANTIATION(BOOST_SIGNALS2_NUM_ARGS, Other), OtherSlotFunction> &other_slot):92 slot_base(other_slot), _slot_function(other_slot._slot_function)97 …LS2_SLOT_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS)(const slot<Signature, OtherSlotFunction> &other_slot):98 slot_base(other_slot), _slot_function(other_slot._slot_function)
90 boost::signals2::slot<int (double)> other_slot(&myfunc, boost::cref(*shorty.get()), _1); in BOOST_AUTO_TEST_CASE() local91 other_slot.track(shorty); in BOOST_AUTO_TEST_CASE()92 connection = s1.connect(sig_type::slot_type(other_slot, 0.5).track(other_slot)); in BOOST_AUTO_TEST_CASE()
374 int other_slot = GPIR_INSTR_SLOT_STORE0 + (component ^ 1); in gpir_instr_remove_store() local398 if (!instr->slots[other_slot]) in gpir_instr_remove_store()