Home
last modified time | relevance | path

Searched defs:AsUint64Vec (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/base/event_raw/decoded/
Ddecoded_param.cpp56 bool DecodedParam::AsUint64Vec(std::vector<uint64_t>& dest) in AsUint64Vec() function in OHOS::HiviewDFX::EventRaw::DecodedParam
113 bool UnsignedVarintDecodedArrayParam::AsUint64Vec(std::vector<uint64_t>& dest) in AsUint64Vec() function in OHOS::HiviewDFX::EventRaw::UnsignedVarintDecodedArrayParam
/base/hiviewdfx/hiview/base/event_raw/encoded/
Dencoded_param.cpp68 bool EncodedParam::AsUint64Vec(std::vector<uint64_t>& dest) in AsUint64Vec() function in OHOS::HiviewDFX::EventRaw::EncodedParam
/base/hiviewdfx/hiview/base/event_raw/include/encoded/
Dencoded_param.h136 virtual bool AsUint64Vec(std::vector<uint64_t>& dest) override in AsUint64Vec() function