Lines Matching +full:encode +full:- +full:only
7 - keeping it light weight
8 - implementation in C
9 - minimal dynamic memory allocations
10 - endian-safe
11 - no OpenBMC specific dependencies
20 encode_foo_req() - encode a foo request
21 decode_foo_resp() - decode a response to foo
27 decode_foo_req() - decode a foo request
28 encode_foo_resp() - encode a response to foo
47 meson setup build && meson compile -C build
53 meson test -C build
61 [^1]: ["library API + compiler ABI = library ABI"][libstdc++-library-abi]
63 [libstdc++-library-abi]:
70 Applications depending on `libpldm` should aim to only use functions from the
73 in [CONTRIBUTING](CONTRIBUTING.md#Library-background).