Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hc-gen/src/
Ddecompile_gen.cpp96 std::stringstream outStr; in PrintBaseType() local
103 outStr << "0x" << std::uppercase << std::hex << astObj->IntegerValue(); in PrintBaseType()
104 WriteFile(outStr.str()); in PrintBaseType()
107 outStr << "\"" << astObj->StringValue() << "\""; in PrintBaseType()
108 WriteFile(outStr.str()); in PrintBaseType()