Home
last modified time | relevance | path

Searched refs:_parameterTypes (Results 1 – 20 of 20) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/
H A DCustomMethodInvoker.cs22 _parameterTypes = parameterTypes; in CustomMethodInvoker()
33 if (arguments.Length != _parameterTypes.Length) in Invoke()
39 …convertedArguments[i] = RuntimeAugments.CheckArgument(arguments[i], _parameterTypes[i].TypeHandle,… in Invoke()
69 private readonly Type[] _parameterTypes; field in System.Reflection.Runtime.MethodInfos.CustomMethodInvoker
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A DCallingConventions.cs316 _parameterTypes = parameterTypes; in ArgIteratorData()
322 private TypeHandle[] _parameterTypes; field in Internal.Runtime.CallConverter.ArgIteratorData
335 if (_parameterTypes == null) in Equals()
336 return other._parameterTypes == null; in Equals()
338 … if (other._parameterTypes == null || _parameterTypes.Length != other._parameterTypes.Length) in Equals()
342 if (!_parameterTypes[i].Equals(other._parameterTypes[i])) in Equals()
350 return 37 + (_parameterTypes == null ? in GetHashCode()
357 public int NumFixedArgs() { return _parameterTypes != null ? _parameterTypes.Length : 0; } in NumFixedArgs()
362 thArgType = _parameterTypes[argNum]; in GetArgumentType()
369 …return (argNum < _parameterTypes.Length && _parameterTypes[argNum].GetCorElementType() == CorEleme… in GetByRefArgumentType()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/CommandTrees/
H A DDbFunctionCommandTree.cs29 … private readonly System.Collections.ObjectModel.ReadOnlyCollection<TypeUsage> _parameterTypes; field in System.Data.Common.CommandTrees.DbFunctionCommandTree
62 _parameterTypes = paramTypes.AsReadOnly(); in DbFunctionCommandTree()
99 …d return new KeyValuePair<string, TypeUsage>(this._parameterNames[idx], this._parameterTypes[idx]); in GetParameters()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DBNFClause.h60 std::vector<EXPRESSION_TYPE> _parameterTypes; variable
95 inline const std::vector<EXPRESSION_TYPE>& getParameterTypes() const { return _parameterTypes; } in getParameterTypes()
97 inline const EXPRESSION_TYPE getParameterType(int i) const { return _parameterTypes[i]; } in getParameterType()
H A DGrfFunction.cpp93 _parameterTypes.push_back(exprType); in addParameterAndType()
100 return _parameterTypes[iIndex]; in getParameterType()
164 pNewTemplateFunction->_parameterTypes = _parameterTypes; in getInstantiatedFunction()
218 std::vector<EXPRESSION_TYPE>::const_iterator k = _parameterTypes.begin(); in launchExecution()
317 k = _parameterTypes.begin(); in launchExecution()
H A DGrfFunction.h66 std::vector<EXPRESSION_TYPE> _parameterTypes;
82 inline const std::vector<EXPRESSION_TYPE>& getParameterTypes() const { return _parameterTypes; } in getParameterTypes()
H A DBNFClause.cpp102 …emplateClause(NULL), _iReturnType(0), _parameters(listOfParameters), _parameterTypes(listOfParamet… in BNFClause()
107 _parameterTypes.resize(iArity); in BNFClause()
148 _parameterTypes[i] = iType; in setParameter()
171 _parameterTypes.push_back(listOfParameterTypes[i]); in propagateParameters()
H A DDynPackage.cpp597 std::vector<EXPRESSION_TYPE>::const_iterator k = _parameterTypes.begin(); in launchExecution()
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DCompilerUtils.h75 std::vector<Type const*> const& _parameterTypes,
198 void abiDecodeV2(TypePointers const& _parameterTypes, bool _fromMemory = false);
H A DCompilerUtils.cpp108 vector<Type const*> const& _parameterTypes, in revertWithError() argument
117 abiEncode(_argumentTypes, _parameterTypes); in revertWithError()
627 void CompilerUtils::abiDecodeV2(TypePointers const& _parameterTypes, bool _fromMemory) in abiDecodeV2() argument
633 string decoderName = m_context.abiFunctions().tupleDecoder(_parameterTypes, _fromMemory); in abiDecodeV2()
634 m_context.callYulFunction(decoderName, 2, sizeOnStack(_parameterTypes)); in abiDecodeV2()
/dports/math/g2o/g2o-20201223_git/g2o/core/
H A Doptimizable_graph.h459 _parameterTypes.resize(newSize, typeid(void*).name()); in resizeParameters()
473 _parameterTypes[argNo] = typeid(ParameterType).name();
484 std::vector<std::string> _parameterTypes; member
H A Doptimizable_graph.cpp177 if (typeid(aux).name()!=_parameterTypes[i]){ in resolveParameters()
178 …ype mismatch - encountered " << typeid(aux).name() << "; should be " << _parameterTypes[i] << endl; in resolveParameters()
/dports/lang/solidity/solidity_0.8.11/libsolidity/ast/
H A DTypeProvider.h149 strings const& _parameterTypes,
158 TypePointers const& _parameterTypes,
H A DTypeProvider.cpp445 strings const& _parameterTypes, in function() argument
453 _parameterTypes, _returnParameterTypes, in function()
459 TypePointers const& _parameterTypes, in function() argument
474 _parameterTypes, in function()
H A DTypes.h1263 strings const& _parameterTypes,
1269 parseElementaryTypeVector(_parameterTypes), in parseElementaryTypeVector() argument
1271 strings(_parameterTypes.size(), ""), in parseElementaryTypeVector()
1282 TypePointers _parameterTypes,
1295 m_parameterTypes(std::move(_parameterTypes)), in m_parameterTypes() argument
H A DAST.h1355 ASTPointer<ParameterList> _parameterTypes, in FunctionTypeName() argument
1360 …TypeName(_id, _location), m_parameterTypes(std::move(_parameterTypes)), m_returnTypes(std::move(_r… in FunctionTypeName()
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/ir/
H A DIRGeneratorForStatements.h133 std::vector<Type const*> const& _parameterTypes,
H A DIRGeneratorForStatements.cpp3237 vector<Type const*> const& _parameterTypes, in revertWithError() argument
3261 templ("encode", m_context.abiFunctions().tupleEncoder(errorArgumentTypes, _parameterTypes)); in revertWithError()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Reference/
H A DofxParameter.rst58 .. _parameterTypes:
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Reference/
H A DofxParameter.rst58 .. _parameterTypes: