Searched refs:nParams2 (Results 1 – 1 of 1) sorted by relevance
774 sal_uInt16 nParams2 = (sal_uInt16)reader2.getMethodParameterCount(index); in checkMethod() local775 if ( nParams1 != nParams2 ) in checkMethod()780 …ntf(stdout, " Method %d : nParameters1 = %d != nParameters2 = %d\n", index, nParams1, nParams2); in checkMethod()785 for (i=0; i < nParams1 && i < nParams2; i++) in checkMethod()826 if ( i < nParams2 && options.forceOutput() ) in checkMethod()829 fprintf(stdout, " Registry2: Method %d contains %d more parameters\n", index, nParams2 - i); in checkMethod()
Completed in 14 milliseconds