Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalHidlCodeGen.cpp735 int union_index = 0; in GenerateDriverImplForAttribute() local
737 out << "if (var_msg.union_value(" << union_index << ").name() == \"" in GenerateDriverImplForAttribute()
743 "var_msg.union_value(" + std::to_string(union_index) + ")"); in GenerateDriverImplForAttribute()
744 union_index++; in GenerateDriverImplForAttribute()
894 int union_index = 0; in GenerateDriverImplForTypedVariable() local
898 + std::to_string(union_index) + ")"; in GenerateDriverImplForTypedVariable()
901 union_index++; in GenerateDriverImplForTypedVariable()