/third_party/boost/libs/test/doc/test_organization/ |
D | nullary_tests.qbk | 26 [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/ |
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 __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()
|
D | gmock-internal-utils_test.cc | 653 TEST(FunctionTest, Nullary) { in TEST() argument
|
/third_party/boost/libs/metaparse/doc/ |
D | nullary_metafunction.qbk | 2 [section Nullary template metafunction]
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | not_.rst | 42 | ``F`` | Nullary |Metafunction| | Operation's argument. |
|
D | eval_if.rst | 46 | ``F1``, ``F2``| Nullary |Metafunction| | Metafunctions to select for evaluation from. …
|
D | eval_if_c.rst | 47 | ``F1``, ``F2``| Nullary |Metafunction| | Metafunctions to select for evaluation from. …
|
D | and_.rst | 45 | |F1...Fn| | Nullary |Metafunction| | Operation's arguments. |
|
D | or_.rst | 45 | |F1...Fn| | Nullary |Metafunction| | Operation's arguments. |
|
/third_party/boost/libs/tti/doc/ |
D | tti_history.qbk | 56 * Nullary type metafunctions can be passed non-class types as is.
|
/third_party/boost/tools/quickbook/doc/ |
D | block.qbk | 744 [heading Nullary Templates] 746 Nullary templates look and act like simple macros. Example:
|
/third_party/boost/tools/quickbook/test/ |
D | quickbook_manual-1_4.quickbook | 1239 [heading Nullary Templates] 1241 Nullary templates look and act like simple macros. Example:
|