Home
last modified time | relevance | path

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

/third_party/boost/libs/test/doc/test_organization/
Dnullary_tests.qbk26 [bt_example example06..Nullary function based test case with automated registration..run]
56 [bt_example example01..Nullary free function manually registered..run]
69 [bt_example example03..Nullary method of a class bound to shared class instance and manually regist…
/third_party/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 __anona0f7f6d50111::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
/third_party/boost/libs/metaparse/doc/
Dnullary_metafunction.qbk2 [section Nullary template metafunction]
/third_party/boost/libs/mpl/doc/src/refmanual/
Dnot_.rst42 | ``F`` | Nullary |Metafunction| | Operation's argument. |
Deval_if.rst46 | ``F1``, ``F2``| Nullary |Metafunction| | Metafunctions to select for evaluation from. …
Deval_if_c.rst47 | ``F1``, ``F2``| Nullary |Metafunction| | Metafunctions to select for evaluation from. …
Dand_.rst45 | |F1...Fn| | Nullary |Metafunction| | Operation's arguments. |
Dor_.rst45 | |F1...Fn| | Nullary |Metafunction| | Operation's arguments. |
/third_party/boost/libs/tti/doc/
Dtti_history.qbk56 * Nullary type metafunctions can be passed non-class types as is.
/third_party/boost/tools/quickbook/doc/
Dblock.qbk744 [heading Nullary Templates]
746 Nullary templates look and act like simple macros. Example:
/third_party/boost/tools/quickbook/test/
Dquickbook_manual-1_4.quickbook1239 [heading Nullary Templates]
1241 Nullary templates look and act like simple macros. Example: