Home
last modified time | relevance | path

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

/external/nanopb-c/
Dpb_decode.c37 static bool checkreturn pb_decode_varint32(pb_istream_t *stream, uint32_t *dest);
168 static bool checkreturn pb_decode_varint32(pb_istream_t *stream, uint32_t *dest) in pb_decode_varint32() function
240 if (!pb_decode_varint32(stream, &length)) in pb_skip_string()
253 if (!pb_decode_varint32(stream, &temp)) in pb_decode_tag()
320 if (!pb_decode_varint32(stream, &size)) in pb_make_string_substream()
1101 if (!pb_decode_varint32(stream, &size)) in pb_dec_bytes()
1130 if (!pb_decode_varint32(stream, &size)) in pb_dec_string()