Searched refs:dest_buf (Results 1 – 2 of 2) sorted by relevance
38 std::vector<char> dest_buf(encode_len); in Process() local41 auto n_encoded = modp_b64_encode(&dest_buf[0], reinterpret_cast<const char*>(&evt_ser[0]), in Process()47 std::string s(&dest_buf[0], n_encoded); in Process()
237 std::vector<char> dest_buf(encode_len); in Print() local240 auto n_encoded = modp_b64_encode(&dest_buf[0], reinterpret_cast<const char*>(&evt_ser[0]), in Print()246 std::string s(&dest_buf[0], n_encoded); in Print()