Searched refs:ANNOTATION_ID_CONSTANTS (Results 1 – 5 of 5) sorted by relevance
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | java_writer.cpp | 53 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()
|
D | native_writer.cpp | 30 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()
|
D | rust_writer.cpp | 236 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()
|
D | native_writer_vendor.cpp | 81 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()
|
D | utils.cpp | 64 static const map<AnnotationId, AnnotationStruct>* ANNOTATION_ID_CONSTANTS = in get_annotation_id_constants() 103 return *ANNOTATION_ID_CONSTANTS; in get_annotation_id_constants()
|