Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_param.cpp60 bool DecodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() function in OHOS::HiviewDFX::EventRaw::DecodedParam
155 bool SignedVarintDecodedArrayParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() function in OHOS::HiviewDFX::EventRaw::SignedVarintDecodedArrayParam
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Dencoded_param.cpp73 bool EncodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() function in OHOS::HiviewDFX::EventRaw::EncodedParam
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Dencoded_param.h227 virtual bool AsInt64Vec(std::vector<int64_t>& dest) override in AsInt64Vec() function