Home | History | Annotate | Download | only in functional

Lines Matching refs:fns

2932 vector<FunctionContainer> wrapCoreFunctions (const vector<NegativeTestShared::FunctionContainer>& fns)
2936 retVal.resize(fns.size());
2937 for (int ndx = 0; ndx < (int)fns.size(); ++ndx)
2939 retVal[ndx].function = TestFunctionWrapper(fns[ndx].function);
2940 retVal[ndx].name = fns[ndx].name;
2941 retVal[ndx].desc = fns[ndx].desc;