Searched refs:union_field_name (Results 1 – 2 of 2) sorted by relevance
137 std::string union_field_name = arg_name + "_" + union_field.name(); in GenerateProfilerForUnionVariable() local138 out << "auto *" << union_field_name << " = " << arg_name in GenerateProfilerForUnionVariable()140 GenerateProfilerForTypedVariable(out, union_field, union_field_name, in GenerateProfilerForUnionVariable()
896 string union_field_name = arg_name + "." + union_field.name(); in GenerateDriverImplForTypedVariable() local899 GenerateDriverImplForTypedVariable(out, union_field, union_field_name, in GenerateDriverImplForTypedVariable()1543 string union_field_name = result_msg + "_" + union_field.name(); in GenerateSetResultCodeForTypedVariable() local1544 out << "auto *" << union_field_name << " = " << result_msg in GenerateSetResultCodeForTypedVariable()1547 out, union_field, union_field_name, in GenerateSetResultCodeForTypedVariable()1550 out << union_field_name << "->set_name(\"" << union_field.name() in GenerateSetResultCodeForTypedVariable()