Searched refs:FunctionParamInfo (Results 1 – 2 of 2) sorted by relevance
465 struct FunctionParamInfo struct505 const FunctionParamInfo* mpParamInfos; /// Information about all parameters.530 const FunctionParamInfo& getParamInfo() const;536 const FunctionParamInfo* mpParamInfo;537 const FunctionParamInfo* mpParamInfoEnd;
241 … FunctionParamInfo mpParamInfos[ FUNCINFO_PARAMINFOCOUNT ]; /// Information about all parameters.793 const FunctionParamInfo& FunctionParamInfoIterator::getParamInfo() const in getParamInfo()795 static const FunctionParamInfo saInvalidInfo = { FUNC_PARAM_NONE, FUNC_PARAMCONV_ORG, false }; in getParamInfo()
Completed in 26 milliseconds