Searched refs:make_camel_case_name (Results 1 – 1 of 1) sorted by relevance
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | rust_writer.cpp | 64 static string make_camel_case_name(const string& str) { in make_camel_case_name() function 152 fprintf(out, ": %s,%s", make_camel_case_name(atomField.name).c_str(), separator); in write_rust_method_signature() 184 const string constant = make_camel_case_name(atomDecl->name); in write_rust_atom_constants() 212 fprintf(out, " pub enum %s {\n", make_camel_case_name(field.name).c_str()); in write_rust_atom_constant_values() 215 fprintf(out, " %s = %d,\n", make_camel_case_name(value->second).c_str(), in write_rust_atom_constant_values() 239 fprintf(out, " %s = %hhu,\n", make_camel_case_name(annotation.name).c_str(), id); in write_rust_annotation_constants() 270 make_camel_case_name(annotationConstant).c_str(), in write_annotations() 278 make_camel_case_name(annotationConstant).c_str(), in write_annotations() 298 make_camel_case_name(annotationConstant).c_str(), defaultState); in write_annotations() 318 make_camel_case_name(atomDecl.name).c_str()); in write_rust_method_body() [all …]
|