Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_param.cpp35 bool DecodedParam::AsUint64(uint64_t& dest) in AsUint64() function in OHOS::HiviewDFX::EventRaw::DecodedParam
85 bool UnsignedVarintDecodedParam::AsUint64(uint64_t& dest) in AsUint64() function in OHOS::HiviewDFX::EventRaw::UnsignedVarintDecodedParam
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Dencoded_param.cpp48 bool EncodedParam::AsUint64(uint64_t& dest) in AsUint64() function in OHOS::HiviewDFX::EventRaw::EncodedParam
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Dencoded_param.h90 virtual bool AsUint64(uint64_t& dest) override in AsUint64() function