Home
last modified time | relevance | path

Searched refs:ArgValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/services/native/include/
H A Draw_param.h65 struct ArgValue { struct
76 std::unique_ptr<ArgValue> argValues_[ARG_MAX_COUNT + 1] = {nullptr};
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Draw_param.cpp54 argValues_[i] = std::make_unique<ArgValue>(); in Init()