Searched refs:str_values (Results 1 – 2 of 2) 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()
448 std::vector<std::string> str_values; in Array() local450 str_values.push_back(v->value_); in Array()452 return new AidlConstantValue(location, Type::ARRAY, std::move(values), Join(str_values, ", ")); in Array()