Searched refs:make_int (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/signals2/test/ |
D | signal_n_test.cpp | 51 struct make_int { struct 52 make_int(int n, int cn) : N(n), CN(n) {} in make_int() argument 74 make_int i42(42, 41); in test_zero_args() argument 75 make_int i2(2, 1); in test_zero_args() 76 make_int i72(72, 71); in test_zero_args() 77 make_int i63(63, 63); in test_zero_args() 78 make_int i62(62, 61); in test_zero_args() 224 sig.connect(make_int(0, 0)); in test_default_combiner() 229 sig.connect(make_int(1, 1)); in test_default_combiner()
|
D | signal_test.cpp | 47 struct make_int { struct 48 make_int(int n, int cn) : N(n), CN(cn) {} in make_int() argument 69 make_int i42(42, 41); in test_zero_args() argument 70 make_int i2(2, 1); in test_zero_args() 71 make_int i72(72, 71); in test_zero_args() 72 make_int i63(63, 63); in test_zero_args() 73 make_int i62(62, 61); in test_zero_args()
|
/third_party/boost/boost/spirit/home/qi/numeric/ |
D | int.hpp | 279 struct make_int struct 347 : make_int<T, Radix, MinDigits, MaxDigits> {}; 360 : make_int<short> {}; 373 : make_int<int> {}; 386 : make_int<long> {}; 400 : make_int<boost::long_long_type> {};
|
/third_party/boost/boost/spirit/home/karma/numeric/ |
D | int.hpp | 346 struct make_int struct 372 : detail::make_int<short, Modifiers> {}; 376 : detail::make_int<int, Modifiers> {}; 380 : detail::make_int<long, Modifiers> {}; 385 : detail::make_int<boost::long_long_type, Modifiers> {}; 390 : detail::make_int<typename remove_const<T>::type
|
/third_party/boost/libs/thread/test/ |
D | test_futures.cpp | 75 int make_int() in make_int() function 257 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() 270 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() 287 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() 305 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() 416 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() 436 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() 475 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() 674 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() 688 boost::packaged_task<int> pt(make_int); in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/boost/libs/regex/test/collate_info/ |
D | collate_info.cpp | 36 int make_int(charT c) in make_int() function 41 int make_int(char c) in make_int() function 59 std::cout << "\\x" << std::hex << make_int(s[i]); in print_string()
|
/third_party/boost/libs/outcome/test/ |
D | expected-pass.cpp | 1795 const auto make_int = []() { 1815 BOOST_TEST(expected<std::unique_ptr<int>>{make_int()}.map(return_void)); 1816 BOOST_TEST(expected<std::unique_ptr<int>>{make_int()}.map(return_expected)); 1817 BOOST_TEST(expected<std::unique_ptr<int>>{make_int()}.map(return_int)); 1821 const auto make_int = []() { 1836 BOOST_TEST(expected<std::unique_ptr<int>>{make_int()}.bind(return_expected_void)); 1837 BOOST_TEST(expected<std::unique_ptr<int>>{make_int()}.bind(return_expected));
|
/third_party/boost/libs/spirit/doc/advanced/ |
D | indepth.qbk | 161 inherit from `make_int` which does the actual work.
|