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

/external/google-breakpad/src/testing/test/
H A Dgmock-actions_test.cc1015 int Nullary() { return 1; } function in namespace:__anon7600
1081 int Nullary() const { return value_; } function in class:__anon7600::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)));
/external/googletest/googlemock/test/
H A Dgmock-actions_test.cc1100 int Nullary() { return 1; } function in namespace:__anon7688
1119 int Nullary() const { return value_; } function in class:__anon7688::Foo
1128 Action<int(int)> a = InvokeWithoutArgs(Nullary); // NOLINT
1132 Action<int(int, double)> a2 = InvokeWithoutArgs(Nullary); // NOLINT
1164 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
367 TEST(InvokeMethodTest, Nullary) {
369 Action<int()> a = Invoke(&foo, &Foo::Nullary); // NOLINT
479 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)));
/external/v8/testing/gmock/test/
H A Dgmock-actions_test.cc1100 int Nullary() { return 1; } function in namespace:__anon27940
1119 int Nullary() const { return value_; } function in class:__anon27940::Foo
1128 Action<int(int)> a = InvokeWithoutArgs(Nullary); // NOLINT
1132 Action<int(int, double)> a2 = InvokeWithoutArgs(Nullary); // NOLINT
1164 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 504 milliseconds