Searched refs:_methods (Results 1 – 16 of 16) sorted by relevance
24 _methods.clear(); in ~XmlRpcServer()34 _methods[method->name()] = method; in addMethod()41 MethodMap::iterator i = _methods.find(method->name()); in removeMethod()42 if (i != _methods.end()) in removeMethod()43 _methods.erase(i); in removeMethod()50 MethodMap::iterator i = _methods.find(methodName); in removeMethod()51 if (i != _methods.end()) in removeMethod()52 _methods.erase(i); in removeMethod()60 MethodMap::const_iterator i = _methods.find(name); in findMethod()61 if (i == _methods.end()) in findMethod()[all …]
95 MethodMap _methods; variable
20 CObjectVector<COneMethodInfo> _methods; variable33 for (i = 0; i < _methods.Size(); i++) in GetNumEmptyMethods()34 if (!_methods[i].IsEmpty()) in GetNumEmptyMethods()
47 _methods.Clear(); in Init()96 for (int j = _methods.Size(); j <= (int)number; j++) in SetProperty()97 _methods.Add(COneMethodInfo()); in SetProperty()98 return _methods[number].ParseMethodFromPROPVARIANT(realName, value); in SetProperty()
1212 self._methods = []1221 self._methods.append(mock_method)1241 for method in self._methods:1247 self._methods.remove(mock_method)1260 return len(self._methods) == 01273 self._methods = set()1283 self._methods.add(mock_method)1304 for method in self._methods:1323 tmp = self._methods.copy()
71 FOR_VECTOR (i, _methods) in AddDefaultMethod()73 UString &methodName = _methods[i].MethodName; in AddDefaultMethod()77 if (_methods.IsEmpty()) in AddDefaultMethod()81 _methods.Add(m); in AddDefaultMethod()520 HRESULT res = SetMainMethod(methodMode, _methods in UpdateItems()847 _methods.DeleteFrontal(numEmptyMethods); in SetProperties()860 _methods.Insert(0, _filterMethod); in SetProperties()866 if (bind.InCoder >= (UInt32)_methods.Size() || in SetProperties()867 bind.OutCoder >= (UInt32)_methods.Size()) in SetProperties()
1964 self._methods = []1970 "\n".join(str(method) for method in self._methods))1979 self._methods.append(mock_method)2000 for method in self._methods:2007 self._methods.remove(mock_method)2020 return len(self._methods) == 02034 self._methods = set()2044 self._methods.add(mock_method)2066 for method in self._methods:
133 protected final Set<String> _methods=new HashSet<String>(); field in GzipFilter178 _methods.add(tok.nextToken().trim().toUpperCase()); in init()181 _methods.add(HttpMethods.GET); in init()254 if (!_methods.contains(request.getMethod()) || isExcludedPath(requestURI)) in doFilter()
866 FOR_VECTOR (i, _methods) in UpdateItems()868 COneMethodInfo &m = _methods[i]; in UpdateItems()962 _methods.DeleteFrontal(GetNumEmptyMethods()); in SetProperties()963 if (_methods.Size() > 1) in SetProperties()965 if (_methods.Size() == 1) in SetProperties()967 UString &methodName = _methods[0].MethodName; in SetProperties()
1013 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local1049 _methods = os_realloc_array(methods, num_methods, in eap_peer_select_phase2_methods()1051 if (_methods == NULL) { in eap_peer_select_phase2_methods()1056 methods = _methods; in eap_peer_select_phase2_methods()
82 private Map _methods=new HashMap(); field in ObjectMBean478 Method method = (Method) _methods.get(methodKey); in invoke()763 _methods.put(signature, method); in defineOperation()
55 #define EXT_METHODS_VAR CONCATENATE(var, CONCATENATE(EXT_MODULE, _methods))
META-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...