Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/codec/native/
Ddecoder.py53 class ChoiceDecoder(object): class
78 univ.Choice.tagSet: ChoiceDecoder(), # conflicts with Any
112 univ.Choice.typeId: ChoiceDecoder(),
/external/python/pyasn1/pyasn1/codec/ber/
Ddecoder.py948 class ChoiceDecoder(AbstractConstructedDecoder): class
1215 univ.Choice.tagSet: ChoiceDecoder(), # conflicts with Any
1240 univ.Choice.typeId: ChoiceDecoder(),
/external/python/pyasn1/
DCHANGES.rst585 + ChoiceDecoder split-off SequenceOf one to save on unnecessary checks.