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 …]
149 void *first_param; in rkisp_params_vb2_buf_queue() local
148 #define BOOST_DETAIL_SPLIT_AND_SWAP_PARAMS( first_param, second_param ) \ argument154 #define BOOST_DETAIL_FIRST_MACRO_PARAM( first_param, second_param ) \ argument
3110 bool first_param = true; in parse_action_params() local