Searched refs:Nullary (Results 1 – 10 of 10) sorted by relevance
/external/googletest/googlemock/test/ |
D | gmock-function-mocker_test.cc | 83 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()
|
D | gmock-more-actions_test.cc | 72 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()
|
D | gmock-actions_test.cc | 943 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()
|
D | gmock-internal-utils_test.cc | 653 TEST(FunctionTest, Nullary) { in TEST() argument
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | tfl_legalize_patterns.td | 23 // Nullary ops patterns.
|
D | tf_legalize_patterns.td | 23 // Nullary ops patterns.
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | legalize_to_standard_patterns.td | 23 // Nullary op patterns.
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | legalize_patterns.td | 69 // Nullary ops patterns.
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_patterns.td | 454 // Nullary op patterns.
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | legalize-tf.mlir | 1120 // Nullary op legalizations.
|