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

/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c46 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; local
134 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32 = rep_fixed32;
H A Ddecode_alltypes_pointer.c59 TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0] == 0);
/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c195 uint32_t rep_fixed32[5] = {0, 0, 0, 0, 2008}; local
302 alltypes.rep_fixed32.funcs.decode = &read_repeated_fixed32;
303 alltypes.rep_fixed32.arg = rep_fixed32;
H A Dencode_alltypes_callback.c189 uint32_t rep_fixed32 = 2008; local
286 alltypes.rep_fixed32.funcs.encode = &write_repeated_fixed32;
287 alltypes.rep_fixed32.arg = &rep_fixed32;
/external/nanopb-c/tests/backwards_compatibility/
H A Dalltypes_legacy.c63 PB_FIELD( 28, FIXED32 , REPEATED, STATIC, AllTypes, rep_fixed32, rep_bool, 0),
64 PB_FIELD( 29, SFIXED32, REPEATED, STATIC, AllTypes, rep_sfixed32, rep_fixed32, 0),
H A Dalltypes_legacy.h79 uint32_t rep_fixed32[5]; member in struct:_AllTypes
H A Dencode_legacy.c52 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008;
H A Ddecode_legacy.c65 TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0] == 0);
/external/nanopb-c/tests/alltypes/
H A Dencode_alltypes.c49 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008;
H A Ddecode_alltypes.c62 TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0] == 0);

Completed in 446 milliseconds