Home
last modified time | relevance | path

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

/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/
H A DCollation.h53 enum AnnotationId : uint8_t { enum
105 const AnnotationId annotationId;
110 inline Annotation(AnnotationId annotationId, int atomId, AnnotationType type, in Annotation()
H A Dutils.h46 const map<AnnotationId, string>& get_annotation_id_constants();
H A Dutils.cpp51 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 Djava_writer.cpp46 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 Dnative_writer.cpp27 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 Drust_writer.cpp240 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 DCollation.cpp155 const AnnotationId annotationId, in addAnnotationToAtomDecl()