Searched defs:NonEmptyFunctor (Results 1 – 1 of 1) sorted by relevance
1274 struct NonEmptyFunctor { in TEST_F() struct1275 int operator()() const { return x; } in TEST_F()1276 int x = 42; in TEST_F()