Home
last modified time | relevance | path

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

/trunk/main/registry/tools/
H A Dregcompare.cxx1180 sal_uInt16 nMethods1 = (sal_uInt16)reader1.getMethodCount(); in checkBlob() local
1182 if ( nMethods1 != nMethods2 ) in checkBlob()
1187 fprintf(stdout, " nMethods1 = %d != nMethods2 = %d\n", nMethods1, nMethods2); in checkBlob()
1193 for (i=0; i < nMethods1 && i < nMethods2; i++) in checkBlob()
1197 if ( i < nMethods1 && options.forceOutput() ) in checkBlob()
1199 fprintf(stdout, " Registry1 contains %d more methods\n", nMethods1 - i); in checkBlob()

Completed in 26 milliseconds