Searched refs:has_process_totals (Results 1 – 4 of 4) sorted by relevance
34 ASSERT_TRUE(pmd_before->has_process_totals()); in TEST()35 ASSERT_TRUE(pmd_after->has_process_totals()); in TEST()
157 bool has_process_totals() const { return has_process_totals_; } in has_process_totals() function
41 ASSERT_FALSE(pmd1->has_process_totals()); in TEST()
173 DCHECK(!other->has_process_totals() && !other->has_process_mmaps()); in TakeAllDumpsFrom()