Home
last modified time | relevance | path

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

/aosp_15_r20/external/nanopb-c/tests/decode_unittests/
H A Ddecode_unittests.c259 TEST((s = S("\x00"), pb_dec_string(&s, &f, &d) && d[0] == '\0')) in main()
260 TEST((s = S("\x04xyzz"), pb_dec_string(&s, &f, &d) && strcmp(d, "xyzz") == 0)) in main()
261 TEST((s = S("\x05xyzzy"), !pb_dec_string(&s, &f, &d))) in main()
/aosp_15_r20/external/nanopb-c/
H A Dpb_decode.c45 static bool checkreturn pb_dec_string(pb_istream_t *stream, const pb_field_t *field, void *dest);
77 &pb_dec_string,
1481 static bool checkreturn pb_dec_string(pb_istream_t *stream, const pb_field_t *field, void *dest) in pb_dec_string() function
/aosp_15_r20/external/nanopb-c/docs/
H A Dmigration.rst257 *pb_dec_string*, *pb_enc_string*, or similar.
331 *pb_dec_string*, *pb_dec_varint*, *pb_dec_submessage* or similar.