/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 | 246 tagMap = namedType.asn1Object.tagMap 247 if isinstance(tagMap, NamedTypes.PostponedError): 248 return tagMap 249 if not tagMap: 251 for _tagSet in tagMap.presentTypes: 401 return self.__ambiguousTypes[idx].tagMap 475 tagMap = namedType.asn1Object.tagMap 476 if isinstance(tagMap, NamedTypes.PostponedError): 477 return tagMap 478 for tagSet in tagMap: [all …]
|
/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/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/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)
|
D | encoder.py | 220 tagMap = encoder.tagMap.copy() variable 221 tagMap.update({ 294 encode = Encoder(tagMap, typeMap)
|
/external/python/pyasn1/pyasn1/codec/native/ |
D | encoder.py | 104 tagMap = { variable 149 def __init__(self, tagMap, typeMap={}): argument 150 self.__tagMap = tagMap 229 encode = Encoder(tagMap, typeMap)
|
D | decoder.py | 65 tagMap = { variable 134 def __init__(self, tagMap, typeMap): argument 135 self.__tagMap = tagMap 214 decode = Decoder(tagMap, typeMap)
|
/external/python/pyasn1/pyasn1/codec/ber/ |
D | decoder.py | 986 tagMap = { variable 1027 for typeDecoder in tagMap.values(): 1053 def __init__(self, tagMap, typeMap={}): argument 1054 self.__tagMap = tagMap 1085 tagMap = self.__tagMap 1209 concreteDecoder = tagMap[tagSet] 1216 concreteDecoder = tagMap[tagSet[:1]] 1241 elif tagSet == asn1Spec.tagSet or tagSet in asn1Spec.tagMap: 1259 concreteDecoder = tagMap[baseTagSet] 1376 decode = Decoder(tagMap, typeMap)
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | properties.go | 64 type tagMap struct { struct 73 func (p *tagMap) get(t int) (int, bool) { argument 85 func (p *tagMap) put(t int, fi int) { argument 104 decoderTags tagMap // map from proto tag to struct field number
|
/external/golang-protobuf/proto/ |
D | properties.go | 64 type tagMap struct { struct 73 func (p *tagMap) get(t int) (int, bool) { argument 85 func (p *tagMap) put(t int, fi int) { argument 104 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 | objectidentifier.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, is…
|
D | real.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, is…
|
D | sequenceof.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, …
|
D | setof.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, …
|
D | integer.rst | 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap,
|
D | enumerated.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, na…
|
/external/python/pyasn1/docs/source/pyasn1/type/char/ |
D | t61string.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|
D | utf8string.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 | universalstring.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|