Home
last modified time | relevance | path

Searched refs:dest_buf (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/
Duploadthread.cpp38 std::vector<char> dest_buf(encode_len); in Process() local
41 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()
Dclearcut_backend.cpp237 std::vector<char> dest_buf(encode_len); in Print() local
240 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()