Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/stats_log_api_gen/
Dnative_writer_vendor.cpp88 if (argIndex == ATOM_ID_FIELD_NUMBER) { in write_native_annotations_vendor_for_field()
137 if (argIndex == ATOM_ID_FIELD_NUMBER) { in write_native_annotations_vendor_for_field()
252 get_annotations(ATOM_ID_FIELD_NUMBER, fieldNumberToAtomDeclSet); in write_native_create_vendor_atom_methods()
255 write_native_annotations_vendor_for_field(out, ATOM_ID_FIELD_NUMBER, atomAnnotations); in write_native_create_vendor_atom_methods()
Djava_writer.cpp145 write_annotations(out, ATOM_ID_FIELD_NUMBER, fieldNumberToAtomDeclSet); in write_method_body()
227 const auto fieldNumberToAtomDeclSetIt = fieldNumberToAtomDeclSet.find(ATOM_ID_FIELD_NUMBER); in write_requires_api_annotation()
335 const auto fieldNumberToAtomDeclSetIt = fieldNumberToAtomDeclSet.find(ATOM_ID_FIELD_NUMBER); in get_max_requires_api_level()
Djava_writer_vendor.cpp166 if (argIndex == ATOM_ID_FIELD_NUMBER) { in write_annotations_vendor_for_field()
260 get_annotations(ATOM_ID_FIELD_NUMBER, fieldNumberToAtomDeclSet); in write_method_body_vendor()
263 write_annotations_vendor_for_field(out, ATOM_ID_FIELD_NUMBER, atomAnnotations); in write_method_body_vendor()
Dnative_writer.cpp107 write_annotations(out, ATOM_ID_FIELD_NUMBER, fieldNumberToAtomDeclSet, "AStatsEvent_", in write_native_method_body()
228 fieldNumberToAtomDeclSet.find(ATOM_ID_FIELD_NUMBER); in write_native_stats_write_methods()
295 write_annotations(out, ATOM_ID_FIELD_NUMBER, fieldNumberToAtomDeclSet, "event.", "", in write_native_stats_write_methods()
Dtest_collation.cpp628 const AtomDeclSet* atomDeclSet = &fieldNumberToAtomDeclSet[ATOM_ID_FIELD_NUMBER]; in TEST_P()
639 const AnnotationSet* annotationSet = &fieldNumberToAnnotations[ATOM_ID_FIELD_NUMBER]; in TEST_P()
702 annotationSet = &fieldNumberToAnnotations[ATOM_ID_FIELD_NUMBER]; in TEST_P()
721 annotationSet = &fieldNumberToAnnotations[ATOM_ID_FIELD_NUMBER]; in TEST_P()
734 annotationSet = &fieldNumberToAnnotations[ATOM_ID_FIELD_NUMBER]; in TEST_P()
DCollation.h75 const int ATOM_ID_FIELD_NUMBER = -1; variable
DCollation.cpp606 addAnnotationToAtomDecl(*atomDecl, ATOM_ID_FIELD_NUMBER, ANNOTATION_ID_TRUNCATE_TIMESTAMP, in collate_from_field_descriptor()
623 addAnnotationToAtomDecl(*atomDecl, ATOM_ID_FIELD_NUMBER, ANNOTATION_ID_RESTRICTION_CATEGORY, in collate_from_field_descriptor()
Drust_writer.cpp319 write_annotations(out, ATOM_ID_FIELD_NUMBER, atomDecl, "AStatsEvent_", "__event, "); in write_rust_method_body()