Home
last modified time | relevance | path

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

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