Searched refs:make_camel_case_name (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/ |
H A D | rust_writer.cpp | 57 static string make_camel_case_name(const string& str) { in make_camel_case_name() function 147 fprintf(out, ": %s,%s", make_camel_case_name(atomField.name).c_str(), in write_rust_method_signature() 189 string constant = make_camel_case_name(atomDecl->name); in write_rust_atom_constants() 220 make_camel_case_name(value->second).c_str(), value->first); in write_rust_atom_constant_values() 242 fprintf(out, " %s = %hhu,\n", make_camel_case_name(name).c_str(), id); in write_rust_annotation_constants() 269 make_camel_case_name(annotationConstant).c_str(), in write_annotations() 276 make_camel_case_name(annotationConstant).c_str(), in write_annotations() 296 make_camel_case_name(annotationConstant).c_str(), in write_annotations() 317 make_camel_case_name(atomDecl.name).c_str()); in write_rust_method_body() 482 make_camel_case_name(atomDecl->name).c_str()); in write_rust_struct() [all …]
|