Lines Matching refs:perf_context_copy
723 PerfContext perf_context_copy(*get_perf_context()); in TEST_F() local
725 1, (*(perf_context_copy.level_to_perf_context))[5].bloom_filter_useful); in TEST_F()
729 1, (*(perf_context_copy.level_to_perf_context))[5].bloom_filter_useful); in TEST_F()
730 perf_context_copy.ClearPerLevelPerfContext(); in TEST_F()
731 perf_context_copy.Reset(); in TEST_F()
762 PerfContext perf_context_copy(*get_perf_context()); in TEST_F() local
763 ASSERT_EQ(1, (*(perf_context_copy.level_to_perf_context))[0] in TEST_F()
767 1, (*(perf_context_copy.level_to_perf_context))[5].bloom_filter_useful); in TEST_F()
769 1, (*(perf_context_copy.level_to_perf_context))[0].block_cache_hit_count); in TEST_F()
770 perf_context_copy.ClearPerLevelPerfContext(); in TEST_F()
771 perf_context_copy.Reset(); in TEST_F()