Home
last modified time | relevance | path

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

/external/grpc-grpc/third_party/nanopb/tests/decode_unittests/
Ddecode_unittests.c212 TEST((s = S("\x00"), pb_dec_string(&s, &f, &d) && d[0] == '\0')) in main()
213 TEST((s = S("\x04xyzz"), pb_dec_string(&s, &f, &d) && strcmp(d, "xyzz") == 0)) in main()
214 TEST((s = S("\x05xyzzy"), !pb_dec_string(&s, &f, &d))) in main()
/external/nanopb-c/tests/decode_unittests/
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()
/external/grpc-grpc/third_party/nanopb/
Dpb_decode.c44 static bool checkreturn pb_dec_string(pb_istream_t *stream, const pb_field_t *field, void *dest);
66 &pb_dec_string,
1291 static bool checkreturn pb_dec_string(pb_istream_t *stream, const pb_field_t *field, void *dest) in pb_dec_string() function
/external/nanopb-c/
Dpb_decode.c44 static bool checkreturn pb_dec_string(pb_istream_t *stream, const pb_field_t *field, void *dest);
75 &pb_dec_string,
1428 static bool checkreturn pb_dec_string(pb_istream_t *stream, const pb_field_t *field, void *dest) in pb_dec_string() function
/external/grpc-grpc/third_party/nanopb/docs/
Dmigration.rst180 *pb_dec_string*, *pb_enc_string*, or similar.
254 *pb_dec_string*, *pb_dec_varint*, *pb_dec_submessage* or similar.
/external/nanopb-c/docs/
Dmigration.rst224 *pb_dec_string*, *pb_enc_string*, or similar.
298 *pb_dec_string*, *pb_dec_varint*, *pb_dec_submessage* or similar.