Searched refs:BenchmarkMap (Results 1 – 1 of 1) sorted by relevance
29 typedef std::map<std::string, ::testing::Benchmark*> BenchmarkMap; typedef30 typedef BenchmarkMap::iterator BenchmarkMapIt;32 BenchmarkMap& gBenchmarks() { in gBenchmarks()33 static BenchmarkMap g_benchmarks; in gBenchmarks()