Searched refs:use_tiebreaker_for_sort_only_ (Results 1 – 2 of 2) sorted by relevance
734 use_tiebreaker_for_sort_only_(false) {} in Comparator()742 use_tiebreaker_for_sort_only_ = false; in Clear()865 if (tiebreaker_ && !use_tiebreaker_for_sort_only_) in Equivalent()898 if (tiebreaker_ && !use_tiebreaker_for_sort_only_) in Acceptable()914 if (use_tiebreaker_for_sort_only_) { in SetTiebreaker()921 DCHECK(!use_tiebreaker_for_sort_only_); in SetTiebreaker()934 use_tiebreaker_for_sort_only_ = true; in SetSubgroupTiebreaker()1036 if (tiebreaker_ && !use_tiebreaker_for_sort_only_) { in WriteSortGrouping()
460 bool use_tiebreaker_for_sort_only_; variable