Home
last modified time | relevance | path

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

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c42 uint64_t rep_uint64[5] = {0, 0, 0, 0, 2004}; in main() local
130 alltypes.rep_uint64_count = 5; alltypes.rep_uint64 = rep_uint64; in main()
Ddecode_alltypes_pointer.c54 …TEST(alltypes.rep_uint64_count == 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] ==… in check_alltypes()
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c191 int32_t rep_uint64[5] = {0, 0, 0, 0, 2004}; in check_alltypes() local
290 alltypes.rep_uint64.funcs.decode = &read_repeated_varint; in check_alltypes()
291 alltypes.rep_uint64.arg = rep_uint64; in check_alltypes()
Dencode_alltypes_callback.c274 alltypes.rep_uint64.funcs.encode = &write_repeated_varint; in main()
275 alltypes.rep_uint64.arg = (void*)2004; in main()
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c59 PB_FIELD( 24, UINT64 , REPEATED, STATIC, AllTypes, rep_uint64, rep_uint32, 0),
60 PB_FIELD( 25, SINT32 , REPEATED, STATIC, AllTypes, rep_sint32, rep_uint64, 0),
Ddecode_legacy.c60 …TEST(alltypes.rep_uint64_count == 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] ==… in check_alltypes()
Dalltypes_legacy.h71 uint64_t rep_uint64[5]; member
Dencode_legacy.c47 alltypes.rep_uint64_count = 5; alltypes.rep_uint64[4] = 2004; in main()
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c57 …TEST(alltypes.rep_uint64_count == 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] ==… in check_alltypes()
Dencode_alltypes.c44 alltypes.rep_uint64_count = 5; alltypes.rep_uint64[4] = 2004; in main()
Dalltypes.proto63 repeated uint64 rep_uint64 = 24 [packed = true]; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto63 repeated uint64 rep_uint64 = 24; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto63 repeated uint64 rep_uint64 = 24; field