Searched refs:SortedIntSet (Results 1 – 1 of 1) sorted by relevance
57 using SortedIntSet = std::set<int, std::function<bool(int, int)>>; typedef1182 std::unordered_map<AnnotatedSpan::Source, SortedIntSet> in ResolveConflict()1193 SortedIntSet* chosen_indices_for_source_ptr = nullptr; in ResolveConflict()1223 SortedIntSet new_set([&candidates](int a, int b) { in ResolveConflict()