Home
last modified time | relevance | path

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

/nanopb-3.4.0/
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
238 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()