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

  /external/nanopb-c/tests/alltypes_callback/
encode_alltypes_callback.c 85 static bool write_repeated_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) function
286 alltypes.rep_fixed32.funcs.encode = &write_repeated_fixed32;
289 alltypes.rep_sfixed32.funcs.encode = &write_repeated_fixed32;
292 alltypes.rep_float.funcs.encode = &write_repeated_fixed32;

Completed in 130 milliseconds