Home
last modified time | relevance | path

Searched refs:pb_decode_varint32_eof (Results 1 – 1 of 1) sorted by relevance

/nanopb-2.7.6/
Dpb_decode.c25 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() function
236 return pb_decode_varint32_eof(stream, dest, NULL); in pb_decode_varint32()
295 if (!pb_decode_varint32_eof(stream, &temp, eof)) in pb_decode_tag()