Home | History | Annotate | Download | only in test

Lines Matching full:giant

1150       true, 6, char, unsigned, int> Giant;
1151 const Action<Giant()> a = ReturnGiant<
1153 Giant giant = a.Perform(make_tuple());
1154 EXPECT_EQ(42, giant.value);