Searched refs:has_guaranteed_top_ (Results 1 – 1 of 1) sorted by relevance
173 if (has_guaranteed_top_) { in ExtractMin()174 has_guaranteed_top_ = false; in ExtractMin()186 bool IsEmpty() { return this->num_elements_ == 0 && !has_guaranteed_top_; } in IsEmpty()189 assert(!has_guaranteed_top_); in InsertGuaranteedTop()190 has_guaranteed_top_ = true; in InsertGuaranteedTop()197 has_guaranteed_top_ = false; in Reset()202 bool has_guaranteed_top_ = false; variable