Searched refs:sorted_attributes (Results 1 – 1 of 1) sorted by relevance
3665 std::vector<std::pair<string, string>> sorted_attributes( in FrontendAttributesToString() local3667 absl::c_sort(sorted_attributes); in FrontendAttributesToString()3675 absl::StrJoin(sorted_attributes, ",", formatter)); in FrontendAttributesToString()