Searched refs:isWellFormed (Results 1 – 4 of 4) sorted by relevance
48 EXPECT_TRUE(isWellFormed(fd3)); in TEST()49 EXPECT_TRUE(isWellFormed(fd6)); in TEST()53 EXPECT_TRUE(isWellFormed(zero)); in TEST()58 EXPECT_FALSE(isWellFormed(bad)); in TEST()59 EXPECT_FALSE(isWellFormed(weird)); in TEST()106 EXPECT_FALSE(isWellFormed(u1)); in TEST_F()107 EXPECT_TRUE(isWellFormed(u2)); in TEST_F()120 EXPECT_FALSE(isWellFormed(u1)); in TEST_F()121 EXPECT_TRUE(isWellFormed(u2)); in TEST_F()125 EXPECT_FALSE(isWellFormed(u2)); in TEST_F()[all …]
28 if (isWellFormed(fd)) { in reset()
46 if (!isWellFormed(fd)) { in open()54 if (!isWellFormed(sock)) { in socket()112 if (!isWellFormed(fd)) { in eventfd()
45 inline bool isWellFormed(const Fd fd) { in isWellFormed() function