Home
last modified time | relevance | path

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

/bionic/tests/
Dsstream_test.cpp26 static void CheckOverflow(T expected, const char* value, bool should_overflow) { in CheckOverflow() argument
31 EXPECT_EQ(should_overflow, ss.fail()) << value << ' ' << int64_t(result); in CheckOverflow()
32 if (!should_overflow) { // glibc writes garbage on overflow. in CheckOverflow()