Home
last modified time | relevance | path

Searched refs:ANNOTATION_ID_TRIGGER_STATE_RESET (Results 1 – 8 of 8) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
Djava_writer_vendor.cpp107 if (ANNOTATION_ID_TRIGGER_STATE_RESET == annotation->annotationId) { in write_annotations_vendor_for_field()
122 (ANNOTATION_ID_TRIGGER_STATE_RESET != annotation->annotationId && in write_annotations_vendor_for_field()
145 } else if (ANNOTATION_ID_TRIGGER_STATE_RESET != annotation->annotationId && in write_annotations_vendor_for_field()
161 annotationIdConstants.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_annotations_vendor_for_field()
Dnative_writer_vendor.cpp102 if (ANNOTATION_ID_TRIGGER_STATE_RESET == 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()
Djava_writer.cpp97 if (ANNOTATION_ID_TRIGGER_STATE_RESET == annotation->annotationId) { in write_annotations()
124 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_annotations()
DCollation.h61 ANNOTATION_ID_TRIGGER_STATE_RESET = 7, enumerator
Dnative_writer.cpp62 if (ANNOTATION_ID_TRIGGER_STATE_RESET == annotation->annotationId) { in write_annotations()
91 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET).name; in write_annotations()
Drust_writer.cpp261 if (ANNOTATION_ID_TRIGGER_STATE_RESET == annotation->annotationId) { in write_annotations()
287 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET).name; in write_annotations()
DCollation.cpp330 addAnnotationToAtomDecl(atomDecl, fieldNumber, ANNOTATION_ID_TRIGGER_STATE_RESET, in collate_field_annotations()
Dutils.cpp77 {ANNOTATION_ID_TRIGGER_STATE_RESET, in get_annotation_id_constants()