Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.h35 extern string ComponentTypeToString(int component_type);
DVtsCompilerUtils.cpp63 string ComponentTypeToString(int component_type) { in ComponentTypeToString() function
/test/vts/compilation_tools/vtsc/code_gen/driver/
DDriverCodeGenBase.cpp58 ComponentTypeToString(message.component_type()) + "_" + version; in GenerateHeaderFile()