Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/stats_log_api_gen/
Djava_writer.cpp53 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_java_annotation_constants() local
55 for (const auto& [id, annotation] : ANNOTATION_ID_CONSTANTS) { in write_java_annotation_constants()
83 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_annotations() local
93 ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_annotations()
124 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_annotations()
Dnative_writer.cpp30 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_native_annotation_constants() local
32 for (const auto& [id, annotation] : ANNOTATION_ID_CONSTANTS) { in write_native_annotation_constants()
48 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_annotations() local
59 ANNOTATION_ID_CONSTANTS.at(annotation->annotationId).name; in write_annotations()
91 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET).name; in write_annotations()
Drust_writer.cpp236 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_rust_annotation_constants() local
238 for (const auto& [id, annotation] : ANNOTATION_ID_CONSTANTS) { in write_rust_annotation_constants()
248 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_annotations() local
258 ANNOTATION_ID_CONSTANTS.at(annotation->annotationId).name; in write_annotations()
287 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET).name; in write_annotations()
Dnative_writer_vendor.cpp81 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_native_annotations_vendor_for_field() local
99 ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_native_annotations_vendor_for_field()
131 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_native_annotations_vendor_for_field()
Dutils.cpp64 static const map<AnnotationId, AnnotationStruct>* ANNOTATION_ID_CONSTANTS = in get_annotation_id_constants()
103 return *ANNOTATION_ID_CONSTANTS; in get_annotation_id_constants()