Searched refs:increment_try (Results 1 – 1 of 1) sorted by relevance
82 IntExp increment_try(IntExp exp) { in increment_try() function112 EXPECT_EQ(IntExp(100), increment_try(IntExp(99))); in TEST()113 EXPECT_TRUE(increment_try(ftl::Unexpected(std::errc::value_too_large)).has_error([](std::errc e) { in TEST()