Home
last modified time | relevance | path

Searched refs:Nullary (Results 1 – 10 of 10) sorted by relevance

/external/googletest/googlemock/test/
Dgmock-function-mocker_test.cc83 virtual int Nullary() = 0;
146 MOCK_METHOD(int, Nullary, ()); // NOLINT
216 MOCK_METHOD0(Nullary, int()); // NOLINT
304 EXPECT_CALL(this->mock_foo_, Nullary()) in TYPED_TEST()
308 EXPECT_EQ(0, this->foo_->Nullary()); in TYPED_TEST()
309 EXPECT_EQ(1, this->foo_->Nullary()); in TYPED_TEST()
Dgmock-more-actions_test.cc72 int Nullary() { return 1; } in Nullary() function
142 int Nullary() const { return value_; } in Nullary() function in testing::gmock_more_actions_test::Foo
192 TEST(InvokeTest, Nullary) { in TEST() argument
193 Action<int()> a = Invoke(Nullary); // NOLINT in TEST()
326 TEST(InvokeMethodTest, Nullary) { in TEST() argument
328 Action<int()> a = Invoke(&foo, &Foo::Nullary); // NOLINT in TEST()
439 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT in TEST()
694 EXPECT_EQ(1, a.Perform(std::make_tuple(2, &Nullary))); in TEST()
Dgmock-actions_test.cc943 int Nullary() { return 1; } in Nullary() function
977 int Nullary() const { return value_; } in Nullary() function in __anon87d4a8ab0111::Foo
986 Action<int(int)> a = InvokeWithoutArgs(Nullary); // NOLINT in TEST()
990 Action<int(int, double)> a2 = InvokeWithoutArgs(Nullary); // NOLINT in TEST()
1022 InvokeWithoutArgs(&foo, &Foo::Nullary); in TEST()
Dgmock-internal-utils_test.cc653 TEST(FunctionTest, Nullary) { in TEST() argument
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dtfl_legalize_patterns.td23 // Nullary ops patterns.
Dtf_legalize_patterns.td23 // Nullary ops patterns.
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_standard_patterns.td23 // Nullary op patterns.
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_patterns.td69 // Nullary ops patterns.
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_patterns.td454 // Nullary op patterns.
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf.mlir1120 // Nullary op legalizations.