Lines Matching defs:methods
54 CObjectVector<COneMethodInfo> methods;
69 methods.Clear();
74 if (ids.Size() != methods.Size())
75 methods.Insert(index, m);
86 if (ids.Size() != methods.Size())
87 methods.Insert(index, m);
98 const COneMethodInfo &m = methods[i];
1409 static void AddDefaultMethod(UStringVector &methods, unsigned size)
1425 methods.Add(UString(m));
1450 // UStringVector methods = options.Methods;
1451 UStringVector methods;
1453 if (methods.IsEmpty() && !_nameExtenstion.IsEmpty())
1459 methods.Add(_nameExtenstion);
1462 if (methods.IsEmpty() && !_pgpMethod.IsEmpty())
1466 methods.Add(UString(_pgpMethod));
1469 if (methods.IsEmpty() && _pgpMethod.IsEmpty() && _hashSize_Defined)
1470 AddDefaultMethod(methods, _hashSize);
1474 methods))
1580 else if (methods.IsEmpty())
1776 UStringVector methods;
1781 methods.Add(_methods[k]);
1786 AddDefaultMethod(methods, _crcSize);
1801 methods.Add(method);
1806 RINOK(hb.SetMethods(EXTERNAL_CODECS_LOC_VARS methods))