Home
last modified time | relevance | path

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

/nanopb-3.4.0/tests/alltypes_pointer/
Dencode_alltypes_pointer.c103 static int64_t int64_max = INT64_MAX; in main() local
111 &int64_min, &int64_max, in main()
Ddecode_alltypes_pointer.c148 TEST(alltypes.req_limits->int64_max && *alltypes.req_limits->int64_max == INT64_MAX); in check_alltypes()
/nanopb-3.4.0/tests/alltypes_proto3/
Dalltypes.proto26 int64 int64_max = 6; field
Dencode_alltypes.c54 alltypes.req_limits.int64_max = INT64_MAX; in main()
Ddecode_alltypes.c131 TEST(alltypes.req_limits.int64_max == INT64_MAX); in check_alltypes()
/nanopb-3.4.0/tests/field_size_16_proto3/
Dalltypes.proto26 int64 int64_max = 6; field
Dencode_alltypes.c54 alltypes.req_limits.int64_max = INT64_MAX; in main()
Ddecode_alltypes.c131 TEST(alltypes.req_limits.int64_max == INT64_MAX); in check_alltypes()
/nanopb-3.4.0/tests/backwards_compatibility/
Dalltypes_legacy.proto24 required int64 int64_max = 6 [default = -9223372036854775807]; field
Dalltypes_legacy.h49 int64_t int64_max; member
256 X(a, STATIC, REQUIRED, INT64, int64_max, 6) \
/nanopb-3.4.0/tests/alltypes/
Dencode_alltypes.c87 alltypes.req_limits.int64_max = INT64_MAX; in main()
Dalltypes.proto31 required int64 int64_max = 6 [default = -9223372036854775807]; field
Ddecode_alltypes.c96 TEST(alltypes.req_limits.int64_max == INT64_MAX); in check_alltypes()
/nanopb-3.4.0/tests/field_size_16/
Dalltypes.proto30 required int64 int64_max = 6; field
/nanopb-3.4.0/tests/field_size_32/
Dalltypes.proto30 required int64 int64_max = 6; field
/nanopb-3.4.0/tests/alltypes_proto3_callback/
Ddecode_alltypes_callback.c219 TEST(decoded.int64_max == INT64_MAX); in read_limits()
Dencode_alltypes_callback.c188 limits.int64_max = INT64_MAX; in write_limits()
/nanopb-3.4.0/tests/alltypes_callback/
Ddecode_alltypes_callback.c221 TEST(decoded.int64_max == INT64_MAX); in read_limits()
Dencode_alltypes_callback.c188 limits.int64_max = INT64_MAX; in write_limits()