Searched refs:collectArgs (Results 1 – 1 of 1) sorted by relevance
78 this->collectArgs(argArray, std::forward<Args>(args)...); in operator()91 void collectArgs(ExpressionArray& args) {} in collectArgs() function94 void collectArgs(ExpressionArray& args, DSLVar& var, RemainingArgs&&... remaining) { in collectArgs() function96 collectArgs(args, std::forward<RemainingArgs>(remaining)...); in collectArgs()100 void collectArgs(ExpressionArray& args, DSLExpression expr, RemainingArgs&&... remaining) { in collectArgs() function102 collectArgs(args, std::forward<RemainingArgs>(remaining)...); in collectArgs()