Searched refs:str_values (Results 1 – 1 of 1) sorted by relevance
81 std::vector<std::string> str_values; in Set() local82 str_values.reserve(value_param.size()); in Set()84 str_values.push_back(v.ToLegacyConfigString()); in Set()87 …ty_type, std::move(section_param), std::move(property_param), common::StringJoin(str_values, " ")); in Set()