Searched refs:GetAnnotations (Results 1 – 4 of 4) sorted by relevance
74 for (const auto& it : metadata.GetAnnotations()) { in GetPackageUseString()78 return metadata.GetAnnotations().empty() in GetPackageUseString()155 float item_percent = metadata.GetAnnotations().size() / static_cast<float>(max_aggregation_count); in IncludeItemInProfile()156 for (const auto& annotIt : metadata.GetAnnotations()) { in IncludeItemInProfile()
1928 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1933 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()1938 ASSERT_EQ(sort(mIt2->second.GetAnnotations()), expectedAnnotations2); in TEST_F()1994 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()2005 ASSERT_EQ(sort(mIt2->second.GetAnnotations()), expectedAnnotations2); in TEST_F()
1102 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& GetAnnotations() const { in GetAnnotations() function
3107 otherData.GetAnnotations(); in MergeData()3123 otherData.GetAnnotations(); in MergeData()