Searched refs:GetUInt (Results 1 – 3 of 3) sorted by relevance
89 uint32_t GetUInt(uint32_t defaultValue = 0) const;101 Result GetUInt(const char *key, uint32_t *value) const;
314 uint32_t PtJson::GetUInt(uint32_t defaultValue) const in GetUInt() function in panda::ecmascript::tooling::PtJson385 Result PtJson::GetUInt(const char *key, uint32_t *value) const in GetUInt() function in panda::ecmascript::tooling::PtJson
472 ret = params.GetUInt("droppedDepth", &droppedDepth); in Create()