Home
last modified time | relevance | path

Searched refs:ANNOTATION_ID_CONSTANTS (Results 1 – 4 of 4) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
Djava_writer.cpp46 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_java_annotation_constants() local
48 for (const auto& [id, name] : ANNOTATION_ID_CONSTANTS) { in write_java_annotation_constants()
52 for (const auto& [id, name] : ANNOTATION_ID_CONSTANTS) { in write_java_annotation_constants()
59 for (const auto& [id, name] : ANNOTATION_ID_CONSTANTS) { in write_java_annotation_constants()
75 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_annotations() local
83 const string& annotationConstant = ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_annotations()
106 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_annotations()
Dnative_writer.cpp27 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_native_annotation_constants() local
28 for (const auto& [id, name] : ANNOTATION_ID_CONSTANTS) { in write_native_annotation_constants()
44 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_annotations() local
53 const string& annotationConstant = ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_annotations()
79 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_annotations()
Drust_writer.cpp240 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_rust_annotation_constants() local
241 for (const auto& [id, name] : ANNOTATION_ID_CONSTANTS) { in write_rust_annotation_constants()
251 const map<AnnotationId, string>& ANNOTATION_ID_CONSTANTS = get_annotation_id_constants(); in write_annotations() local
259 const string& annotationConstant = ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_annotations()
285 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_annotations()
Dutils.cpp52 static const map<AnnotationId, string>* ANNOTATION_ID_CONSTANTS = in get_annotation_id_constants()
62 return *ANNOTATION_ID_CONSTANTS; in get_annotation_id_constants()