![]() |
WPILibC++ 2025.3.2
|
#include <stdint.h>#include <optional>#include <span>Go to the source code of this file.
Classes | |
| class | wpi::Uleb128Reader |
| Unsigned LEB128 streaming reader. More... | |
Namespaces | |
| namespace | wpi |
| Foonathan namespace. | |
Functions | |
| uint64_t | wpi::SizeUleb128 (uint64_t val) |
| Get size of unsigned LEB128 data. | |
| uint64_t | wpi::WriteUleb128 (SmallVectorImpl< char > &dest, uint64_t val) |
| Write unsigned LEB128 data. | |
| void | wpi::WriteUleb128 (raw_ostream &os, uint64_t val) |
| Write unsigned LEB128 data. | |
| uint64_t | wpi::ReadUleb128 (const char *addr, uint64_t *ret) |
| Read unsigned LEB128 data. | |
| bool | wpi::ReadUleb128 (raw_istream &is, uint64_t *ret) |
| Read unsigned LEB128 data from a stream. | |