Searched refs:ATOM_ID_FIELD_NUMBER (Results 1 – 8 of 8) sorted by relevance
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | native_writer_vendor.cpp | 88 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()
|
D | java_writer.cpp | 145 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()
|
D | java_writer_vendor.cpp | 166 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()
|
D | native_writer.cpp | 107 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()
|
D | test_collation.cpp | 628 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()
|
D | Collation.h | 75 const int ATOM_ID_FIELD_NUMBER = -1; variable
|
D | Collation.cpp | 606 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()
|
D | rust_writer.cpp | 319 write_annotations(out, ATOM_ID_FIELD_NUMBER, atomDecl, "AStatsEvent_", "__event, "); in write_rust_method_body()
|