Searched refs:kMethodsNames (Results 1 – 3 of 3) sorted by relevance
124 static LPCSTR const kMethodsNames[] = variable369 if (c.Name.IsEqualTo_Ascii_NoCase(kMethodsNames[g_7zMethods[k]])) in SetMethods()1320 method = kMethodsNames[methodID]; in SetMethod2()1335 methodID = ARRAY_SIZE(kMethodsNames) + extIndex; in SetMethod2()1439 if ((unsigned)methodId < ARRAY_SIZE(kMethodsNames)) in GetMethodSpec()1440 estimatedName = kMethodsNames[methodId]; in GetMethodSpec()1442 estimatedName = ExternalMethods[methodId - ARRAY_SIZE(kMethodsNames)]; in GetMethodSpec()
124 static const LPCWSTR kMethodsNames[] = variable848 const LPCWSTR method = kMethodsNames[methodID]; in SetMethod()900 for (int i = 0; i < MY_SIZE_OF_ARRAY(kMethodsNames); i++) in GetMethodID()901 if (methodName.CompareNoCase(kMethodsNames[i]) == 0) in GetMethodID()
116 static LPCSTR const kMethodsNames[] = variable1118 const char *method = kMethodsNames[methodID]; in SetMethod()1185 s = kMethodsNames[GetMethodID()]; in GetMethodSpec()