Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c42 uint64_t rep_uint64[5] = {0, 0, 0, 0, 2004}; in main() local
133 alltypes.rep_uint64_count = 5; alltypes.rep_uint64 = rep_uint64; in main()
H A Ddecode_alltypes_pointer.c55 …TEST(alltypes.rep_uint64_count == 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] ==… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c43 uint64_t rep_uint64[5] = {0, 0, 0, 0, 2004}; in main() local
160 alltypes.rep_uint64_count = 5; alltypes.rep_uint64 = rep_uint64; in main()
H A Ddecode_alltypes_pointer.c52 …TEST(alltypes.rep_uint64_count == 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] ==… in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes_proto3_callback/
H A Ddecode_alltypes_callback.c238 int32_t rep_uint64[5] = {0, 0, 0, 0, 2004}; in check_alltypes() local
279 alltypes.rep_uint64.funcs.decode = &read_repeated_varint; in check_alltypes()
280 alltypes.rep_uint64.arg = rep_uint64; in check_alltypes()
H A Dencode_alltypes_callback.c248 alltypes.rep_uint64.funcs.encode = &write_repeated_varint; in main()
249 alltypes.rep_uint64.arg = (void*)2004; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c191 int32_t rep_uint64[5] = {0, 0, 0, 0, 2004}; in check_alltypes() local
293 alltypes.rep_uint64.funcs.decode = &read_repeated_varint; in check_alltypes()
294 alltypes.rep_uint64.arg = rep_uint64; in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c248 int32_t rep_uint64[5] = {0, 0, 0, 0, 2004}; in check_alltypes() local
346 alltypes.rep_uint64.funcs.decode = &read_repeated_varint; in check_alltypes()
347 alltypes.rep_uint64.arg = rep_uint64; in check_alltypes()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/alltypes_proto3/
H A Ddecode_alltypes.c30 …TEST(alltypes.rep_uint64_count == 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] ==… in check_alltypes()
H A Dalltypes.proto67 repeated uint64 rep_uint64 = 24 [packed = true]; field
H A Dencode_alltypes.c21 alltypes.rep_uint64_count = 5; alltypes.rep_uint64[4] = 2004; in main()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/field_size_16_proto3/
H A Ddecode_alltypes.c30 …TEST(alltypes.rep_uint64_count == 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] ==… in check_alltypes()
H A Dencode_alltypes.c21 alltypes.rep_uint64_count = 5; alltypes.rep_uint64[4] = 2004; in main()
H A Dalltypes.proto67 repeated uint64 rep_uint64 = 24 [packed = true]; field
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/backwards_compatibility/
H A Ddecode_legacy.c54 …TEST(alltypes.rep_uint64_count == 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] ==… in check_alltypes()
H A Dencode_legacy.c47 alltypes.rep_uint64_count = 5; alltypes.rep_uint64[4] = 2004; in main()
H A Dalltypes_legacy.h95 uint64_t rep_uint64[5]; member
284 X(a, STATIC, REPEATED, UINT64, rep_uint64, 24) \
H A Dalltypes_legacy.proto64 repeated uint64 rep_uint64 = 24 [packed = true]; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/backwards_compatibility/
H A Ddecode_legacy.c57 …TEST(alltypes.rep_uint64_count == 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] ==… in check_alltypes()
H A Dalltypes_legacy.c87 PB_FIELD( 24, UINT64 , REPEATED, STATIC , OTHER, AllTypes, rep_uint64, rep_uint32, 0),
88 PB_FIELD( 25, SINT32 , REPEATED, STATIC , OTHER, AllTypes, rep_sint32, rep_uint64, 0),
H A Dencode_legacy.c47 alltypes.rep_uint64_count = 5; alltypes.rep_uint64[4] = 2004; in main()
H A Dalltypes_legacy.proto64 repeated uint64 rep_uint64 = 24 [packed = true]; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/alltypes/
H A Ddecode_alltypes.c59 …TEST(alltypes.rep_uint64_count == 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] ==… in check_alltypes()
H A Dencode_alltypes.c44 alltypes.rep_uint64_count = 5; alltypes.rep_uint64[4] = 2004; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/field_size_16/
H A Dalltypes.proto65 repeated uint64 rep_uint64 = 24; field

12