Home
last modified time | relevance | path

Searched refs:_methods (Results 1 - 10 of 10) sorted by relevance

/third_party/protobuf/python/
H A Dmox.py1212 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) == 0
1273 self._methods = set()
1283 self._methods.add(mock_method)
1304 for method in self._methods:
1323 tmp = self._methods.copy()
/third_party/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.h76 CObjectVector<COneMethodInfo> _methods; member in NArchive::CMultiMethodProps
92 for (i = 0; i < _methods.Size(); i++) in GetNumEmptyMethods()
93 if (!_methods[i].IsEmpty()) in GetNumEmptyMethods()
H A DHandlerOut.cpp169 _methods.Clear(); in Init()
228 for (unsigned j = _methods.Size(); j <= number; j++) in SetProperty()
229 _methods.AddNew(); in SetProperty()
230 return _methods[number].ParseMethodFromPROPVARIANT(realName, value); in SetProperty()
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp1175 if (!_methods.IsEmpty()) in UpdateItems()
1176 oneMethodInfo = _methods[0]; in UpdateItems()
1262 FOR_VECTOR (i, _methods) in UpdateItems()
1264 COneMethodInfo &m = _methods[i]; in UpdateItems()
1414 _methods.DeleteFrontal(GetNumEmptyMethods()); in SetProperties()
1415 if (_methods.Size() > 1) in SetProperties()
1417 if (_methods.Size() == 1) in SetProperties()
1419 AString &methodName = _methods[0].MethodName; in SetProperties()
/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.h293 UStringVector _methods; member
301 _methods.Clear(); in InitProps()
H A DHashCalc.cpp1777 if (!_methods.IsEmpty()) in UpdateItems()
1779 FOR_VECTOR(k, _methods) in UpdateItems()
1781 methods.Add(_methods[k]); in UpdateItems()
2013 // _methods.Add(omi.MethodName); // change it. use omi.PropsString in SetProperty()
2017 _methods.Add(s); in SetProperty()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp78 // we create local copy of _methods. So we can modify it. in SetMainMethod()
79 CObjectVector<COneMethodInfo> methods = _methods; in SetMainMethod()
1069 _methods.DeleteFrontal(numEmptyMethods); in SetProperties()
1075 if (bond.InCoder >= (UInt32)_methods.Size() || in SetProperties()
1076 bond.OutCoder >= (UInt32)_methods.Size()) in SetProperties()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_tls_common.c1098 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local
1134 _methods = os_realloc_array(methods, num_methods, in eap_peer_select_phase2_methods()
1136 if (_methods == NULL) { in eap_peer_select_phase2_methods()
1141 methods = _methods; in eap_peer_select_phase2_methods()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_tls_common.c1107 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local
1147 _methods = os_realloc_array(methods, num_methods, in eap_peer_select_phase2_methods()
1149 if (_methods == NULL) { in eap_peer_select_phase2_methods()
1154 methods = _methods; in eap_peer_select_phase2_methods()
/third_party/jsframework/runtime/main/reactivity/
H A Dstate.js111 vm._methods[key] = options[key].bind(vm);

Completed in 12 milliseconds