Searched refs:AnnotationId (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/ |
H A D | Collation.h | 53 enum AnnotationId : uint8_t { enum 105 const AnnotationId annotationId; 110 inline Annotation(AnnotationId annotationId, int atomId, AnnotationType type, in Annotation()
|
H A D | utils.h | 46 const map<AnnotationId, string>& get_annotation_id_constants();
|
H A D | utils.cpp | 51 const map<AnnotationId, string>& get_annotation_id_constants() { in get_annotation_id_constants() 52 static const map<AnnotationId, string>* ANNOTATION_ID_CONSTANTS = in get_annotation_id_constants() 53 new map<AnnotationId, string>{ in get_annotation_id_constants()
|
H A D | java_writer.cpp | 46 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_java_annotation_constants() 75 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_annotations()
|
H A D | native_writer.cpp | 27 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_native_annotation_constants() 44 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_annotations()
|
H A D | rust_writer.cpp | 240 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_rust_annotation_constants() 251 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_annotations()
|
H A D | Collation.cpp | 155 const AnnotationId annotationId, in addAnnotationToAtomDecl()
|