Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/type/
Duniv.py2732 _currentIdx = None variable in Choice
2736 return self._componentValues[self._currentIdx] == other
2741 return self._componentValues[self._currentIdx] != other
2746 return self._componentValues[self._currentIdx] < other
2751 return self._componentValues[self._currentIdx] <= other
2756 return self._componentValues[self._currentIdx] > other
2761 return self._componentValues[self._currentIdx] >= other
2772 return self._currentIdx is not None and 1 or 0
2775 if self._currentIdx is None:
2777 return key == self.componentType[self._currentIdx].getName()
[all …]