Searched defs:ParseInt64 (Results 1 – 4 of 4) sorted by relevance
84 bool ParseInt64(const napi_env& env, const napi_value& value, int64_t& result) in ParseInt64() function
226 bool NapiParseUtils::ParseInt64(napi_env env, napi_value argv, int64_t& outValue) in ParseInt64() function in OHOS::NWeb::NapiParseUtils
184 static napi_value ParseInt64(napi_env env, napi_value object, const std::string &key, int64_t &valu… in ParseInt64() function