Searched refs:pb_decode_varint32_eof (Results 1 – 1 of 1) sorted by relevance
25 static bool checkreturn pb_decode_varint32_eof(pb_istream_t *stream, uint32_t *dest, bool *eof);170 static bool checkreturn pb_decode_varint32_eof(pb_istream_t *stream, uint32_t *dest, bool *eof) in pb_decode_varint32_eof() function238 return pb_decode_varint32_eof(stream, dest, NULL); in pb_decode_varint32()297 if (!pb_decode_varint32_eof(stream, &temp, eof)) in pb_decode_tag()