Home
last modified time | relevance | path

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

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c39 int32_t rep_int32[5] = {0, 0, 0, 0, -2001}; in main() local
127 alltypes.rep_int32_count = 5; alltypes.rep_int32 = rep_int32; in main()
Ddecode_alltypes_pointer.c51 …TEST(alltypes.rep_int32_count == 5 && alltypes.rep_int32[4] == -2001 && alltypes.rep_int32[0] == 0… in check_alltypes()
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c188 int32_t rep_int32[5] = {0, 0, 0, 0, -2001}; in check_alltypes() local
281 alltypes.rep_int32.funcs.decode = &read_repeated_varint; in check_alltypes()
282 alltypes.rep_int32.arg = rep_int32; in check_alltypes()
Dencode_alltypes_callback.c265 alltypes.rep_int32.funcs.encode = &write_repeated_varint; in main()
266 alltypes.rep_int32.arg = (void*)-2001; in main()
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c56 PB_FIELD( 21, INT32 , REPEATED, STATIC, AllTypes, rep_int32, req_enum, 0),
57 PB_FIELD( 22, INT64 , REPEATED, STATIC, AllTypes, rep_int64, rep_int32, 0),
Ddecode_legacy.c57 …TEST(alltypes.rep_int32_count == 5 && alltypes.rep_int32[4] == -2001 && alltypes.rep_int32[0] == 0… in check_alltypes()
Dalltypes_legacy.h65 int32_t rep_int32[5]; member
Dencode_legacy.c44 alltypes.rep_int32_count = 5; alltypes.rep_int32[4] = -2001; in main()
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c54 …TEST(alltypes.rep_int32_count == 5 && alltypes.rep_int32[4] == -2001 && alltypes.rep_int32[0] == 0… in check_alltypes()
Dencode_alltypes.c41 alltypes.rep_int32_count = 5; alltypes.rep_int32[4] = -2001; in main()
Dalltypes.proto60 repeated int32 rep_int32 = 21 [packed = true]; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto60 repeated int32 rep_int32 = 21; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto60 repeated int32 rep_int32 = 21; field