Searched refs:IsBigKnown (Results 1 – 1 of 1) sorted by relevance
769 log::assert_that(!IsBigKnown(big_id), "Invalid big - already exists: {}", in create_big()787 log::assert_that(IsBigKnown(big_id), "No such big: {}", big_id); in terminate_big()892 bool IsBigKnown(uint8_t big_id) const { in IsBigKnown() function