Searched refs:NullaryFunctor (Results 1 – 2 of 2) sorted by relevance
1725 typename NullaryFunctor,1728 !std::is_constructible<StringRef, NullaryFunctor>::value>::type>1730 UnaryFunctor each_fn, NullaryFunctor between_fn) {1741 template <typename Container, typename UnaryFunctor, typename NullaryFunctor,1744 !std::is_constructible<StringRef, NullaryFunctor>::value>::type>1746 NullaryFunctor between_fn) {
945 class NullaryFunctor { class1003 Action<int()> a = InvokeWithoutArgs(NullaryFunctor()); // NOLINT in TEST()1008 InvokeWithoutArgs(NullaryFunctor()); in TEST()