Searched refs:file_to_sql (Results 1 – 2 of 2) sorted by relevance
51 for (const auto& file_to_sql : in GetChromeStdlib() local54 base::ReplaceChars(file_to_sql.path, "/", ".", &include_key); in GetChromeStdlib()59 file_to_sql.sql); in GetChromeStdlib()
336 for (const auto& file_to_sql : stdlib::kFileToSql) { in GetStdlibPackages() local337 std::string module_name = sql_modules::GetIncludeKey(file_to_sql.path); in GetStdlibPackages()340 .first->push_back({module_name, file_to_sql.sql}); in GetStdlibPackages()514 for (const auto& file_to_sql : sql_metrics::kFileToSql) { in TraceProcessorImpl() local515 if (base::StartsWithAny(file_to_sql.path, sanitized_extension_paths)) in TraceProcessorImpl()517 RegisterMetric(file_to_sql.path, file_to_sql.sql); in TraceProcessorImpl()