• Home
  • Raw
  • Download

Lines Matching refs:numLines

96         filelines_ = new ULine[numLines];  in StringPerformanceTest()
97 for (int i =0; i < numLines; i++) { in StringPerformanceTest()
166 return new StringPerfFunction(ctor, filelines_, numLines, uselen); in TestCtor()
175 return new StringPerfFunction(ctor1, filelines_, numLines, uselen); in TestCtor1()
184 return new StringPerfFunction(ctor2, filelines_, numLines, uselen); in TestCtor2()
193 return new StringPerfFunction(ctor3, filelines_, numLines, uselen); in TestCtor3()
202 return new StringPerfFunction(assign, filelines_, numLines, uselen); in TestAssign()
211 return new StringPerfFunction(assign1, filelines_, numLines, uselen); in TestAssign1()
220 return new StringPerfFunction(assign2, filelines_, numLines, uselen); in TestAssign2()
230 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch()
239 return new StringPerfFunction(catenate, filelines_, numLines, uselen); in TestCatenate()
249 return new StringPerfFunction(scan, filelines_, numLines, uselen); in TestScan()
258 return new StringPerfFunction(scan1, filelines_, numLines, uselen); in TestScan1()
267 return new StringPerfFunction(scan2, filelines_, numLines, uselen); in TestScan2()
276 return new StringPerfFunction(StdLibCtor, filelines_, numLines, uselen); in TestStdLibCtor()
285 return new StringPerfFunction(StdLibCtor1, filelines_, numLines, uselen); in TestStdLibCtor1()
294 return new StringPerfFunction(StdLibCtor2, filelines_, numLines, uselen); in TestStdLibCtor2()
303 return new StringPerfFunction(StdLibCtor3, filelines_, numLines, uselen); in TestStdLibCtor3()
312 return new StringPerfFunction(StdLibAssign, filelines_, numLines, uselen); in TestStdLibAssign()
321 return new StringPerfFunction(StdLibAssign1, filelines_, numLines, uselen); in TestStdLibAssign1()
330 return new StringPerfFunction(StdLibAssign2, filelines_, numLines, uselen); in TestStdLibAssign2()
339 return new StringPerfFunction(StdLibGetch, filelines_, numLines, uselen); in TestStdLibGetch()
348 return new StringPerfFunction(StdLibCatenate, filelines_, numLines, uselen); in TestStdLibCatenate()
358 return new StringPerfFunction(StdLibScan, filelines_, numLines, uselen); in TestStdLibScan()
367 return new StringPerfFunction(StdLibScan1, filelines_, numLines, uselen); in TestStdLibScan1()
376 return new StringPerfFunction(StdLibScan2, filelines_, numLines, uselen); in TestStdLibScan2()