Home
last modified time | relevance | path

Searched defs:cbor (Results 1 – 17 of 17) sorted by relevance

/external/kotlinx.serialization/formats/cbor/commonTest/src/kotlinx/serialization/cbor/
DCborLabelTest.kt33 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
DCborArrayTest.kt18 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
DCborIsoTest.kt24 val cbor = Cbor { in writeReadVerifyCoseSigned() constant
DCborPolymorphismTest.kt17 val cbor = Cbor { serializersModule = SimplePolymorphicModule } in <lambda>() constant in kotlinx.serialization.cbor.CborPolymorphismTest
DCborTaggedTest.kt510 }).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/
Dcbor_test.c51 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/
Dlib.rs130 macro_rules! cbor { macro
/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/cbor/
DCborBaseLine.kt46 val cbor = Cbor { in <lambda>() constant in kotlinx.benchmarks.cbor.CborBaseline
/external/kotlinx.serialization/formats/cbor/commonMain/src/kotlinx/serialization/cbor/
DCborDecoder.kt32 public val cbor: Cbor constant
DCborEncoder.kt32 public val cbor: Cbor constant
/external/open-dice/dpe-rs/src/
Dlib.rs52 pub mod cbor; module
/external/kotlinx.serialization/formats/cbor/commonMain/src/kotlinx/serialization/cbor/internal/
DEncoder.kt28 override val cbor: Cbor, in Stack() constant in kotlinx.serialization.cbor.internal.CborWriter
DDecoder.kt15 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/
Dlecp.c371 lecp_parse(struct lecp_ctx *ctx, const uint8_t *cbor, size_t len) in lecp_parse()
/external/libwebsockets/include/libwebsockets/
Dlws-lecp.h261 uint8_t cbor[64]; /* literal cbor capture */ member
/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp6204 enum class input_format_t { json, cbor, msgpack, ubjson, bson, bjdata }; enumerator
/external/ublksrv/include/nlohmann/
Djson.hpp5920 enum class input_format_t { json, cbor, msgpack, ubjson, bson, bjdata }; enumerator