Home
last modified time | relevance | path

Searched refs:indent3 (Results 1 – 2 of 2) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
Dnative_writer_vendor.cpp77 const char* indent3 = " "; in write_native_annotations_vendor_for_field() local
110 get_restriction_category_str(annotation->value.intValue), indent3); in write_native_annotations_vendor_for_field()
115 annotation->value.intValue, indent3); in write_native_annotations_vendor_for_field()
122 annotation->value.boolValue, indent3); in write_native_annotations_vendor_for_field()
133 write_native_vendor_annotation_int(out, annotationConstant.name, defaultState, indent3); in write_native_annotations_vendor_for_field()
141 fprintf(out, "%sAnnotationSet field%dAnnotations;\n", indent3, valueIndex); in write_native_annotations_vendor_for_field()
142 fprintf(out, "%sfield%dAnnotations.valueIndex = %d;\n", indent3, valueIndex, in write_native_annotations_vendor_for_field()
144 fprintf(out, "%sfield%dAnnotations.annotations = std::move(annotations);\n", indent3, in write_native_annotations_vendor_for_field()
146 fprintf(out, "%sfieldsAnnotations.push_back(std::move(field%dAnnotations));\n", indent3, in write_native_annotations_vendor_for_field()
Djava_writer_vendor.cpp90 const char* indent3 = " "; in write_annotations_vendor_for_field() local
171 fprintf(out, "%sAnnotationSet field%dAnnotations = new AnnotationSet();\n", indent3, in write_annotations_vendor_for_field()
173 fprintf(out, "%sfield%dAnnotations.valueIndex = %d;\n", indent3, valueIndex, in write_annotations_vendor_for_field()
175 fprintf(out, "%sfield%dAnnotations.annotations = annotations;\n", indent3, valueIndex); in write_annotations_vendor_for_field()
176 fprintf(out, "%sfieldsAnnotations.add(field%dAnnotations);\n", indent3, valueIndex); in write_annotations_vendor_for_field()