Home
last modified time | relevance | path

Searched refs:rep_fixed64_count (Results 1 – 19 of 19) sorted by relevance

/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/field_size_16_proto3/
H A Dencode_alltypes.c30 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011; in main()
H A Ddecode_alltypes.c39 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes_proto3/
H A Dencode_alltypes.c30 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011; in main()
H A Ddecode_alltypes.c39 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/backwards_compatibility/
H A Dencode_legacy.c56 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011; in main()
H A Ddecode_legacy.c63 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
H A Dalltypes_legacy.h108 pb_size_t rep_fixed64_count; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/backwards_compatibility/
H A Dencode_legacy.c56 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011; in main()
H A Dalltypes_legacy.h98 pb_size_t rep_fixed64_count; member
H A Ddecode_legacy.c66 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/alltypes/
H A Dencode_alltypes.c53 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011; in main()
H A Ddecode_alltypes.c68 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes/
H A Ddecode_alltypes.c69 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
257 TEST(alltypes.rep_fixed64_count == 0); in check_alltypes()
H A Dencode_alltypes.c59 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64[4] = 2011; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c140 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64 = rep_fixed64; in main()
H A Ddecode_alltypes_pointer.c64 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c167 alltypes.rep_fixed64_count = 5; alltypes.rep_fixed64 = rep_fixed64; in main()
H A Ddecode_alltypes_pointer.c61 …TEST(alltypes.rep_fixed64_count == 5 && alltypes.rep_fixed64[4] == 2011 && alltypes.rep_fixed64[0]… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/common_unittests/
H A Dcommon_unittests.c54 …iter) && iter.tag == 31 && iter.pData == &msg.rep_fixed64 && iter.pSize == &msg.rep_fixed64_count) in main()