Lines Matching full:pb_decode_fixed32
682 For decoding numeric (including enumerated and boolean) values, use `pb_decode_varint`_, `pb_decode_svarint`_, `pb_decode_fixed32`_ and `pb_decode_fixed64`_. They take a pointer to a 32- or 64-bit C variable, which you may then cast to smaller datatype for storage.
706 pb_decode_fixed32
710 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
731 Same as `pb_decode_fixed32`_, except this reads 8 bytes.