Home
last modified time | relevance | path

Searched refs:make_int (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/signals2/test/
Dsignal_n_test.cpp51 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()
Dsignal_test.cpp47 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/
Dint.hpp279 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/
Dint.hpp346 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/
Dtest_futures.cpp75 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/
Dcollate_info.cpp36 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/
Dexpected-pass.cpp1795 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/
Dindepth.qbk161 inherit from `make_int` which does the actual work.