Searched defs:AsInt64Vec (Results 1 – 5 of 5) sorted by relevance
61 bool DecodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() function in OHOS::HiviewDFX::EventRaw::DecodedParam156 bool SignedVarintDecodedArrayParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() function in OHOS::HiviewDFX::EventRaw::SignedVarintDecodedArrayParam
76 bool EncodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() function in OHOS::HiviewDFX::EventRaw::EncodedParam
76 bool EncodedParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec() function in OHOS::HiviewDFX::Encoded::EncodedParam
227 virtual bool AsInt64Vec(std::vector<int64_t>& dest) override in AsInt64Vec() function