Searched refs:condition_count_ (Results 1 – 2 of 2) sorted by relevance
245 size_t other_size = other.condition_count_; in Merge()247 while (other_size > condition_count_) { in Merge()251 while (condition_count_ > other_size) { in Merge()253 condition_count_--; in Merge()259 DCHECK(condition_count_ > 0); in Merge()260 condition_count_--; in Merge()278 ControlPathConditions(new_head, condition_count_ + 1); in AddCondition()297 if (condition_count_ != other.condition_count_) return false; in operator ==()
57 : head_(head), condition_count_(condition_count) {} in NON_EXPORTED_BASE()62 size_t condition_count_; in NON_EXPORTED_BASE() local