Home
last modified time | relevance | path

Searched refs:other_slot (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/signals2/detail/
Dslot_template.hpp91 …_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)
/third_party/boost/libs/signals2/test/
Dtrack_test.cpp90 boost::signals2::slot<int (double)> other_slot(&myfunc, boost::cref(*shorty.get()), _1); in BOOST_AUTO_TEST_CASE() local
91 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()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dinstr.c374 int other_slot = GPIR_INSTR_SLOT_STORE0 + (component ^ 1); in gpir_instr_remove_store() local
398 if (!instr->slots[other_slot]) in gpir_instr_remove_store()