Home
last modified time | relevance | path

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

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c44 int64_t rep_sint64[5] = {0, 0, 0, 0, -2006}; in main() local
132 alltypes.rep_sint64_count = 5; alltypes.rep_sint64 = rep_sint64; in main()
Ddecode_alltypes_pointer.c56 …TEST(alltypes.rep_sint64_count == 5 && alltypes.rep_sint64[4] == -2006 && alltypes.rep_sint64[0] =… in check_alltypes()
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c193 int32_t rep_sint64[5] = {0, 0, 0, 0, -2006}; in check_alltypes() local
296 alltypes.rep_sint64.funcs.decode = &read_repeated_svarint; in check_alltypes()
297 alltypes.rep_sint64.arg = rep_sint64; in check_alltypes()
Dencode_alltypes_callback.c280 alltypes.rep_sint64.funcs.encode = &write_repeated_svarint; in main()
281 alltypes.rep_sint64.arg = (void*)-2006; in main()
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c61 PB_FIELD( 26, SINT64 , REPEATED, STATIC, AllTypes, rep_sint64, rep_sint32, 0),
62 PB_FIELD( 27, BOOL , REPEATED, STATIC, AllTypes, rep_bool, rep_sint64, 0),
Ddecode_legacy.c62 …TEST(alltypes.rep_sint64_count == 5 && alltypes.rep_sint64[4] == -2006 && alltypes.rep_sint64[0] =… in check_alltypes()
Dencode_legacy.c49 alltypes.rep_sint64_count = 5; alltypes.rep_sint64[4] = -2006; in main()
Dalltypes_legacy.h75 int64_t rep_sint64[5]; member
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c59 …TEST(alltypes.rep_sint64_count == 5 && alltypes.rep_sint64[4] == -2006 && alltypes.rep_sint64[0] =… in check_alltypes()
Dencode_alltypes.c46 alltypes.rep_sint64_count = 5; alltypes.rep_sint64[4] = -2006; in main()
Dalltypes.proto65 repeated sint64 rep_sint64 = 26 [packed = true]; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto65 repeated sint64 rep_sint64 = 26; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto65 repeated sint64 rep_sint64 = 26; field