Searched defs:ParseInt32 (Results 1 – 3 of 3) sorted by relevance
75 bool ParseInt32(const napi_env& env, const napi_value& value, int32_t& result) in ParseInt32() function
178 bool NapiParseUtils::ParseInt32(napi_env env, napi_value argv, int32_t& outValue) in ParseInt32() function in OHOS::NWeb::NapiParseUtils
206 static napi_value ParseInt32(napi_env env, napi_value object, const std::string &key, int32_t &valu… in ParseInt32() function