Searched refs:SignedVarintDecoded (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/ |
H A D | decoded_param.cpp | 120 return RawDataDecoder::SignedVarintDecoded(rawData_, maxLen_, pos_, val_); in DecodeValue() 140 ret = ret && RawDataDecoder::SignedVarintDecoded(rawData_, maxLen_, pos_, val); in DecodeValue()
|
H A D | raw_data_decoder.cpp | 54 bool RawDataDecoder::SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_… in SignedVarintDecoded() function in OHOS::HiviewDFX::EventRaw::RawDataDecoder
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/ |
H A D | raw_data_decoder.h | 27 …static bool SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_t& dest);
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/ |
H A D | event_raw_encoded_and_decoded_test.cpp | 430 RawDataDecoder::SignedVarintDecoded(data.GetData(), MAX_LEN, decodedOffset, dest);
|