Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_base64.h152 const char *inputDecode_ = nullptr; variable
H A Djs_base64.cpp231 inputDecode_ = static_cast<const char*>(resultData); in DecodeSyncInner()
232 pret = DecodeAchieve(env, inputDecode_, length, valueType); in DecodeSyncInner()