/external/kotlinx.serialization/formats/cbor/commonTest/src/kotlinx/serialization/cbor/ |
D | CborLabelTest.kt | 33 val cbor = Cbor { in writeReadVerifyCborLabel() constant 42 val cbor = Cbor { in writeReadVerifySerialName() constant 59 val cbor = Cbor { in writeReadVerifyCborLabelWithTags() constant 78 val cbor = Cbor { in writeReadVerifyCborLabelWithTagsThrowing() constant 102 val cbor = Cbor { in writeReadVerifyCborLabelWithTagsAndUnknownKeys() constant 126 val cbor = Cbor { in writeClassWithoutLabelBuPreferLabel() constant
|
D | CborArrayTest.kt | 18 val cbor = Cbor.CoseCompliant in writeReadVerifyArraySize1() constant 35 val cbor = Cbor.CoseCompliant in writeReadVerifyArraySize2() constant 53 val cbor = Cbor.CoseCompliant in writeReadVerifyArraySize4Nullable() constant 74 val cbor = Cbor.CoseCompliant in writeReadVerifyClassWithArray() constant 103 val cbor = Cbor.CoseCompliant in writeReadVerifyDoubleTaggedClassWithArray() constant
|
D | CborIsoTest.kt | 24 val cbor = Cbor { in writeReadVerifyCoseSigned() constant
|
D | CborPolymorphismTest.kt | 17 val cbor = Cbor { serializersModule = SimplePolymorphicModule } in <lambda>() constant in kotlinx.serialization.cbor.CborPolymorphismTest
|
D | CborTaggedTest.kt | 510 }).forEach { cbor -> in wrongTags() method 541 }).forEach { cbor -> in wrongTags() method 561 val cbor = Cbor { in objectTags() constant 666 val cbor = Cbor { in nestedObjectTags() constant
|
/external/cn-cbor/test/ |
D | cbor_test.c | 51 CTEST(cbor, error) in CTEST() argument 66 CTEST(cbor, parse) in CTEST() argument 136 CTEST(cbor, parse_normalize) in CTEST() argument 212 CTEST(cbor, fail) in CTEST() argument 244 CTEST(cbor, float) in CTEST() argument 276 CTEST(cbor, getset) in CTEST() argument 322 CTEST(cbor, create) in CTEST() argument 395 CTEST(cbor, map_errors) in CTEST() argument 407 CTEST(cbor, array) in CTEST() argument 424 CTEST(cbor, array_errors) in CTEST() argument [all …]
|
/external/rust/android-crates-io/crates/ciborium/src/ |
D | lib.rs | 130 macro_rules! cbor { macro
|
/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/cbor/ |
D | CborBaseLine.kt | 46 val cbor = Cbor { in <lambda>() constant in kotlinx.benchmarks.cbor.CborBaseline
|
/external/kotlinx.serialization/formats/cbor/commonMain/src/kotlinx/serialization/cbor/ |
D | CborDecoder.kt | 32 public val cbor: Cbor constant
|
D | CborEncoder.kt | 32 public val cbor: Cbor constant
|
/external/open-dice/dpe-rs/src/ |
D | lib.rs | 52 pub mod cbor; module
|
/external/kotlinx.serialization/formats/cbor/commonMain/src/kotlinx/serialization/cbor/internal/ |
D | Encoder.kt | 28 override val cbor: Cbor, in Stack() constant in kotlinx.serialization.cbor.internal.CborWriter
|
D | Decoder.kt | 15 internal open class CborReader(override val cbor: Cbor, protected val parser: CborParser) : Abstrac… in <lambda>() constant in kotlinx.serialization.cbor.internal.CborReader
|
/external/libwebsockets/lib/misc/ |
D | lecp.c | 371 lecp_parse(struct lecp_ctx *ctx, const uint8_t *cbor, size_t len) in lecp_parse()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-lecp.h | 261 uint8_t cbor[64]; /* literal cbor capture */ member
|
/external/icu/icu4c/source/tools/toolutil/ |
D | json-json.hpp | 6204 enum class input_format_t { json, cbor, msgpack, ubjson, bson, bjdata }; enumerator
|
/external/ublksrv/include/nlohmann/ |
D | json.hpp | 5920 enum class input_format_t { json, cbor, msgpack, ubjson, bson, bjdata }; enumerator
|