Home
last modified time | relevance | path

Searched refs:nParams1 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/registry/tools/
H A Dregcompare.cxx773 sal_uInt16 nParams1 = (sal_uInt16)reader1.getMethodParameterCount(index); in checkMethod() local
775 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 19 milliseconds