Home
last modified time | relevance | path

Searched refs:make_constant_name (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tools/streaming_proto/cpp/
Dmain.cpp29 << make_constant_name(value.name()) in write_enum()
34 string name = make_constant_name(enu.name()); in write_enum()
44 text << indent << INDENT << make_constant_name(enu.value(i).name()) << "," << endl; in write_enum()
65 text << indent << "const uint64_t " << make_constant_name(field.name()) << " = 0x"; in write_field()
113 … text << indented << INDENT << make_constant_name(message.field(i).name()) << "," << endl; in write_message()
131 header = make_constant_name(header); in write_header_file()
/frameworks/proto_logging/stats/stats_log_api_gen/
Dutils.cpp143 string make_constant_name(const string& str) { in make_constant_name() function
322 const string constant = make_constant_name((*atomIt)->name); in write_native_atom_constants()
358 make_constant_name((*atomIt)->message).c_str(), in write_native_atom_enums()
359 make_constant_name(field->name).c_str(), in write_native_atom_enums()
360 make_constant_name(value->second).c_str(), value->first); in write_native_atom_enums()
453 const string constant = make_constant_name((*atomIt)->name); in write_java_atom_codes()
480 make_constant_name((*atomIt)->message).c_str(), in write_java_enum_values()
481 make_constant_name(field->name).c_str(), in write_java_enum_values()
482 make_constant_name(value->second).c_str(), value->first); in write_java_enum_values()
Djava_writer_vendor.cpp74 const string atomConstant = make_constant_name(atomDecl->name); in write_value_annotations_array_init()
96 const string atomConstant = make_constant_name(atomDecl->name); in write_annotations_vendor_for_field()
361 make_constant_name(full_enum_type_name).c_str(), in write_java_enum_values_vendor()
362 make_constant_name(value->second).c_str(), value->first); in write_java_enum_values_vendor()
Dutils.h67 string make_constant_name(const string& str);
Dnative_writer_vendor.cpp85 const string atomConstant = make_constant_name(atomDecl->name); in write_native_annotations_vendor_for_field()
350 fprintf(out, " %s = %d", make_constant_name(value->second).c_str(), in write_stats_log_header_vendor()
Djava_writer.cpp86 const string atomConstant = make_constant_name(atomDecl->name); in write_annotations()
Dnative_writer.cpp52 const string atomConstant = make_constant_name(atomDecl->name); in write_annotations()
/frameworks/base/tools/streaming_proto/
Dstring_utils.h21 string make_constant_name(const string& str);
Dstring_utils.cpp40 make_constant_name(const string& str) in make_constant_name() function
/frameworks/base/tools/streaming_proto/java/
Djava_proto_stream_code_generator.cpp111 text << indent << "public static final int " << make_constant_name(value.name()) << " = " in write_enum()
131 text << indent << "public static final long " << make_constant_name(field.name()) << " = 0x"; in write_field()