Lines Matching refs:eof
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() argument
179 if (eof) in pb_decode_varint32_eof()
181 *eof = true; in pb_decode_varint32_eof()
288 …heckreturn pb_decode_tag(pb_istream_t *stream, pb_wire_type_t *wire_type, uint32_t *tag, bool *eof) in pb_decode_tag() argument
291 *eof = false; in pb_decode_tag()
295 if (!pb_decode_varint32_eof(stream, &temp, eof)) in pb_decode_tag()
944 bool eof; in pb_message_set_to_defaults() local
949 if (!pb_decode_tag(&defstream, &wire_type, &tag, &eof)) in pb_message_set_to_defaults()
963 if (!pb_decode_tag(&defstream, &wire_type, &tag, &eof)) in pb_message_set_to_defaults()
1008 bool eof; in pb_decode_inner() local
1010 if (!pb_decode_tag(stream, &wire_type, &tag, &eof)) in pb_decode_inner()
1012 if (eof) in pb_decode_inner()