Home
last modified time | relevance | path

Searched refs:rep_uint32 (Results 1 – 13 of 13) sorted by relevance

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c41 uint32_t rep_uint32[5] = {0, 0, 0, 0, 2003}; in main() local
129 alltypes.rep_uint32_count = 5; alltypes.rep_uint32 = rep_uint32; in main()
Ddecode_alltypes_pointer.c53 …TEST(alltypes.rep_uint32_count == 5 && alltypes.rep_uint32[4] == 2003 && alltypes.rep_uint32[0] ==… in check_alltypes()
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c190 int32_t rep_uint32[5] = {0, 0, 0, 0, 2003}; in check_alltypes() local
287 alltypes.rep_uint32.funcs.decode = &read_repeated_varint; in check_alltypes()
288 alltypes.rep_uint32.arg = rep_uint32; in check_alltypes()
Dencode_alltypes_callback.c271 alltypes.rep_uint32.funcs.encode = &write_repeated_varint; in main()
272 alltypes.rep_uint32.arg = (void*)2003; in main()
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c58 PB_FIELD( 23, UINT32 , REPEATED, STATIC, AllTypes, rep_uint32, rep_int64, 0),
59 PB_FIELD( 24, UINT64 , REPEATED, STATIC, AllTypes, rep_uint64, rep_uint32, 0),
Ddecode_legacy.c59 …TEST(alltypes.rep_uint32_count == 5 && alltypes.rep_uint32[4] == 2003 && alltypes.rep_uint32[0] ==… in check_alltypes()
Dalltypes_legacy.h69 uint32_t rep_uint32[5]; member
Dencode_legacy.c46 alltypes.rep_uint32_count = 5; alltypes.rep_uint32[4] = 2003; in main()
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c56 …TEST(alltypes.rep_uint32_count == 5 && alltypes.rep_uint32[4] == 2003 && alltypes.rep_uint32[0] ==… in check_alltypes()
Dencode_alltypes.c43 alltypes.rep_uint32_count = 5; alltypes.rep_uint32[4] = 2003; in main()
Dalltypes.proto62 repeated uint32 rep_uint32 = 23 [packed = true]; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto62 repeated uint32 rep_uint32 = 23; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto62 repeated uint32 rep_uint32 = 23; field