Searched defs:first_param (Results 1 – 4 of 4) sorted by relevance
34 template <typename T> struct first_param struct35 { typedef void type; };40 struct first_param< TemplateClass<T, Args...> > struct42 typedef T type;51 struct first_param struct53 { typedef T type; };59 struct first_param struct61 { typedef T type; };67 struct first_param struct69 { typedef T type; };[all …]
147 const char* first_param; // Parameters' name like "degrees of freedom", member
148 #define BOOST_DETAIL_SPLIT_AND_SWAP_PARAMS( first_param, second_param ) \ argument154 #define BOOST_DETAIL_FIRST_MACRO_PARAM( first_param, second_param ) \ argument
698 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument