Home
last modified time | relevance | path

Searched refs:cIt1 (Results 1 – 1 of 1) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info_test.cc1763 auto cIt1 = classes.find(TypeReference(dex1, dex::TypeIndex(i))); in TEST_F() local
1764 ASSERT_TRUE(cIt1 != classes.end()); in TEST_F()
1765 ASSERT_EQ(cIt1->second.GetFlags(), 0); in TEST_F()
1766 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1829 auto cIt1 = classes.find(TypeReference(dex1, dex::TypeIndex(i))); in TEST_F() local
1830 ASSERT_TRUE(cIt1 != classes.end()); in TEST_F()
1831 ASSERT_EQ(cIt1->second.GetFlags(), 0); 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()