summaryrefslogtreecommitdiff
path: root/Tests/AK/TestLEB128.cpp
AgeCommit message (Expand)Author
2023-02-08AK: Remove the fallible constructor from `FixedMemoryStream`Tim Schumacher
2023-02-04AK: Make LEB128 decoding work with `read_value`Tim Schumacher
2023-02-04AK: Port `LEB128` to the new `AK::Stream`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2021-05-31AK: Handle LEB128 encoded values that are too large for the result typeAndrew Kaster
2021-05-31AK: Add tests for LEB128 decoderAndrew Kaster