Home
last modified time | relevance | path

Searched defs:make_int (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/signals2/test/
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
Dsignal_n_test.cpp51 struct make_int { struct
52 make_int(int n, int cn) : N(n), CN(n) {} in make_int() function
74 make_int i42(42, 41); in test_zero_args() argument
/third_party/boost/boost/spirit/home/karma/numeric/
Dint.hpp346 struct make_int struct
348 static bool const lower =
350 static bool const upper =
360 > result_type;
362 result_type operator()(unused_type, unused_type) const in operator ()()
/third_party/boost/boost/spirit/home/qi/numeric/
Dint.hpp279 struct make_int struct
281 typedef any_int_parser<T, Radix, MinDigits, MaxDigits> result_type;
282 result_type operator()(unused_type, unused_type) const in operator ()()
/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
/third_party/boost/libs/thread/test/
Dtest_futures.cpp75 int make_int() in make_int() function