Searched refs:GetDeadBlocks (Results 1 – 6 of 6) sorted by relevance
42 const std::unordered_set<uint32_t>& GetDeadBlocks() const;
39 const std::unordered_set<uint32_t>& DeadBlockFacts::GetDeadBlocks() const { in GetDeadBlocks() function in spvtools::fuzz::fact_manager::DeadBlockFacts
111 for (uint32_t block_id : dead_block_facts.GetDeadBlocks()) { in GetIrrelevantIds()