Searched refs:expectedAnnotations1 (Results 1 – 1 of 1) sorted by relevance
1754 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F() local1761 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1766 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1820 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F() local1827 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1832 ASSERT_EQ(sort(cIt1->second.GetAnnotations()).size(), expectedAnnotations1.size()); in TEST_F()1833 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()