Home
last modified time | relevance | path

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

/trusty/user/base/lib/apploader_package/include/apploader/
Dcbor.h393 void encodeBstr(const std::string& str) { in encodeBstr() function
398 void encodeBstr(const std::vector<uint8_t>& vec) { in encodeBstr() function
402 void encodeBstr(const std::span<const uint8_t>& view) { in encodeBstr() function
406 void encodeBstr(__UNUSED const uint8_t* src, const size_t srcsz) { in encodeBstr() function
597 void encodeBstr(const std::string& str) { in encodeBstr() function
601 void encodeBstr(const std::span<const uint8_t>& byteView) { in encodeBstr() function
605 void encodeBstr(const std::vector<uint8_t>& vec) { in encodeBstr() function
609 void encodeBstr(const uint8_t* data, const size_t size) { in encodeBstr() function