Searched refs:pointerName (Results 1 – 1 of 1) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast_interface_type.cpp | 122 std::string pointerName = "sptr"; in EmitCppType() local 124 pointerName = "std::shared_ptr"; in EmitCppType() 128 …return StringHelper::Format("%s<%s>", pointerName.c_str(), GetNameWithNamespace(namespace_, name_)… in EmitCppType() 131 … "const %s<%s>&", pointerName.c_str(), GetNameWithNamespace(namespace_, name_).c_str()); in EmitCppType() 134 "%s<%s>&", pointerName.c_str(), GetNameWithNamespace(namespace_, name_).c_str()); in EmitCppType() 136 …return StringHelper::Format("%s<%s>", pointerName.c_str(), GetNameWithNamespace(namespace_, name_)… in EmitCppType()
|