Searched refs:make_constant_name (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tools/streaming_proto/cpp/ |
D | main.cpp | 29 << 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/ |
D | utils.cpp | 143 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()
|
D | java_writer_vendor.cpp | 74 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()
|
D | utils.h | 67 string make_constant_name(const string& str);
|
D | native_writer_vendor.cpp | 85 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()
|
D | java_writer.cpp | 86 const string atomConstant = make_constant_name(atomDecl->name); in write_annotations()
|
D | native_writer.cpp | 52 const string atomConstant = make_constant_name(atomDecl->name); in write_annotations()
|
/frameworks/base/tools/streaming_proto/ |
D | string_utils.h | 21 string make_constant_name(const string& str);
|
D | string_utils.cpp | 40 make_constant_name(const string& str) in make_constant_name() function
|
/frameworks/base/tools/streaming_proto/java/ |
D | java_proto_stream_code_generator.cpp | 111 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()
|