Home
last modified time | relevance | path

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

12

/external/grpc-grpc/third_party/nanopb/tests/alltypes_pointer/
Dencode_alltypes_pointer.c96 static int64_t int64_max = INT64_MAX; in main() local
103 &int64_min, &int64_max, in main()
Ddecode_alltypes_pointer.c141 TEST(alltypes.req_limits->int64_max && *alltypes.req_limits->int64_max == INT64_MAX); in check_alltypes()
/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c99 static int64_t int64_max = INT64_MAX; in main() local
106 &int64_min, &int64_max, in main()
Ddecode_alltypes_pointer.c147 TEST(alltypes.req_limits->int64_max && *alltypes.req_limits->int64_max == INT64_MAX); in check_alltypes()
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c58 …PB_FIELD( 6, INT64 , REQUIRED, STATIC , OTHER, Limits, int64_max, int64_min, &Limits_int64_max…
59 …PB_FIELD( 7, UINT64 , REQUIRED, STATIC , OTHER, Limits, uint64_min, int64_max, &Limits_uint64_m…
Dalltypes_legacy.proto24 required int64 int64_max = 6 [default = -9223372036854775807]; field
Dalltypes_legacy.h40 int64_t int64_max; member
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
Dalltypes_legacy.c58 …PB_FIELD( 6, INT64 , REQUIRED, STATIC , OTHER, Limits, int64_max, int64_min, &Limits_int64_max…
59 …PB_FIELD( 7, UINT64 , REQUIRED, STATIC , OTHER, Limits, uint64_min, int64_max, &Limits_uint64_m…
Dalltypes_legacy.proto24 required int64 int64_max = 6 [default = -9223372036854775807]; field
Dalltypes_legacy.h40 int64_t int64_max; member
/external/nanopb-c/tests/field_size_16_proto3/
Dencode_alltypes.c54 alltypes.req_limits.int64_max = INT64_MAX; in main()
Dalltypes.proto26 int64 int64_max = 6; field
Ddecode_alltypes.c132 TEST(alltypes.req_limits.int64_max == INT64_MAX); in check_alltypes()
/external/nanopb-c/tests/alltypes_proto3/
Dencode_alltypes.c54 alltypes.req_limits.int64_max = INT64_MAX; in main()
Dalltypes.proto26 int64 int64_max = 6; field
Ddecode_alltypes.c132 TEST(alltypes.req_limits.int64_max == INT64_MAX); in check_alltypes()
/external/clang/test/CodeGenCXX/
Dmangle-ms-templates.cpp150 LongLongTemplate<9223372036854775807LL> int64_max; in template_mangling() local
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto24 required int64 int64_max = 6; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto24 required int64 int64_max = 6; field
/external/grpc-grpc/third_party/nanopb/tests/field_size_16/
Dalltypes.proto24 required int64 int64_max = 6; field
/external/grpc-grpc/third_party/nanopb/tests/alltypes/
Dencode_alltypes.c75 alltypes.req_limits.int64_max = INT64_MAX; in main()
Dalltypes.proto25 required int64 int64_max = 6 [default = -9223372036854775807]; field
/external/grpc-grpc/third_party/nanopb/tests/field_size_32/
Dalltypes.proto24 required int64 int64_max = 6; field
/external/nanopb-c/tests/alltypes/
Dencode_alltypes.c81 alltypes.req_limits.int64_max = INT64_MAX; in main()
Dalltypes.proto25 required int64 int64_max = 6 [default = -9223372036854775807]; field

12