Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/
H A Dbase64.h90 inline size_t PrefixedBase64Encode(span<const std::byte> binary_message, in PrefixedBase64Encode() function
99 inline size_t PrefixedBase64Encode(span<const uint8_t> binary_message, in PrefixedBase64Encode() function
110 inline void PrefixedBase64Encode(span<const uint8_t> binary_message, in PrefixedBase64Encode() function
119 auto PrefixedBase64Encode(span<const std::byte> binary_message) { in PrefixedBase64Encode() function
128 auto PrefixedBase64Encode(span<const uint8_t> binary_message) { in PrefixedBase64Encode() function
/aosp_15_r20/external/pigweed/pw_log_tokenized/public/pw_log_tokenized/
H A Dbase64.h34 inline InlineString<kBase64EncodedBufferSizeBytes> PrefixedBase64Encode( in PrefixedBase64Encode() function
44 inline InlineString<kBase64EncodedBufferSizeBytes> PrefixedBase64Encode( in PrefixedBase64Encode() function
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Dbase64.cc43 void PrefixedBase64Encode(span<const std::byte> binary_message, in PrefixedBase64Encode() function