Searched refs:NullaryFunctor (Results 1 – 2 of 2) sorted by relevance
2123 typename NullaryFunctor,2126 !std::is_constructible<StringRef, NullaryFunctor>::value>>2128 UnaryFunctor each_fn, NullaryFunctor between_fn) {2139 template <typename Container, typename UnaryFunctor, typename NullaryFunctor,2142 !std::is_constructible<StringRef, NullaryFunctor>::value>>2144 NullaryFunctor between_fn) {
1189 class NullaryFunctor { class1247 Action<int()> a = InvokeWithoutArgs(NullaryFunctor()); // NOLINT in TEST()1252 InvokeWithoutArgs(NullaryFunctor()); in TEST()