Home
last modified time | relevance | path

Searched refs:union_field_name (Results 1 – 2 of 2) sorted by relevance

/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp137 std::string union_field_name = arg_name + "_" + union_field.name(); in GenerateProfilerForUnionVariable() local
138 out << "auto *" << union_field_name << " = " << arg_name in GenerateProfilerForUnionVariable()
140 GenerateProfilerForTypedVariable(out, union_field, union_field_name, in GenerateProfilerForUnionVariable()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalHidlCodeGen.cpp895 string union_field_name = arg_name + "." + union_field.name(); in GenerateDriverImplForTypedVariable() local
898 GenerateDriverImplForTypedVariable(out, union_field, union_field_name, in GenerateDriverImplForTypedVariable()
1542 string union_field_name = result_msg + "_" + union_field.name(); in GenerateSetResultCodeForTypedVariable() local
1543 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()