Searched refs:BoxedDiceChain (Results 1 – 2 of 2) sorted by relevance
11 struct BoxedDiceChain;32 DiceChain(std::unique_ptr<BoxedDiceChain> chain, size_t size) noexcept;34 std::unique_ptr<BoxedDiceChain> chain_;
9 struct BoxedDiceChain { struct16 DiceChain::DiceChain(std::unique_ptr<BoxedDiceChain> chain, size_t size) noexcept in DiceChain()39 BoxedDiceChain boxedChain = { std::move(res.chain) }; in Verify()40 auto diceChain = std::make_unique<BoxedDiceChain>(std::move(boxedChain)); in Verify()