Lines Matching defs:SuffixAdded
357 EmitReadOutVariable("result.reply", SuffixAdded(ERR_CODE).c_str(), &errCode, stringBuilder,
362 "if (%s != 0) {\n", SuffixAdded(ERR_CODE).c_str());
366 "let %s = undefined;\n", SuffixAdded(
372 "let %s = undefined;\n", SuffixAdded(RETURN_VALUE).c_str());
375 stringBuilder.AppendFormat("%s", SuffixAdded(ERR_CODE).c_str());
378 stringBuilder.AppendFormat(", %s, ", SuffixAdded(RETURN_VALUE).c_str());
380 stringBuilder.AppendFormat(", %s", SuffixAdded(RETURN_VALUE).c_str());
392 SuffixAdded(methods_[methodIndex].parameters_[index].name_.c_str()).c_str());
416 EmitReadOutVariable(parcelName, SuffixAdded(RETURN_VALUE), returnType, stringBuilder,
420 stringBuilder.AppendFormat("%s", SuffixAdded(ERR_CODE).c_str());
423 stringBuilder.AppendFormat(", %s, ", SuffixAdded(RETURN_VALUE).c_str());
425 stringBuilder.AppendFormat(", %s", SuffixAdded(RETURN_VALUE).c_str());
435 SuffixAdded(methods_[methodIndex].parameters_[index].name_.c_str()).c_str());
460 std::string name = SuffixAdded(mp->name_);
565 EmitReadVariable("data", SuffixAdded(mp->name_), mt, ATTR_IN, stringBuilder, prefix + TAB);
578 stringBuilder.Append(SuffixAdded(mp->name_).c_str());
1148 const std::string TsCodeEmitter::SuffixAdded(const String& originName)