Searched defs:ParseUint32 (Results 1 – 4 of 4) sorted by relevance
35 uint32_t ParseUint32(const Json::Value& root, const std::string& key) in ParseUint32() function
99 bool ParseUint32(const napi_env& env, const napi_value& value, uint32_t& result) in ParseUint32() function
28 napi_value ParseUint32(napi_env env, napi_value object, uint32_t &store) in ParseUint32() function
185 bool NapiParseUtils::ParseUint32(napi_env env, napi_value argv, uint32_t& outValue) in ParseUint32() function in OHOS::NWeb::NapiParseUtils