Searched refs:expectedAnnotations1 (Results 1 – 1 of 1) sorted by relevance
1921 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F() local1928 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1933 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1987 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F() local1994 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1999 ASSERT_EQ(sort(cIt1->second.GetAnnotations()).size(), expectedAnnotations1.size()); in TEST_F()2000 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()