Searched defs:Nullary (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-actions_test.cc1015 int Nullary() { return 1; } function in namespace:__anon5283
1081 int Nullary() const { return value_; } function in class:__anon5283::Foo
1099 Action<int(int)> a = InvokeWithoutArgs(Nullary); // NOLINT
1103 Action<int(int, double)> a2 = InvokeWithoutArgs(Nullary); // NOLINT
1135 InvokeWithoutArgs(&foo, &Foo::Nullary);
H A Dgmock-more-actions_test.cc76 int Nullary() { return 1; } function in namespace:testing::gmock_more_actions_test
184 int Nullary() const { return value_; } function in class:testing::gmock_more_actions_test::Foo
234 TEST(InvokeTest, Nullary) {
235 Action<int()> a = Invoke(Nullary); // NOLINT
364 TEST(InvokeMethodTest, Nullary) {
366 Action<int()> a = Invoke(&foo, &Foo::Nullary); // NOLINT
473 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT
H A Dgmock-generated-actions_test.cc71 int Nullary() { return 1; } function in namespace:testing::gmock_generated_actions_test
172 EXPECT_EQ(1, a.Perform(make_tuple(2, &Nullary)));

Completed in 154 milliseconds