Searched refs:pb_decode_svarint (Results 1 – 4 of 4) sorted by relevance
131 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest);
978 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest) in pb_decode_svarint() function1071 if (!pb_decode_svarint(stream, &value)) in pb_dec_svarint()
31 if (!pb_decode_svarint(stream, &value)) in read_svarint()102 if (!pb_decode_svarint(stream, &value)) in read_repeated_svarint()
682 …including enumerated and boolean) values, use `pb_decode_varint`_, `pb_decode_svarint`_, `pb_decod…698 pb_decode_svarint section in pb_decode.h702 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest);