HomeSort by relevance Sort by last modified time
    Searched refs:Nullary (Results 1 - 19 of 19) sorted by null

  /external/google-breakpad/src/testing/test/
gmock-generated-function-mockers_test.cc 81 virtual int Nullary() = 0;
122 MOCK_METHOD0(Nullary, int()); // NOLINT
173 // Tests mocking a nullary function.
175 EXPECT_CALL(mock_foo_, Nullary())
179 EXPECT_EQ(0, foo_->Nullary());
180 EXPECT_EQ(1, foo_->Nullary());
271 // Tests mocking a nullary function with calltype.
gmock-generated-internal-utils_test.cc 74 TEST(FunctionTest, Nullary) {
gmock-more-actions_test.cc 76 int Nullary() { return 1; }
184 int Nullary() const { return value_; }
233 // Tests using Invoke() with a nullary function.
234 TEST(InvokeTest, Nullary) {
235 Action<int()> a = Invoke(Nullary); // NOLINT
363 // Tests using Invoke() with a nullary method.
364 TEST(InvokeMethodTest, Nullary) {
366 Action<int()> a = Invoke(&foo, &Foo::Nullary); // NOLINT
473 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT
gmock-actions_test.cc 426 // Implements a polymorphic action that can be used in a nullary
    [all...]
gmock-generated-actions_test.cc 71 int Nullary() { return 1; }
169 // Tests using InvokeArgument with a nullary function.
172 EXPECT_EQ(1, a.Perform(make_tuple(2, &Nullary)));
    [all...]
  /external/googletest/googlemock/test/
gmock-generated-internal-utils_test.cc 74 TEST(FunctionTest, Nullary) {
gmock-generated-function-mockers_test.cc 80 virtual int Nullary() = 0;
130 MOCK_METHOD0(Nullary, int()); // NOLINT
198 // Tests mocking a nullary function.
200 EXPECT_CALL(mock_foo_, Nullary())
204 EXPECT_EQ(0, foo_->Nullary());
205 EXPECT_EQ(1, foo_->Nullary());
307 // Tests mocking a nullary function with calltype.
gmock-more-actions_test.cc 76 int Nullary() { return 1; }
184 int Nullary() const { return value_; }
233 // Tests using Invoke() with a nullary function.
234 TEST(InvokeTest, Nullary) {
235 Action<int()> a = Invoke(Nullary); // NOLINT
366 // Tests using Invoke() with a nullary method.
367 TEST(InvokeMethodTest, Nullary) {
369 Action<int()> a = Invoke(&foo, &Foo::Nullary); // NOLINT
479 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT
gmock-actions_test.cc 472 // Implements a polymorphic action that can be used in a nullary
    [all...]
gmock-generated-actions_test.cc 71 int Nullary() { return 1; }
169 // Tests using InvokeArgument with a nullary function.
172 EXPECT_EQ(1, a.Perform(make_tuple(2, &Nullary)));
    [all...]
  /external/v8/testing/gmock/test/
gmock-generated-internal-utils_test.cc 74 TEST(FunctionTest, Nullary) {
gmock-generated-function-mockers_test.cc 81 virtual int Nullary() = 0;
130 MOCK_METHOD0(Nullary, int()); // NOLINT
196 // Tests mocking a nullary function.
198 EXPECT_CALL(mock_foo_, Nullary())
202 EXPECT_EQ(0, foo_->Nullary());
203 EXPECT_EQ(1, foo_->Nullary());
305 // Tests mocking a nullary function with calltype.
gmock-more-actions_test.cc 76 int Nullary() { return 1; }
184 int Nullary() const { return value_; }
233 // Tests using Invoke() with a nullary function.
234 TEST(InvokeTest, Nullary) {
235 Action<int()> a = Invoke(Nullary); // NOLINT
363 // Tests using Invoke() with a nullary method.
364 TEST(InvokeMethodTest, Nullary) {
366 Action<int()> a = Invoke(&foo, &Foo::Nullary); // NOLINT
473 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT
gmock-actions_test.cc 472 // Implements a polymorphic action that can be used in a nullary
    [all...]
gmock-generated-actions_test.cc 71 int Nullary() { return 1; }
169 // Tests using InvokeArgument with a nullary function.
172 EXPECT_EQ(1, a.Perform(make_tuple(2, &Nullary)));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go     [all...]
demangle.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go     [all...]
demangle.go     [all...]

Completed in 454 milliseconds