Lines Matching refs:dest
388 void *dest;
396 | dest | Pointer to the variable that stores the field value (as used by the defaul…
866 bool pb_decode_varint(pb_istream_t *stream, uint64_t *dest);
871 | dest | Storage for the decoded integer. Value is undefined on error.
878 bool pb_decode_varint32(pb_istream_t *stream, uint32_t *dest);
891 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest);
899 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
904 | dest | Pointer to destination `int32_t`, `uint32_t` or `float`.
909 writes the bytes to `dest`.
915 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
920 | dest | Pointer to destination `int64_t`, `uint64_t` or `double`.
931 bool pb_decode_double_as_float(pb_istream_t *stream, float *dest);
936 | dest | Pointer to destination *float*.