Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/type/
Dbase.py77 def isSameTypeWith(self, other, matchTags=True, matchConstraints=True): argument
99 (not matchConstraints or self.subtypeSpec == other.subtypeSpec))
101 def isSuperTypeOf(self, other, matchTags=True, matchConstraints=True): argument
123 (not matchConstraints or self.subtypeSpec.isSuperTypeOf(other.subtypeSpec)))
Duniv.py1757 matchConstraints=True): argument
1819 if not componentType.isSameTypeWith(value, matchTags, matchConstraints):
1822 if not componentType.isSuperTypeOf(value, matchTags, matchConstraints):
2168 matchConstraints=True): argument
2207 idx, value, verifyConstraints, matchTags, matchConstraints
2302 matchConstraints=True): argument
2370 elif (matchTags or matchConstraints) and componentTypeLen:
2377 if not subtypeChecker(value, matchTags, matchConstraints):
2607 matchConstraints=True, argument
2646 idx, value, verifyConstraints, matchTags, matchConstraints
[all …]
/external/python/pyasn1/pyasn1/codec/ber/
Ddecoder.py476 matchTags=False, matchConstraints=False
548 matchTags=False, matchConstraints=False
608 matchTags=False, matchConstraints=False
678 matchTags=False, matchConstraints=False
748 matchTags=False, matchConstraints=False
819 matchTags=False, matchConstraints=False,
859 matchTags=False, matchConstraints=False,
/external/python/pyasn1/
DCHANGES.rst206 and matchConstraints flags to control the strictness of inner
308 isSameTypeWith(matchTags=True, matchConstraints=False) and
309 isSuperTypeOf(matchTags=False, matchConstraints=True) for each of their