Searched defs:make_int (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/signals2/test/ |
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
|
D | signal_n_test.cpp | 51 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/ |
D | int.hpp | 346 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/ |
D | int.hpp | 279 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/ |
D | collate_info.cpp | 36 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/ |
D | test_futures.cpp | 75 int make_int() in make_int() function
|