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()
875 string struct_field_name = arg_name + "." + struct_field.name(); in GenerateDriverImplForTypedVariable() local879 struct_field_name, in GenerateDriverImplForTypedVariable()1520 string struct_field_name = result_msg + "_" + struct_field.name(); in GenerateSetResultCodeForTypedVariable() local1521 out << "auto *" << struct_field_name << " = " << result_msg in GenerateSetResultCodeForTypedVariable()1524 out, struct_field, struct_field_name, in GenerateSetResultCodeForTypedVariable()1527 out << struct_field_name << "->set_name(\"" in GenerateSetResultCodeForTypedVariable()