Home | History | Annotate | Download | only in nanopb-c

Lines Matching full:read_raw_value

38 static bool checkreturn read_raw_value(pb_istream_t *stream, pb_wire_type_t wire_type, uint8_t *buf, size_t *size);
287 static bool checkreturn read_raw_value(pb_istream_t *stream, pb_wire_type_t wire_type, uint8_t *buf, size_t *size)
640 if (!read_raw_value(stream, wire_type, buffer, &size))