Searched refs:readCatalog (Results 1 – 4 of 4) sorted by relevance
25 ASSERT_TRUE(readCatalog("./catalog/", metrics)); in TEST()
33 bool readCatalog(const char* path, std::map<std::string, ExpressMetric>& metrics);
61 if (!readCatalog(FLAGS_configDir.c_str(), metrics)) { in run()
100 bool readCatalog(const char* configDir, map<string, ExpressMetric>& metrics) { in readCatalog() function