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

  /external/google-breakpad/src/testing/test/
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-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-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...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go     [all...]

Completed in 776 milliseconds