Home
last modified time | relevance | path

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

/dports/devel/ice37/ice-3.7.2/cpp/src/Slice/
H A DPythonUtil.cpp828 const string contextParamName = getEscapedParamName(*oli, "context"); in visitClassDefStart() local
829 _out << ", " << contextParamName << "=None):"; in visitClassDefStart()
836 _out << "), " << contextParamName << "))"; in visitClassDefStart()
849 _out << ", " << contextParamName << "=None):"; in visitClassDefStart()
856 _out << "), " << contextParamName << "))"; in visitClassDefStart()
866 _out << ", _response=None, _ex=None, _sent=None, " << contextParamName << "=None):"; in visitClassDefStart()
873 _out << "), _response, _ex, _sent, " << contextParamName << "))"; in visitClassDefStart()
2759 const string contextParamName = getEscapedParamName(op, "context"); in writeDocstring() local
2760 _out << nl << contextParamName << " -- The request context for the invocation."; in writeDocstring()
H A DRubyUtil.cpp423 const string contextParamName = getEscapedParamName(*oli, "context"); in visitClassDefStart() local
424 _out << contextParamName << "=nil)"; in visitClassDefStart()
427 _out << "], " << contextParamName << ")"; in visitClassDefStart()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Slice/
H A DPythonUtil.cpp828 const string contextParamName = getEscapedParamName(*oli, "context"); in visitClassDefStart() local
829 _out << ", " << contextParamName << "=None):"; in visitClassDefStart()
836 _out << "), " << contextParamName << "))"; in visitClassDefStart()
849 _out << ", " << contextParamName << "=None):"; in visitClassDefStart()
856 _out << "), " << contextParamName << "))"; in visitClassDefStart()
866 _out << ", _response=None, _ex=None, _sent=None, " << contextParamName << "=None):"; in visitClassDefStart()
873 _out << "), _response, _ex, _sent, " << contextParamName << "))"; in visitClassDefStart()
2759 const string contextParamName = getEscapedParamName(op, "context"); in writeDocstring() local
2760 _out << nl << contextParamName << " -- The request context for the invocation."; in writeDocstring()
H A DRubyUtil.cpp423 const string contextParamName = getEscapedParamName(*oli, "context"); in visitClassDefStart() local
424 _out << contextParamName << "=nil)"; in visitClassDefStart()
427 _out << "], " << contextParamName << ")"; in visitClassDefStart()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Slice/
H A DPythonUtil.cpp828 const string contextParamName = getEscapedParamName(*oli, "context"); in visitClassDefStart() local
829 _out << ", " << contextParamName << "=None):"; in visitClassDefStart()
836 _out << "), " << contextParamName << "))"; in visitClassDefStart()
849 _out << ", " << contextParamName << "=None):"; in visitClassDefStart()
856 _out << "), " << contextParamName << "))"; in visitClassDefStart()
866 _out << ", _response=None, _ex=None, _sent=None, " << contextParamName << "=None):"; in visitClassDefStart()
873 _out << "), _response, _ex, _sent, " << contextParamName << "))"; in visitClassDefStart()
2759 const string contextParamName = getEscapedParamName(op, "context"); in writeDocstring() local
2760 _out << nl << contextParamName << " -- The request context for the invocation."; in writeDocstring()
H A DRubyUtil.cpp423 const string contextParamName = getEscapedParamName(*oli, "context"); in visitClassDefStart() local
424 _out << contextParamName << "=nil)"; in visitClassDefStart()
427 _out << "], " << contextParamName << ")"; in visitClassDefStart()
/dports/devel/ice37/ice-3.7.2/cpp/src/slice2java/
H A DGenCompat.cpp561 string contextParamName = "context"; in getParamsAsyncLambda() local
572 contextParamName = getEscapedParamName(op, contextParamName); in getParamsAsyncLambda()
582 params.push_back("java.util.Map<String, String> " + contextParamName); in getParamsAsyncLambda()
611 const string contextParamName = getEscapedParamName(op, "context"); in getArgsAsyncLambda() local
617 args.push_back(context ? contextParamName : "null"); in getArgsAsyncLambda()
5116 const string contextParamName = getEscapedParamName(op, "context"); in writeOperation() local
5117 const string contextParam = "java.util.Map<String, String> " + contextParamName; in writeOperation()
5173 out << "_iceI_" << op->name() << spar << args << contextParamName << "true" << epar << ';'; in writeOperation()
5239 …out << nl << "return _iceI_begin_" << op->name() << spar << inArgs << contextParamName << "true" <… in writeOperation()
5563 string contextParamName = getEscapedParamName(p, "context"); in visitOperation() local
[all …]
H A DGen.cpp5062 const string contextParamName = getEscapedParamName(p, "context"); in visitOperation() local
5063 …const string contextDoc = "@param " + contextParamName +" The Context map to send with the invocat… in visitOperation()
5064 const string contextParam = "java.util.Map<String, String> " + contextParamName; in visitOperation()
5105 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "… in visitOperation()
5116 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "… in visitOperation()
5171 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "… in visitOperation()
5182 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "… in visitOperation()
5227 …out << nl << "return _iceI_" << p->name() << "Async" << spar << args << contextParamName << "false… in visitOperation()
5319 …out << nl << "return _iceI_" << p->name() << "Async" << spar << args << contextParamName << "false… in visitOperation()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/slice2java/
H A DGenCompat.cpp561 string contextParamName = "context";
572 contextParamName = getEscapedParamName(op, contextParamName);
582 params.push_back("java.util.Map<String, String> " + contextParamName);
611 const string contextParamName = getEscapedParamName(op, "context");
617 args.push_back(context ? contextParamName : "null");
5116 const string contextParamName = getEscapedParamName(op, "context");
5117 const string contextParam = "java.util.Map<String, String> " + contextParamName;
5173 out << "_iceI_" << op->name() << spar << args << contextParamName << "true" << epar << ';';
5239 …out << nl << "return _iceI_begin_" << op->name() << spar << inArgs << contextParamName << "true" <…
5563 string contextParamName = getEscapedParamName(p, "context");
[all …]
H A DGen.cpp5062 const string contextParamName = getEscapedParamName(p, "context");
5063 …const string contextDoc = "@param " + contextParamName +" The Context map to send with the invocat…
5064 const string contextParam = "java.util.Map<String, String> " + contextParamName;
5105 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "…
5116 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "…
5171 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "…
5182 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "…
5227 …out << nl << "return _iceI_" << p->name() << "Async" << spar << args << contextParamName << "false…
5319 …out << nl << "return _iceI_" << p->name() << "Async" << spar << args << contextParamName << "false…
/dports/devel/py-ice37/ice-3.7.2/cpp/src/slice2java/
H A DGenCompat.cpp561 string contextParamName = "context"; in getParamsAsyncLambda() local
572 contextParamName = getEscapedParamName(op, contextParamName); in getParamsAsyncLambda()
582 params.push_back("java.util.Map<String, String> " + contextParamName); in getParamsAsyncLambda()
611 const string contextParamName = getEscapedParamName(op, "context"); in getArgsAsyncLambda() local
617 args.push_back(context ? contextParamName : "null"); in getArgsAsyncLambda()
5116 const string contextParamName = getEscapedParamName(op, "context"); in writeOperation() local
5117 const string contextParam = "java.util.Map<String, String> " + contextParamName; in writeOperation()
5173 out << "_iceI_" << op->name() << spar << args << contextParamName << "true" << epar << ';'; in writeOperation()
5239 …out << nl << "return _iceI_begin_" << op->name() << spar << inArgs << contextParamName << "true" <… in writeOperation()
5563 string contextParamName = getEscapedParamName(p, "context"); in visitOperation() local
[all …]
H A DGen.cpp5062 const string contextParamName = getEscapedParamName(p, "context"); in visitOperation() local
5063 …const string contextDoc = "@param " + contextParamName +" The Context map to send with the invocat… in visitOperation()
5064 const string contextParam = "java.util.Map<String, String> " + contextParamName; in visitOperation()
5105 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "… in visitOperation()
5116 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "… in visitOperation()
5171 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "… in visitOperation()
5182 …out << "_iceI_" << p->name() << "Async" << spar << args << contextParamName << "true" << epar << "… in visitOperation()
5227 …out << nl << "return _iceI_" << p->name() << "Async" << spar << args << contextParamName << "false… in visitOperation()
5319 …out << nl << "return _iceI_" << p->name() << "Async" << spar << args << contextParamName << "false… in visitOperation()