Searched refs:get_annotation_id_constants (Results 1 – 5 of 5) sorted by relevance
46 const map<AnnotationId, string>& get_annotation_id_constants();
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()
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()
234 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()
51 const map<AnnotationId, string>& get_annotation_id_constants() { in get_annotation_id_constants() function