Searched refs:NullaryFunctor (Results 1 – 2 of 2) sorted by relevance
2208 typename NullaryFunctor,2211 !std::is_constructible<StringRef, NullaryFunctor>::value>>2213 UnaryFunctor each_fn, NullaryFunctor between_fn) {2224 template <typename Container, typename UnaryFunctor, typename NullaryFunctor,2227 !std::is_constructible<StringRef, NullaryFunctor>::value>>2229 NullaryFunctor between_fn) {
1189 class NullaryFunctor { class1247 Action<int()> a = InvokeWithoutArgs(NullaryFunctor()); // NOLINT in TEST()1252 InvokeWithoutArgs(NullaryFunctor()); in TEST()