Home
last modified time | relevance | path

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

/external/libbrillo/brillo/streams/
Dstream_utils_test.cc77 const int64_t max_int64 = std::numeric_limits<int64_t>::max(); in TEST() local
81 FROM_HERE, 0, max_int64, nullptr)); in TEST()
83 FROM_HERE, max_int64, 0, nullptr)); in TEST()
95 FROM_HERE, max_int64, 1, nullptr)); in TEST()
99 FROM_HERE, max_uint64, max_int64, nullptr)); in TEST()
151 const uint64_t max_int64 = std::numeric_limits<int64_t>::max(); in TEST() local
153 FROM_HERE, 1, Whence::FROM_CURRENT, max_int64, end_pos, &pos, nullptr)); in TEST()