/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
D | ObjectDescriptorFactory.java | 147 … Map<Integer, Class<? extends BaseDescriptor>> tagMap = descriptorRegistry.get(objectTypeInd); 148 if (tagMap == null) { 149 tagMap = new HashMap<Integer, Class<? extends BaseDescriptor>>(); 152 tagMap.put(tag, clazz); in tagMap.put() 154 descriptorRegistry.put(objectTypeInd, tagMap); in descriptorRegistry.put() argument 161 …Map<Integer, Class<? extends BaseDescriptor>> tagMap = descriptorRegistry.get(objectTypeIndication… in createFrom() local 162 if (tagMap == null) { in createFrom() 163 tagMap = descriptorRegistry.get(-1); in createFrom() 165 Class<? extends BaseDescriptor> aClass = tagMap.get(tag); in createFrom()
|
/external/python/pyasn1/pyasn1/type/ |
D | namedtype.py | 248 tagMap = namedType.asn1Object.tagMap 249 if isinstance(tagMap, NamedTypes.PostponedError): 250 return tagMap 251 if not tagMap: 253 for _tagSet in tagMap.presentTypes: 403 return self.__ambiguousTypes[idx].tagMap 477 tagMap = namedType.asn1Object.tagMap 478 if isinstance(tagMap, NamedTypes.PostponedError): 479 return tagMap 480 for tagSet in tagMap: [all …]
|
/external/python/pyasn1/pyasn1/codec/der/ |
D | decoder.py | 23 tagMap = decoder.tagMap.copy() variable 24 tagMap.update( 33 for typeDecoder in tagMap.values(): 94 decode = Decoder(tagMap, typeMap)
|
D | encoder.py | 45 tagMap = encoder.tagMap.copy() variable 46 tagMap.update({ 107 encode = Encoder(tagMap, typeMap)
|
/external/python/pyasn1/tests/type/ |
D | test_namedtype.py | 84 assert self.e.tagMap.presentTypes == { 90 assert 'TagMap' in str(self.e.tagMap) 91 assert 'OctetString' in str(self.e.tagMap) 92 assert 'Integer' in str(self.e.tagMap) 95 assert 'TagMap' in repr(self.e.tagMap) 96 assert 'OctetString' in repr(self.e.tagMap) 97 assert 'Integer' in repr(self.e.tagMap) 134 assert isinstance(nt.tagMap, namedtype.NamedTypes.PostponedError)
|
/external/python/pyasn1/pyasn1/codec/cer/ |
D | decoder.py | 42 tagMap = decoder.tagMap.copy() variable 43 tagMap.update( 53 for typeDecoder in tagMap.values(): 114 decode = Decoder(tagMap, decoder.typeMap)
|
/external/python/pyasn1/pyasn1/codec/native/ |
D | decoder.py | 67 tagMap = { variable 136 def __init__(self, tagMap, typeMap): argument 137 self.__tagMap = tagMap 213 decode = Decoder(tagMap, typeMap)
|
D | encoder.py | 110 tagMap = { variable 181 def __init__(self, tagMap, typeMap={}): argument 182 self.__tagMap = tagMap 256 encode = Encoder(tagMap, typeMap)
|
/external/python/pyasn1/pyasn1/codec/ber/ |
D | decoder.py | 1060 isUntagged = tagSet not in asn1Spec.tagMap 1091 isTagged = tagSet in asn1Spec.tagMap 1204 tagMap = { variable 1245 for typeDecoder in tagMap.values(): 1271 def __init__(self, tagMap, typeMap={}): argument 1272 self.__tagMap = tagMap 1298 tagMap = self.__tagMap 1449 concreteDecoder = tagMap[tagSet] 1459 concreteDecoder = tagMap[tagSet[:1]] 1494 elif tagSet == asn1Spec.tagSet or tagSet in asn1Spec.tagMap: [all …]
|
/external/python/pyasn1/docs/source/pyasn1/type/base/ |
D | asn1type.rst | 10 :members: isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
|
D | constructedasn1type.rst | 10 :members: isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
|
D | simpleasn1type.rst | 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
|
/external/golang-protobuf/proto/ |
D | properties.go | 63 type tagMap struct { struct 72 func (p *tagMap) get(t int) (int, bool) { argument 84 func (p *tagMap) put(t int, fi int) { argument 103 decoderTags tagMap // map from proto tag to struct field number
|
/external/python/pyasn1/docs/source/pyasn1/type/univ/ |
D | null.rst | 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
|
D | boolean.rst | 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
|
D | real.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, is…
|
D | objectidentifier.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, is…
|
D | choice.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, …
|
D | setof.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, …
|
D | sequence.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, …
|
/external/python/pyasn1/docs/source/pyasn1/type/char/ |
D | t61string.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|
D | iso646string.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|
D | numericstring.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|
D | utf8string.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|
D | generalstring.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|