Searched refs:pb_dec_string (Results 1 – 3 of 3) sorted by relevance
/nanopb-2.7.6/tests/decode_unittests/ |
D | decode_unittests.c | 297 TEST((s = S("\x00"), pb_dec_string(&s, &f) && d[0] == '\0')) in main() 298 TEST((s = S("\x04xyzz"), pb_dec_string(&s, &f) && strcmp(d, "xyzz") == 0)) in main() 299 TEST((s = S("\x05xyzzy"), !pb_dec_string(&s, &f))) in main()
|
/nanopb-2.7.6/ |
D | pb_decode.c | 39 static bool checkreturn pb_dec_string(pb_istream_t *stream, const pb_field_iter_t *field); 444 return pb_dec_string(stream, field); in decode_basic_field() 1518 static bool checkreturn pb_dec_string(pb_istream_t *stream, const pb_field_iter_t *field) in pb_dec_string() function
|
/nanopb-2.7.6/docs/ |
D | migration.md | 507 function `pb_dec_string`, `pb_enc_string`, or similar. 583 function `pb_dec_string`, `pb_dec_varint`, `pb_dec_submessage` or
|