HomeSort by relevance Sort by last modified time
    Searched full:read_repeated_fixed64 (Results 1 - 1 of 1) sorted by null

  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 120 static bool read_repeated_fixed64(pb_istream_t *stream, const pb_field_t *field, void **arg) function
311 alltypes.rep_fixed64.funcs.decode = &read_repeated_fixed64;
314 alltypes.rep_sfixed64.funcs.decode = &read_repeated_fixed64;
317 alltypes.rep_double.funcs.decode = &read_repeated_fixed64;

Completed in 165 milliseconds