Searched refs:rep_fixed64 (Results 1 - 10 of 10) sorted by relevance

/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c49 uint64_t rep_fixed64[5] = {0, 0, 0, 0, 2011}; local
137 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64 = rep_fixed64;
H A Ddecode_alltypes_pointer.c63 TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0] == 0);
/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c198 uint64_t rep_fixed64[5] = {0, 0, 0, 0, 2011}; local
311 alltypes.rep_fixed64.funcs.decode = &read_repeated_fixed64;
312 alltypes.rep_fixed64.arg = rep_fixed64;
H A Dencode_alltypes_callback.c192 uint64_t rep_fixed64 = 2011; local
295 alltypes.rep_fixed64.funcs.encode = &write_repeated_fixed64;
296 alltypes.rep_fixed64.arg = &rep_fixed64;
/external/nanopb-c/tests/backwards_compatibility/
H A Dalltypes_legacy.c66 PB_FIELD( 31, FIXED64 , REPEATED, STATIC, AllTypes, rep_fixed64, rep_float, 0),
67 PB_FIELD( 32, SFIXED64, REPEATED, STATIC, AllTypes, rep_sfixed64, rep_fixed64, 0),
H A Dalltypes_legacy.h85 uint64_t rep_fixed64[5]; member in struct:_AllTypes
H A Dencode_legacy.c56 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011;
H A Ddecode_legacy.c69 TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0] == 0);
/external/nanopb-c/tests/alltypes/
H A Dencode_alltypes.c53 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011;
H A Ddecode_alltypes.c66 TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0] == 0);

Completed in 711 milliseconds