Searched refs:SlotMachine (Results 1 – 1 of 1) sorted by relevance
45 struct SlotMachine { struct255 fslot = SlotMachine{42}; in closure()257 SlotMachine* fslottarget = fslot.template target<SlotMachine>(); in closure()259 const SlotMachine* fslottargetconst = in closure()260 const_cast<const ClosureFunction&>(fslot).template target<SlotMachine>(); in closure()454 fslot = SlotMachine{42}; in binary_op()456 SlotMachine* fslottarget = fslot.template target<SlotMachine>(); in binary_op()458 const SlotMachine* fslottargetconst = in binary_op()459 const_cast<const BinaryOpFunction&>(fslot).template target<SlotMachine>(); in binary_op()
Completed in 8 milliseconds