Home
last modified time | relevance | path

Searched refs:GetUInt (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_json.h89 uint32_t GetUInt(uint32_t defaultValue = 0) const;
101 Result GetUInt(const char *key, uint32_t *value) const;
Dpt_json.cpp314 uint32_t PtJson::GetUInt(uint32_t defaultValue) const in GetUInt() function in panda::ecmascript::tooling::PtJson
385 Result PtJson::GetUInt(const char *key, uint32_t *value) const in GetUInt() function in panda::ecmascript::tooling::PtJson
Dpt_params.cpp472 ret = params.GetUInt("droppedDepth", &droppedDepth); in Create()