HomeSort by relevance Sort by last modified time
    Searched refs:int64_max (Results 1 - 9 of 9) sorted by null

  /art/runtime/base/
time_utils.cc 213 constexpr int64_t int64_max = std::numeric_limits<int64_t>::max(); local
214 if (ms != int64_max && ms != int64_max / (1000 * 1000)) {
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py     [all...]
  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 93 static int64_t int64_max = INT64_MAX; local
100 &int64_min, &int64_max,
decode_alltypes_pointer.c 134 TEST(alltypes.req_limits->int64_max && *alltypes.req_limits->int64_max == INT64_MAX);
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 150 LongLongTemplate<9223372036854775807LL> int64_max; local
  /external/nanopb-c/tests/alltypes/
encode_alltypes.c 75 alltypes.req_limits.int64_max = INT64_MAX;
decode_alltypes.c 178 TEST(alltypes.req_limits.int64_max == INT64_MAX);
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 166 TEST(decoded.int64_max == INT64_MAX);
encode_alltypes_callback.c 151 limits.int64_max = INT64_MAX;

Completed in 448 milliseconds