Home
last modified time | relevance | path

Searched refs:_outArgs (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Messaging/
H A DReturnMessage.cs43 object[] _outArgs; field in System.Runtime.Remoting.Messaging.ReturnMessage
196 if (_outArgs == null && _args != null) {
198 _outArgs = _inArgInfo.GetInOutArgs (_args);
200 return _outArgs;
H A DMethodResponse.cs57 object [] _outArgs; field in System.Runtime.Remoting.Messaging.MethodResponse
94 _outArgs = new object[0]; // .NET does this in MethodResponse()
256 if (_outArgs == null && _args != null) {
258 _outArgs = _inArgInfo.GetInOutArgs (_args);
260 return _outArgs;
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DCompilerContext.cpp125 unsigned _outArgs, in callLowLevelFunction() argument
132 *this << lowLevelFunctionTag(_name, _inArgs, _outArgs, _generator); in callLowLevelFunction()
135 adjustStackOffset(static_cast<int>(_outArgs) - 1 - static_cast<int>(_inArgs)); in callLowLevelFunction()
142 unsigned _outArgs in callYulFunction() argument
148 appendJumpTo(namedTag(_name, _inArgs, _outArgs, {}), evmasm::AssemblyItem::JumpType::IntoFunction); in callYulFunction()
149 adjustStackOffset(static_cast<int>(_outArgs) - 1 - static_cast<int>(_inArgs)); in callYulFunction()
156 unsigned _outArgs, in lowLevelFunctionTag() argument
165 m_lowLevelFunctionGenerationQueue.push(make_tuple(_name, _inArgs, _outArgs, _generator)); in lowLevelFunctionTag()
H A DCompilerContext.h145 unsigned _outArgs,
153 unsigned _outArgs
163 unsigned _outArgs,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dmessage.cs2537 internal Object[] _outArgs; field in System.Runtime.Remoting.Messaging.ReturnMessage
2552 _outArgs = outArgs; in ReturnMessage()
2636 if (_outArgs == null)
2642 return _outArgs.Length;
2650 if (_outArgs == null) in GetArg()
2660 if ((argNum<0) || (argNum>=_outArgs.Length)) in GetArg()
2664 return _outArgs[argNum]; in GetArg()
2673 if (_outArgs == null) in GetArgName()
2682 if ((index < 0) || (index>=_outArgs.Length)) in GetArgName()
2702 if (_outArgs == null)
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/include/
H A DofxsImageEffect.h1606 OFX::PropertySet _outArgs; variable
1618 : _outArgs(props) in ClipComponentsSetter()
1644 OFX::PropertySet _outArgs; variable
1657 : _outArgs(props) in FrameViewsNeededSetter()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/include/
H A DofxsImageEffect.h1606 OFX::PropertySet _outArgs; variable
1618 : _outArgs(props) in ClipComponentsSetter()
1644 OFX::PropertySet _outArgs; variable
1657 : _outArgs(props) in FrameViewsNeededSetter()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Library/
H A DofxsImageEffect.cpp3417 _outArgs.propSetString(propName.c_str(), it->second[i], (int)i, true); in setOutProperties()
3436 _outArgs.propSetString(kFnOfxImageEffectPropPassThroughClip, clip->name(), 0); in setPassThroughClip()
3438 _outArgs.propSetString(kFnOfxImageEffectPropPassThroughClip, "", 0); in setPassThroughClip()
3440 _outArgs.propSetDouble(kFnOfxImageEffectPropPassThroughTime, time, 0); in setPassThroughClip()
3441 _outArgs.propSetInt(kFnOfxImageEffectPropPassThroughView, view, 0); in setPassThroughClip()
3460 _outArgs.propSetDouble(propName.c_str(), it3->min, dimIndex); in setOutProperties()
3461 _outArgs.propSetDouble(propName.c_str(), it3->max, dimIndex + 1); in setOutProperties()
3462 _outArgs.propSetDouble(propName.c_str(), it2->first, dimIndex + 2); in setOutProperties()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Library/
H A DofxsImageEffect.cpp3417 _outArgs.propSetString(propName.c_str(), it->second[i], (int)i, true); in setOutProperties()
3436 _outArgs.propSetString(kFnOfxImageEffectPropPassThroughClip, clip->name(), 0); in setPassThroughClip()
3438 _outArgs.propSetString(kFnOfxImageEffectPropPassThroughClip, "", 0); in setPassThroughClip()
3440 _outArgs.propSetDouble(kFnOfxImageEffectPropPassThroughTime, time, 0); in setPassThroughClip()
3441 _outArgs.propSetInt(kFnOfxImageEffectPropPassThroughView, view, 0); in setPassThroughClip()
3460 _outArgs.propSetDouble(propName.c_str(), it3->min, dimIndex); in setOutProperties()
3461 _outArgs.propSetDouble(propName.c_str(), it3->max, dimIndex + 1); in setOutProperties()
3462 _outArgs.propSetDouble(propName.c_str(), it2->first, dimIndex + 2); in setOutProperties()