Searched refs:write_repeated_fixed32 (Results 1 - 1 of 1) sorted by relevance

/external/nanopb-c/tests/alltypes_callback/
H A Dencode_alltypes_callback.c85 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 47 milliseconds