Lines Matching refs:cbor
136 // See cbor::NewCBOREncoder, cbor::ParseCBOR, json::NewJSONEncoder,
160 namespace cbor {
194 // Checks whether |msg| is a cbor message.
247 // cbor::EnvelopeEncoder - for wrapping submessages
274 // cbor::NewCBOREncoder - for encoding from a streaming parser
288 // cbor::CBORTokenizer - for parsing individual CBOR items
406 // cbor::ParseCBOR - for receiving streaming parser events for CBOR messages
416 // cbor::AppendString8EntryToMap - for limited in-place editing of messages
419 // Modifies the |cbor| message by appending a new key/value entry at the end
421 // If not successful, |cbor| may be corrupted after this call.
424 std::vector<uint8_t>* cbor);
427 std::string* cbor);
431 cbor::MajorType* type,
434 void WriteTokenStart(cbor::MajorType type,
437 void WriteTokenStart(cbor::MajorType type,
441 } // namespace cbor
490 span<uint8_t> cbor,
493 span<uint8_t> cbor,
497 std::vector<uint8_t>* cbor);
500 std::vector<uint8_t>* cbor);
503 std::string* cbor);
506 std::string* cbor);