Home
last modified time | relevance | path

Searched refs:_currentIdx (Results 1 – 1 of 1) sorted by relevance

/external/python/pyasn1/pyasn1/type/
Duniv.py2985 _currentIdx = None variable in Choice
2989 return self._componentValues[self._currentIdx] == other
2994 return self._componentValues[self._currentIdx] != other
2999 return self._componentValues[self._currentIdx] < other
3004 return self._componentValues[self._currentIdx] <= other
3009 return self._componentValues[self._currentIdx] > other
3014 return self._componentValues[self._currentIdx] >= other
3025 return self._currentIdx is not None and 1 or 0
3028 if self._currentIdx is None:
3030 return key == self.componentType[self._currentIdx].getName()
[all …]