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

  /external/nanopb-c/
pb_decode.h 135 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
pb_decode.c 992 bool pb_decode_fixed32(pb_istream_t *stream, void *dest) function
    [all...]
  /external/nanopb-c/tests/callbacks/
decode_callbacks.c 41 if (!pb_decode_fixed32(stream, &value))
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 41 if (!pb_decode_fixed32(stream, &value))
113 if (!pb_decode_fixed32(stream, &value))
  /system/chre/platform/slpi/see/
see_helper.cc 851 bool success = pb_decode_fixed32(stream, fltPtr);
    [all...]

Completed in 77 milliseconds