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 in kotlinx.serialization.internal.AbstractPolymorphicSerializer
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-13.kt46 override fun decodeSequentially(): Boolean = true in encodeToList() method in example.exampleFormats13.ListDecoder
Dexample-formats-14.kt51 override fun decodeSequentially(): Boolean = true in encodeToList() method in example.exampleFormats14.ListDecoder
Dexample-formats-15.kt54 override fun decodeSequentially(): Boolean = true in encodeToList() method in example.exampleFormats15.ListDecoder
Dexample-formats-16.kt66 override fun decodeSequentially(): Boolean = true in encodeTo() method in example.exampleFormats16.DataInputDecoder
Dexample-formats-17.kt88 override fun decodeSequentially(): Boolean = true in encodeTo() method in example.exampleFormats17.DataInputDecoder
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/encoding/
DDecoding.kt364 public fun decodeSequentially(): Boolean = false in endStructure() method