Searched refs:this_sorted (Results 1 – 1 of 1) sorted by relevance
896 std::vector<Entry*> this_sorted = ToPointerVec(entries); in MergeWith() local897 std::sort(this_sorted.begin(), this_sorted.end(), KeyNameComparator); in MergeWith()902 auto this_iter = this_sorted.begin(); in MergeWith()903 const auto this_end = this_sorted.end(); in MergeWith()