Home
last modified time | relevance | path

Searched defs:macro (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_emitter.cpp249 std::string macro = StringHelper::StrToUpper(StringHelper::Replace(name, '.', '_')) + "_H"; in MacroName() local
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp176 std::string macro = StringHelper::StrToUpper(StringHelper::Replace(name, '.', '_')) + "_H"; in MacroName() local
/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.cpp1550 String macro = name.Replace('.', '_').ToUpperCase() + "_H"; in MacroName() local

Completed in 6 milliseconds