Searched refs:sources_list (Results 1 – 1 of 1) sorted by relevance
122 const std::vector<Value>& sources_list = sources.list_value(); in Apply() local123 for (size_t i = 0; i < sources_list.size(); i++) { in Apply()124 if (!sources_list[i].VerifyTypeIs(Value::STRING, err)) in Apply()127 ApplyString(sources_list[i].string_value(), &string_output); in Apply()