Home
last modified time | relevance | path

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

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c43 int32_t rep_sint32[5] = {0, 0, 0, 0, -2005}; in main() local
131 alltypes.rep_sint32_count = 5; alltypes.rep_sint32 = rep_sint32; in main()
Ddecode_alltypes_pointer.c55 …TEST(alltypes.rep_sint32_count == 5 && alltypes.rep_sint32[4] == -2005 && alltypes.rep_sint32[0] =… in check_alltypes()
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c192 int32_t rep_sint32[5] = {0, 0, 0, 0, -2005}; in check_alltypes() local
293 alltypes.rep_sint32.funcs.decode = &read_repeated_svarint; in check_alltypes()
294 alltypes.rep_sint32.arg = rep_sint32; in check_alltypes()
Dencode_alltypes_callback.c277 alltypes.rep_sint32.funcs.encode = &write_repeated_svarint; in main()
278 alltypes.rep_sint32.arg = (void*)-2005; in main()
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c60 PB_FIELD( 25, SINT32 , REPEATED, STATIC, AllTypes, rep_sint32, rep_uint64, 0),
61 PB_FIELD( 26, SINT64 , REPEATED, STATIC, AllTypes, rep_sint64, rep_sint32, 0),
Ddecode_legacy.c61 …TEST(alltypes.rep_sint32_count == 5 && alltypes.rep_sint32[4] == -2005 && alltypes.rep_sint32[0] =… in check_alltypes()
Dalltypes_legacy.h73 int32_t rep_sint32[5]; member
Dencode_legacy.c48 alltypes.rep_sint32_count = 5; alltypes.rep_sint32[4] = -2005; in main()
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c58 …TEST(alltypes.rep_sint32_count == 5 && alltypes.rep_sint32[4] == -2005 && alltypes.rep_sint32[0] =… in check_alltypes()
Dencode_alltypes.c45 alltypes.rep_sint32_count = 5; alltypes.rep_sint32[4] = -2005; in main()
Dalltypes.proto64 repeated sint32 rep_sint32 = 25 [packed = true]; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto64 repeated sint32 rep_sint32 = 25; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto64 repeated sint32 rep_sint32 = 25; field