Searched refs:dependStubName (Results 1 – 2 of 2) sorted by relevance
115 std::string dependStubName = StringHelper::StartWith(dependInterface, 'I') ? in EmitInterfaceImports() local118 …sb.AppendFormat("import %s from \"./%s\";\n", dependStubName.c_str(), FileName(dependStubName).c_s… in EmitInterfaceImports()
78 String dependStubName = dependInterface.StartsWith("I") ? in EmitInterfaceImports() local80 stringBuilder.AppendFormat("import %s from \"./%s\";\n", dependStubName.string(), in EmitInterfaceImports()81 FileName(dependStubName).string()); in EmitInterfaceImports()