HomeSort by relevance Sort by last modified time
    Searched refs:pb_dec_string (Results 1 - 2 of 2) sorted by null

  /external/nanopb-c/tests/decode_unittests/
decode_unittests.c 195 COMMENT("Test pb_dec_string")
196 TEST((s = S("\x00"), pb_dec_string(&s, &f, &d) && d[0] == '\0'))
197 TEST((s = S("\x04xyzz"), pb_dec_string(&s, &f, &d) && strcmp(d, "xyzz") == 0))
198 TEST((s = S("\x05xyzzy"), !pb_dec_string(&s, &f, &d)))
  /external/nanopb-c/
pb_decode.c 55 static bool checkreturn pb_dec_string(pb_istream_t *stream, const pb_field_t *field, void *dest);
71 &pb_dec_string,
1125 static bool checkreturn pb_dec_string(pb_istream_t *stream, const pb_field_t *field, void *dest) function
    [all...]

Completed in 236 milliseconds