Searched refs:expectedAnnotations1 (Results 1 – 1 of 1) sorted by relevance
1847 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F() local1854 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1859 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1913 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F() local1920 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1925 ASSERT_EQ(sort(cIt1->second.GetAnnotations()).size(), expectedAnnotations1.size()); in TEST_F()1926 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()