Searched refs:nParams1 (Results 1 – 1 of 1) sorted by relevance
773 sal_uInt16 nParams1 = (sal_uInt16)reader1.getMethodParameterCount(index); in checkMethod() local775 if ( nParams1 != nParams2 ) in checkMethod()780 …fprintf(stdout, " Method %d : nParameters1 = %d != nParameters2 = %d\n", index, nParams1, nPara… in checkMethod()785 for (i=0; i < nParams1 && i < nParams2; i++) in checkMethod()821 if ( i < nParams1 && options.forceOutput() ) in checkMethod()824 fprintf(stdout, " Registry1: Method %d contains %d more parameters\n", index, nParams1 - i); in checkMethod()
Completed in 23 milliseconds