Searched defs:BlockIsDead (Results 1 – 9 of 9) sorted by relevance
35 bool DeadBlockFacts::BlockIsDead(uint32_t block_id) const { in BlockIsDead() function in spvtools::fuzz::fact_manager::DeadBlockFacts
204 bool FactManager::BlockIsDead(uint32_t block_id) const { in BlockIsDead() function in spvtools::fuzz::FactManager
25 TEST(DeadBlockFactsTest, BlockIsDead) { in TEST() argument