Home
last modified time | relevance | path

Searched defs:decodeSequentially (Results 1 – 11 of 11) sorted by relevance

/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/internal/
DAbstractPolymorphicSerializer.kt70 private fun decodeSequentially(compositeDecoder: CompositeDecoder): T { in decodeSequentially() method
DTuples.kt131 private fun decodeSequentially(composite: CompositeDecoder): Triple<A, B, C> { in decodeSequentially() method in TripleSerializer
/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/
DTaggedTest.kt34 override fun decodeSequentially(): Boolean = true in decodeSequentially() method in kotlinx.serialization.TaggedTest.Emitter
DCustomPropertyAccessorsTest.kt124 override fun decodeSequentially(): Boolean = false in decodeSequentially() method in kotlinx.serialization.CustomPropertyAccessorsTest.CommonStringDecoder
/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/internal/
DDummySequentialDecoder.kt21 override fun decodeSequentially(): Boolean = true in notImplemented() method in kotlinx.serialization.internal.DummySequentialDecoder
/external/kotlinx.serialization/guide/example/
Dexample-formats-12.kt42 override fun decodeSequentially(): Boolean = true in encodeToList() method in example.exampleFormats12.ListDecoder
Dexample-formats-13.kt47 override fun decodeSequentially(): Boolean = true in encodeToList() method in example.exampleFormats13.ListDecoder
Dexample-formats-14.kt50 override fun decodeSequentially(): Boolean = true in encodeToList() method in example.exampleFormats14.ListDecoder
Dexample-formats-15.kt62 override fun decodeSequentially(): Boolean = true in encodeTo() method in example.exampleFormats15.DataInputDecoder
Dexample-formats-16.kt84 override fun decodeSequentially(): Boolean = true in encodeTo() method in example.exampleFormats16.DataInputDecoder
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/encoding/
DDecoding.kt364 public fun decodeSequentially(): Boolean = false in endStructure() method