Lines Matching refs:cbor
35 ; Using .size and .cbor together with maps.
39 ? "opt_cbor" => bstr .size 5 .cbor (uint .size 4),
46 cborNumbers: bstr .cbor Numbers,
48 ?optCborStrings: bstr .cbor Strings,
169 encoded-cbor,
175 cbor-any,
181 ; Testing complex .cbor statements, including nested .cbor.
182 CBORBstr = bstr .cbor ([
183 hello: bstr .cbor "Hello",
184 pi: bstr .cbor 3.1415,
185 big_uint_bstr: (bstr .cbor biguint),
186 nilval2: bstr .cbor nil