Home
last modified time | relevance | path

Searched refs:make_constant_name (Results 1 – 8 of 8) 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()
132 header = make_constant_name(header); in write_header_file()
/frameworks/base/tools/stats_log_api_gen/
Dutils.cpp35 string make_constant_name(const string& str) { in make_constant_name() function
164 string constant = make_constant_name((*atomIt)->name); in write_native_atom_constants()
254 string constant = make_constant_name((*atomIt)->name); in write_java_atom_codes()
281 make_constant_name((*atomIt)->message).c_str(), in write_java_enum_values()
282 make_constant_name(field->name).c_str(), in write_java_enum_values()
283 make_constant_name(value->second).c_str(), value->first); in write_java_enum_values()
Dnative_writer.cpp43 const string atomConstant = make_constant_name(atomDecl->name); in write_annotations()
316 make_constant_name((*atomIt)->message).c_str(), in write_stats_log_header()
317 make_constant_name(field->name).c_str(), in write_stats_log_header()
318 make_constant_name(value->second).c_str(), value->first); in write_stats_log_header()
Dutils.h49 string make_constant_name(const string& str);
Djava_writer.cpp60 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/
Dmain.cpp83 << make_constant_name(value.name()) in write_enum()
105 text << indent << "public static final long " << make_constant_name(field.name()) << " = 0x"; in write_field()