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

  /external/nanopb-c/examples/using_union_messages/
decode.c 23 while (pb_decode_tag(stream, &wire_type, &tag, &eof))
  /external/nanopb-c/
pb_decode.h 120 bool pb_decode_tag(pb_istream_t *stream, pb_wire_type_t *wire_type, uint32_t *tag, bool *eof);
pb_decode.c 246 bool checkreturn pb_decode_tag(pb_istream_t *stream, pb_wire_type_t *wire_type, uint32_t *tag, bool *eof) function
811 if (!pb_decode_tag(stream, &wire_type, &tag, &eof))
    [all...]

Completed in 79 milliseconds