Searched refs:IsBigKnown (Results 1 – 1 of 1) sorted by relevance
562 LOG_ASSERT(!IsBigKnown(big_id)) << "Invalid big - already exists"; in create_big()573 LOG_ASSERT(IsBigKnown(big_id)) << "No such big"; in terminate_big()684 bool IsBigKnown(uint8_t big_id) const { in IsBigKnown() function