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

  /external/grpc-grpc/third_party/nanopb/
pb_decode.c 27 static bool checkreturn pb_decode_varint32(pb_istream_t *stream, uint32_t *dest);
172 static bool checkreturn pb_decode_varint32(pb_istream_t *stream, uint32_t *dest) function
244 if (!pb_decode_varint32(stream, &length))
257 if (!pb_decode_varint32(stream, &temp))
324 if (!pb_decode_varint32(stream, &size))
    [all...]
  /external/nanopb-c/
pb_decode.c 244 bool checkreturn pb_decode_varint32(pb_istream_t *stream, uint32_t *dest) function
287 if (!pb_decode_varint32(stream, &length))
370 if (!pb_decode_varint32(stream, &size))
    [all...]

Completed in 357 milliseconds