Home
last modified time | relevance | path

Searched refs:rep_fixed32_count (Results 1 – 21 of 21) sorted by relevance

/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/field_size_16_proto3/
H A Dencode_alltypes.c26 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008; in main()
H A Ddecode_alltypes.c35 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes_proto3/
H A Dencode_alltypes.c26 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008; in main()
H A Ddecode_alltypes.c35 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/without_64bit/
H A Dencode_alltypes.c40 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008; in main()
H A Ddecode_alltypes.c52 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/backwards_compatibility/
H A Dencode_legacy.c52 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008; in main()
H A Ddecode_legacy.c59 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
H A Dalltypes_legacy.h102 pb_size_t rep_fixed32_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.c52 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008; in main()
H A Dalltypes_legacy.h92 pb_size_t rep_fixed32_count; member
H A Ddecode_legacy.c62 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[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.c49 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008; in main()
H A Ddecode_alltypes.c64 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes/
H A Ddecode_alltypes.c65 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
253 TEST(alltypes.rep_fixed32_count == 0); in check_alltypes()
H A Dencode_alltypes.c55 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32[4] = 2008; 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.c137 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32 = rep_fixed32; in main()
H A Ddecode_alltypes_pointer.c60 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c164 alltypes.rep_fixed32_count = 5; alltypes.rep_fixed32 = rep_fixed32; in main()
H A Ddecode_alltypes_pointer.c57 …TEST(alltypes.rep_fixed32_count == 5 && alltypes.rep_fixed32[4] == 2008 && alltypes.rep_fixed32[0]… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/common_unittests/
H A Dcommon_unittests.c51 …iter) && iter.tag == 28 && iter.pData == &msg.rep_fixed32 && iter.pSize == &msg.rep_fixed32_count) in main()