Searched refs:TypeToStr (Results 1 – 2 of 2) sorted by relevance
288 … 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 TextGen668 ofs_ << "static const " << TypeToStr(array->ArrayType()) << ' ' << arrayName << '[' << std::dec in ArrayVariablesDeclareGen()
58 static const std::string &TypeToStr(uint32_t type);