Home
last modified time | relevance | path

Searched refs:get_annotation_id_constants (Results 1 – 5 of 5) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
Dutils.h46 const map<AnnotationId, string>& get_annotation_id_constants();
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()
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()
Drust_writer.cpp234 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_rust_annotation_constants()
245 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_annotations()
Dutils.cpp51 const map<AnnotationId, string>& get_annotation_id_constants() { in get_annotation_id_constants() function