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()
895 string union_field_name = arg_name + "." + union_field.name(); in GenerateDriverImplForTypedVariable() local898 GenerateDriverImplForTypedVariable(out, union_field, union_field_name, in GenerateDriverImplForTypedVariable()1542 string union_field_name = result_msg + "_" + union_field.name(); in GenerateSetResultCodeForTypedVariable() local1543 out << "auto *" << union_field_name << " = " << result_msg in GenerateSetResultCodeForTypedVariable()1546 out, union_field, union_field_name, in GenerateSetResultCodeForTypedVariable()1549 out << union_field_name << "->set_name(\"" << union_field.name() in GenerateSetResultCodeForTypedVariable()