Home
last modified time | relevance | path

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

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c40 int64_t rep_int64[5] = {0, 0, 0, 0, -2002}; in main() local
128 alltypes.rep_int64_count = 5; alltypes.rep_int64 = rep_int64; in main()
Ddecode_alltypes_pointer.c52 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c189 int32_t rep_int64[5] = {0, 0, 0, 0, -2002}; in check_alltypes() local
284 alltypes.rep_int64.funcs.decode = &read_repeated_varint; in check_alltypes()
285 alltypes.rep_int64.arg = rep_int64; in check_alltypes()
Dencode_alltypes_callback.c268 alltypes.rep_int64.funcs.encode = &write_repeated_varint; in main()
269 alltypes.rep_int64.arg = (void*)-2002; in main()
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c57 PB_FIELD( 22, INT64 , REPEATED, STATIC, AllTypes, rep_int64, rep_int32, 0),
58 PB_FIELD( 23, UINT32 , REPEATED, STATIC, AllTypes, rep_uint32, rep_int64, 0),
Ddecode_legacy.c58 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
Dalltypes_legacy.h67 int64_t rep_int64[5]; member
Dencode_legacy.c45 alltypes.rep_int64_count = 5; alltypes.rep_int64[4] = -2002; in main()
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c55 …TEST(alltypes.rep_int64_count == 5 && alltypes.rep_int64[4] == -2002 && alltypes.rep_int64[0] == 0… in check_alltypes()
Dencode_alltypes.c42 alltypes.rep_int64_count = 5; alltypes.rep_int64[4] = -2002; in main()
Dalltypes.proto61 repeated int64 rep_int64 = 22 [packed = true]; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto61 repeated int64 rep_int64 = 22; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto61 repeated int64 rep_int64 = 22; field