Searched refs:file_to_sql (Results 1 – 3 of 3) sorted by relevance
50 for (const auto& file_to_sql : in GetChromeStdlib() local53 base::ReplaceChars(file_to_sql.path, "/", ".", &include_key); in GetChromeStdlib()58 file_to_sql.sql); in GetChromeStdlib()
338 for (const auto& file_to_sql : stdlib::kFileToSql) { in GetStdlibPackages() local339 std::string module_name = sql_modules::GetIncludeKey(file_to_sql.path); in GetStdlibPackages()342 .first->push_back({module_name, file_to_sql.sql}); in GetStdlibPackages()519 for (const auto& file_to_sql : sql_metrics::kFileToSql) { in TraceProcessorImpl() local520 if (base::StartsWithAny(file_to_sql.path, sanitized_extension_paths)) in TraceProcessorImpl()522 RegisterMetric(file_to_sql.path, file_to_sql.sql); in TraceProcessorImpl()