OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:namedType
(Results
1 - 9
of
9
) sorted by null
/external/python/pyasn1/pyasn1/type/
namedtype.py
13
__all__ = ['
NamedType
', 'OptionalNamedType', 'DefaultedNamedType',
23
class
NamedType
(object):
26
The |
NamedType
| object represents a single name and ASN.1 type of a constructed ASN.1 type.
28
|
NamedType
| objects are immutable and duck-type Python :class:`tuple` objects
104
class OptionalNamedType(
NamedType
):
105
__doc__ =
NamedType
.__doc__
110
class DefaultedNamedType(
NamedType
):
111
__doc__ =
NamedType
.__doc__
126
*namedTypes: :class:`~pyasn1.type.
namedtype
.
NamedType
`
[
all
...]
/external/python/pyasn1/pyasn1/codec/cer/
encoder.py
118
namedType
= namedTypes[idx]
120
if
namedType
.isOptional and not component.isValue:
123
if
namedType
.isDefaulted and component ==
namedType
.asn1Object:
126
compsMap[id(component)] =
namedType
135
for idx,
namedType
in enumerate(asn1Spec.componentType.namedTypes):
138
component = value[
namedType
.name]
141
raise error.PyAsn1Error('Component name "%s" not found in %r' % (
namedType
.name, value))
143
if
namedType
.isOptional and
namedType
.name not in value
[
all
...]
/external/python/pyasn1/pyasn1/codec/der/
encoder.py
33
names = [
namedType
.name for
namedType
in asn1Spec.componentType.namedTypes
34
if
namedType
.name in component]
/external/python/pyasn1/pyasn1/codec/ber/
encoder.py
439
namedType
= namedTypes[idx]
441
if
namedType
.isOptional and not component.isValue:
444
if
namedType
.isDefaulted and component ==
namedType
.asn1Object:
448
options.update(ifNotEmpty=
namedType
.isOptional)
453
if namedTypes and
namedType
.openType:
454
wrapType =
namedType
.asn1Object
462
for idx,
namedType
in enumerate(asn1Spec.componentType.namedTypes):
465
component = value[
namedType
.name]
468
raise error.PyAsn1Error('Component name "%s" not found in %r' % (
namedType
.name, value)
[
all
...]
decoder.py
564
for idx,
namedType
in enumerate(namedTypes.namedTypes):
565
if not
namedType
.openType:
568
if
namedType
.isOptional and not asn1Object.getComponentByPosition(idx).isValue:
572
namedType
.openType.name
581
openType =
namedType
.openType[governingValue]
699
for idx,
namedType
in enumerate(namedTypes.namedTypes):
700
if not
namedType
.openType:
703
if
namedType
.isOptional and not asn1Object.getComponentByPosition(idx).isValue:
707
namedType
.openType.name
716
openType =
namedType
.openType[governingValue
[
all
...]
/external/libxml2/include/libxml/
schemasInternals.h
781
const xmlChar *
namedType
;
/external/libxml2/
xmlschemas.c
[
all
...]
/external/mockito/lib/
byte-buddy-1.8.15.jar
/external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar
Completed in 1778 milliseconds