Searched refs:int32_max (Results 1 - 7 of 7) sorted by relevance

/external/Microsoft-GSL/tests/
H A Dutils_tests.cpp101 const auto int32_max = std::numeric_limits<int32_t>::max(); local
106 CHECK(narrow<uint32_t>(int32_max) == static_cast<uint32_t>(int32_max));
/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c89 static int32_t int32_max = INT32_MAX; local
98 Limits req_limits = {&int32_min, &int32_max,
H A Ddecode_alltypes_pointer.c130 TEST(alltypes.req_limits->int32_max && *alltypes.req_limits->int32_max == INT32_MAX);
/external/nanopb-c/tests/alltypes/
H A Dencode_alltypes.c71 alltypes.req_limits.int32_max = INT32_MAX;
H A Ddecode_alltypes.c174 TEST(alltypes.req_limits.int32_max == INT32_MAX);
/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c162 TEST(decoded.int32_max == INT32_MAX);
H A Dencode_alltypes_callback.c147 limits.int32_max = INT32_MAX;

Completed in 425 milliseconds