Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DTryTest.cpp411 using ActualMR = decltype(std::move(obj).value()); in TEST() typedef
415 EXPECT_TRUE((std::is_same<MR, ActualMR>::value)); in TEST()
532 using ActualMR = decltype(std::move(obj).exception()); in TEST() typedef
536 EXPECT_TRUE((std::is_same<MR, ActualMR>::value)); in TEST()
560 using ActualMR = decltype(std::move(obj).exception()); in TEST() typedef
564 EXPECT_TRUE((std::is_same<MR, ActualMR>::value)); in TEST()