Lines Matching refs:ProfileSampleAnnotation

303   class ProfileSampleAnnotation {
305 explicit ProfileSampleAnnotation(const std::string& package_name) : in ProfileSampleAnnotation() function
310 bool operator==(const ProfileSampleAnnotation& other) const;
312 bool operator<(const ProfileSampleAnnotation& other) const {
318 static const ProfileSampleAnnotation kNone;
339 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
350 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
364 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
376 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
453 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
461 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
471 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
491 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
510 static ProfileSampleAnnotation GetAnnotationFromKey(const std::string& augmented_key);
538 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
694 const ProfileSampleAnnotation& annotation) { in GetOrAddDexFileData()
716 const ProfileSampleAnnotation& annotation) const;
937 const ProfileSampleAnnotation& annotation);
992 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& GetAnnotations() const { in GetAnnotations()
1009 std::list<ProfileCompilationInfo::ProfileSampleAnnotation> annotations_;