Home | History | Annotate | Download | only in driver

Lines Matching refs:union_field_name

960           string union_field_name = arg_name + "." + union_field.name();
963 GenerateDriverImplForTypedVariable(out, union_field, union_field_name,
1568 string union_field_name = result_msg + "_" + union_field.name();
1569 out << "auto *" << union_field_name << " = " << result_msg
1572 out, union_field, union_field_name,