Lines Matching refs:pb_istream_t
284 bool (*decode)(pb_istream_t *stream, const pb_field_t *field, void **arg);
314 bool (*decode)(pb_istream_t *stream, pb_extension_t *extension,
556 pb_istream_t pb_istream_from_buffer(uint8_t *buf, size_t bufsize);
566 bool pb_read(pb_istream_t *stream, uint8_t *buf, size_t count);
579 bool pb_decode(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
600 bool pb_decode_noinit(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
616 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
639 bool pb_skip_varint(pb_istream_t *stream);
648 bool pb_skip_string(pb_istream_t *stream);
657 bool pb_decode_tag(pb_istream_t *stream, pb_wire_type_t *wire_type, int *tag, bool *eof);
672 bool pb_skip_field(pb_istream_t *stream, pb_wire_type_t wire_type);
692 bool pb_decode_varint(pb_istream_t *stream, uint64_t *dest);
702 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest);
710 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
724 bool pb_dec_fixed(pb_istream_t *stream, const pb_field_t *field, void *dest);
737 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
749 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);