Searched refs:make_constant_name (Results 1 – 8 of 8) sorted by relevance
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()132 header = make_constant_name(header); in write_header_file()
35 string make_constant_name(const string& str) { in make_constant_name() function164 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()
43 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()
49 string make_constant_name(const string& str);
60 const string atomConstant = make_constant_name(atomDecl->name); in write_annotations()
21 string make_constant_name(const string& str);
40 make_constant_name(const string& str) in make_constant_name() function
83 << make_constant_name(value.name()) in write_enum()105 text << indent << "public static final long " << make_constant_name(field.name()) << " = 0x"; in write_field()