Home
last modified time | relevance | path

Searched refs:strDecoded (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp136 string strDecoded = Base64Decode(base64Str, type); in GetStringBase64() local
137 return strDecoded; in GetStringBase64()
142 string strDecoded = GetStringBase64(env, str, type); in FromStringBase64() local
146 buffer->WriteString(strDecoded, size); in FromStringBase64()
153 string strDecoded = HexDecode(hexStr); in GetStringHex() local
154 return strDecoded; in GetStringHex()
163 string strDecoded = HexDecode(hexStr); in FromStringHex() local
164 buffer->WriteString(strDecoded, strDecoded.length()); in FromStringHex()
165 buffer->SetLength(strDecoded in FromStringHex()
[all...]

Completed in 2 milliseconds