Home
last modified time | relevance | path

Searched defs:encodeValue (Results 1 – 20 of 20) sorted by relevance

/external/python/pyasn1/pyasn1/codec/ber/
Dencoder.py73 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in AbstractItemEncoder
156 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in EndOfOctetsEncoder
163 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in BooleanEncoder
171 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in IntegerEncoder
188 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in BitStringEncoder
230 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in OctetStringEncoder
292 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in NullEncoder
299 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in ObjectIdentifierEncoder
420 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in RealEncoder
527 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in SequenceEncoder
[all …]
/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/
DHeaderValue.java137 abstract void encodeValue(DataOutputStream dos) throws IOException; in encodeValue() method in HeaderValue
189 void encodeValue(DataOutputStream dos) {} in encodeValue() method in HeaderValue.BooleanValue
234 void encodeValue(DataOutputStream dos) {} in encodeValue() method in HeaderValue.ByteValue
275 void encodeValue(DataOutputStream dos) {} in encodeValue() method in HeaderValue.ShortValue
316 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.IntegerValue
359 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.LongValue
402 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.ByteArrayValue
445 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.StringValue
493 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.TimestampValue
542 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.UuidValue
/external/python/pyasn1/pyasn1/codec/cer/
Dencoder.py17 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in BooleanEncoder
44 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in TimeEncoderMixIn
113 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in SetOfEncoder
132 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in SequenceOfEncoder
163 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in SetEncoder
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/internal/
DNoOpEncoder.kt19 public override fun encodeValue(value: Any): Unit = Unit method
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DStandardDSAEncoding.java60 protected void encodeValue(BigInteger n, ASN1EncodableVector v, BigInteger x) in encodeValue() method in StandardDSAEncoding
DPlainDSAEncoding.java52 private void encodeValue(BigInteger n, BigInteger x, byte[] buf, int off, int len) in encodeValue() method in PlainDSAEncoding
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/signers/
DStandardDSAEncoding.java64 protected void encodeValue(BigInteger n, ASN1EncodableVector v, BigInteger x) in encodeValue() method in StandardDSAEncoding
DPlainDSAEncoding.java56 private void encodeValue(BigInteger n, BigInteger x, byte[] buf, int off, int len) in encodeValue() method in PlainDSAEncoding
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/signers/
DStandardDSAEncoding.java64 protected void encodeValue(BigInteger n, ASN1EncodableVector v, BigInteger x) in encodeValue() method in StandardDSAEncoding
DPlainDSAEncoding.java56 private void encodeValue(BigInteger n, BigInteger x, byte[] buf, int off, int len) in encodeValue() method in PlainDSAEncoding
/external/kotlinx.serialization/formats/json/jsMain/src/kotlinx/serialization/json/internal/
DDynamicEncoders.kt92 override fun encodeValue(value: Any) { in encodeValue() method in kotlinx.serialization.json.internal.DynamicObjectEncoder
277 override fun encodeValue(value: Any) { in encodeValue() method in kotlinx.serialization.json.internal.DynamicPrimitiveEncoder
/external/kotlinx.serialization/guide/example/
Dexample-formats-11.kt15 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats11.ListEncoder
Dexample-formats-12.kt15 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats12.ListEncoder
Dexample-formats-13.kt15 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats13.ListEncoder
Dexample-formats-14.kt15 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats14.ListEncoder
Dexample-formats-15.kt15 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats15.ListEncoder
/external/python/pyasn1-modules/tools/
Docspclient.py37 def encodeValue(*args): member in ValueOnlyBitStringEncoder
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/encoding/
DAbstractEncoder.kt36 public open fun encodeValue(value: Any): Unit = in encodeElement() method in kotlinx.serialization.encoding.AbstractEncoder
/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/
DBasicTypesSerializationTest.kt48 override fun encodeValue(value: Any) { in encodeValue() method in kotlinx.serialization.BasicTypesSerializationTest.KeyValueOutput
/external/kotlinx.serialization/integration-test/src/commonTest/kotlin/sample/
DBasicTypesSerializationTest.kt149 override fun encodeValue(value: Any) { in encodeValue() method in sample.BasicTypesSerializationTest.KeyValueOutput