Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/codec/native/
Dencoder.py36 class IntegerEncoder(AbstractItemEncoder): class
112 univ.Integer.tagSet: IntegerEncoder(),
117 univ.Enumerated.tagSet: IntegerEncoder(),
145 univ.Integer.typeId: IntegerEncoder(),
150 univ.Enumerated.typeId: IntegerEncoder(),
/external/python/pyasn1/pyasn1/codec/ber/
Dencoder.py167 class IntegerEncoder(AbstractItemEncoder): class
712 univ.Integer.tagSet: IntegerEncoder(),
717 univ.Enumerated.tagSet: IntegerEncoder(),
744 univ.Integer.typeId: IntegerEncoder(),
749 univ.Enumerated.typeId: IntegerEncoder(),
/external/python/pyasn1/pyasn1/codec/cer/
Dencoder.py16 class BooleanEncoder(encoder.IntegerEncoder):
/external/python/pyasn1/tests/codec/ber/
Dtest_encoder.py50 encoder.IntegerEncoder.supportCompactZero = True
52 encoder.IntegerEncoder.supportCompactZero = False
/external/python/pyasn1/
DCHANGES.rst453 There's still the IntegerEncoder.supportCompactZero flag which