Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hc-gen/src/
Dtext_gen.cpp288 … ofs_ << TAB << "const " << TypeToStr(array->ArrayType()) << "* " << term->Name() << ";\n"; in GenTermDefinition()
291 … ofs_ << TAB << TypeToStr(array->ArrayType()) << " " << term->Name() << "[" << std::dec in GenTermDefinition()
301 ofs_ << TAB << TypeToStr(value->Type()) << " " << term->Name() << ";\n"; in GenTermDefinition()
327 const std::string &TextGen::TypeToStr(uint32_t type) in TypeToStr() function in TextGen
668 ofs_ << "static const " << TypeToStr(array->ArrayType()) << ' ' << arrayName << '[' << std::dec in ArrayVariablesDeclareGen()
Dtext_gen.h58 static const std::string &TypeToStr(uint32_t type);