Home | History | Annotate | Download | only in test

Lines Matching defs:Nullary

426 // Implements a polymorphic action that can be used in a nullary
1015 int Nullary() { return 1; }
1081 int Nullary() const { return value_; }
1099 Action<int(int)> a = InvokeWithoutArgs(Nullary); // NOLINT
1103 Action<int(int, double)> a2 = InvokeWithoutArgs(Nullary); // NOLINT
1135 InvokeWithoutArgs(&foo, &Foo::Nullary);