Searched refs:struct_field_name (Results 1 – 2 of 2) sorted by relevance
115 std::string struct_field_name = arg_name + "_" + struct_field.name(); in GenerateProfilerForStructVariable() local116 out << "auto *" << struct_field_name in GenerateProfilerForStructVariable()119 GenerateProfilerForTypedVariable(out, struct_field, struct_field_name, in GenerateProfilerForStructVariable()
874 string struct_field_name = arg_name + "." + struct_field.name(); in GenerateDriverImplForTypedVariable() local878 struct_field_name, in GenerateDriverImplForTypedVariable()1519 string struct_field_name = result_msg + "_" + struct_field.name(); in GenerateSetResultCodeForTypedVariable() local1520 out << "auto *" << struct_field_name << " = " << result_msg in GenerateSetResultCodeForTypedVariable()1523 out, struct_field, struct_field_name, in GenerateSetResultCodeForTypedVariable()1526 out << struct_field_name << "->set_name(\"" in GenerateSetResultCodeForTypedVariable()