Lines Matching refs:stat
357 for (auto& stat : stats_map) { in TEST_F() local
358 if (stat.second != 0) { in TEST_F()
377 for (auto& stat : stats_map) { in TEST_F() local
378 if (stat.second != 0) { in TEST_F()
440 for (const auto& stat : stats_map) { in TEST_F() local
441 if (sample.compare(stat.first) == 0) { in TEST_F()
442 recovered_value += stat.second; in TEST_F()
456 for (const auto& stat : stats_map) { in TEST_F() local
457 if (sample.compare(stat.first) == 0) { in TEST_F()
458 new_recovered_value += stat.second; in TEST_F()
502 for (const auto& stat : stats_map) { in TEST_F() local
503 if (sample.compare(stat.first) == 0) { in TEST_F()
504 num_write_wal += stat.second; in TEST_F()
539 for (const auto& stat : stats_map) { in TEST_F() local
540 if (sample.compare(stat.first) == 0) { in TEST_F()
541 num_write_wal += stat.second; in TEST_F()