Searched refs:pb_decode_fixed64 (Results 1 – 5 of 5) sorted by relevance
139 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
1011 bool pb_decode_fixed64(pb_istream_t *stream, void *dest) in pb_decode_fixed64() function1093 return pb_decode_fixed64(stream, dest); in pb_dec_fixed64()
51 if (!pb_decode_fixed64(stream, &value)) in print_fixed64()
51 if (!pb_decode_fixed64(stream, &value)) in read_fixed64()124 if (!pb_decode_fixed64(stream, &value)) in read_repeated_fixed64()
682 …pb_decode_varint`_, `pb_decode_svarint`_, `pb_decode_fixed32`_ and `pb_decode_fixed64`_. They take…720 pb_decode_fixed64 section in pb_decode.h