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

  /external/nanopb-c/
pb_decode.h 139 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);
pb_decode.c 1011 bool pb_decode_fixed64(pb_istream_t *stream, void *dest) function
    [all...]
  /external/nanopb-c/tests/callbacks/
decode_callbacks.c 51 if (!pb_decode_fixed64(stream, &value))
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 51 if (!pb_decode_fixed64(stream, &value))
124 if (!pb_decode_fixed64(stream, &value))

Completed in 274 milliseconds