Lines Matching refs:numMethods
283 UInt32 numMethods = 1;
287 RINOK(getNumberOfMethods(&numMethods))
289 for (UInt32 i = 0; i < numMethods; i++)
307 UInt32 numMethods = lib.ComHashers->GetNumHashers();
308 for (UInt32 i = 0; i < numMethods; i++)
969 Z7_COM7F_IMF(CCodecs::GetNumMethods(UInt32 *numMethods))
971 *numMethods = NUM_EXPORT_CODECS
1318 UInt32 numMethods;
1319 if (GetNumMethods(&numMethods) == S_OK)
1320 for (UInt32 j = 0; j < numMethods; j++)