Lines Matching refs:ProfileSampleAnnotation

263   class ProfileSampleAnnotation {
265 explicit ProfileSampleAnnotation(const std::string& package_name) : in ProfileSampleAnnotation() function
270 bool operator==(const ProfileSampleAnnotation& other) const {
274 bool operator<(const ProfileSampleAnnotation& other) const {
280 static const ProfileSampleAnnotation kNone;
307 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const {
316 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
329 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone,
359 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
375 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
386 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
407 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone,
420 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) {
529 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
547 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
590 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
594 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone) const;
613 static ProfileSampleAnnotation GetAnnotationFromKey(const std::string& augmented_key);
637 const ProfileSampleAnnotation& annotation = ProfileSampleAnnotation::kNone);
955 const ProfileSampleAnnotation& annotation) { in GetOrAddDexFileData()
974 const ProfileSampleAnnotation& annotation) const;
1054 const ProfileSampleAnnotation& annotation);
1102 const std::list<ProfileCompilationInfo::ProfileSampleAnnotation>& GetAnnotations() const { in GetAnnotations()
1119 std::list<ProfileCompilationInfo::ProfileSampleAnnotation> annotations_;