Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DTryTest.cpp78 Try<Try<A>> t_t_a(in_place, in_place, 5); in TEST() local
80 EXPECT_EQ(5, t_t_a.value().value().x()); in TEST()