Lines Matching refs:Nullary
426 // Implements a polymorphic action that can be used in a nullary
1014 int Nullary() { return 1; }
1080 int Nullary() const { return value_; }
1098 Action<int(int)> a = InvokeWithoutArgs(Nullary); // NOLINT
1102 Action<int(int, double)> a2 = InvokeWithoutArgs(Nullary); // NOLINT
1134 InvokeWithoutArgs(&foo, &Foo::Nullary);