Searched refs:ANNOTATION_ID_CONSTANTS (Results 1 – 3 of 3) sorted by relevance
45 for (const auto& [id, name] : ANNOTATION_ID_CONSTANTS) { in write_java_annotation_constants()66 const string& annotationConstant = ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_annotations()89 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_annotations()
27 for (const auto& [id, name] : ANNOTATION_ID_CONSTANTS) { in write_native_annotation_constants()49 const string& annotationConstant = ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_annotations()75 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_annotations()
40 const map<AnnotationId, string> ANNOTATION_ID_CONSTANTS = { variable