Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp115 std::string struct_field_name = arg_name + "_" + struct_field.name(); in GenerateProfilerForStructVariable() local
116 out << "auto *" << struct_field_name in GenerateProfilerForStructVariable()
119 GenerateProfilerForTypedVariable(out, struct_field, struct_field_name, in GenerateProfilerForStructVariable()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalHidlCodeGen.cpp874 string struct_field_name = arg_name + "." + struct_field.name(); in GenerateDriverImplForTypedVariable() local
878 struct_field_name, in GenerateDriverImplForTypedVariable()
1519 string struct_field_name = result_msg + "_" + struct_field.name(); in GenerateSetResultCodeForTypedVariable() local
1520 out << "auto *" << struct_field_name << " = " << result_msg in GenerateSetResultCodeForTypedVariable()
1523 out, struct_field, struct_field_name, in GenerateSetResultCodeForTypedVariable()
1526 out << struct_field_name << "->set_name(\"" in GenerateSetResultCodeForTypedVariable()