Searched refs:read_raw_value (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/third_party/nanopb/ |
D | pb_decode.c | 28 static bool checkreturn read_raw_value(pb_istream_t *stream, pb_wire_type_t wire_type, pb_byte_t *b… 291 static bool checkreturn read_raw_value(pb_istream_t *stream, pb_wire_type_t wire_type, pb_byte_t *b… in read_raw_value() function 638 if (!read_raw_value(stream, wire_type, buffer, &size)) in decode_callback_field()
|
/external/nanopb-c/ |
D | pb_decode.c | 27 static bool checkreturn read_raw_value(pb_istream_t *stream, pb_wire_type_t wire_type, pb_byte_t *b… 331 static bool checkreturn read_raw_value(pb_istream_t *stream, pb_wire_type_t wire_type, pb_byte_t *b… in read_raw_value() function 699 if (!read_raw_value(stream, wire_type, buffer, &size)) in decode_callback_field()
|