Searched refs:Small2 (Results 1 – 2 of 2) sorted by relevance
114 unique_function<int(int)> Small2 = std::move(Small); in TEST() local115 EXPECT_EQ(Small2(2), 3); in TEST()
86 using Small2 [[gnu::mode(byte)]] = int; typedef