Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dpointer_element.hpp34 template <typename T> struct first_param struct
35 { typedef void type; };
40 struct first_param< TemplateClass<T, Args...> > struct
42 typedef T type;
51 struct first_param struct
53 { typedef T type; };
59 struct first_param struct
61 { typedef T type; };
67 struct first_param struct
69 { typedef T type; };
[all …]
/third_party/boost/libs/math/dot_net_example/boost_math/
Dboost_math.cpp147 const char* first_param; // Parameters' name like "degrees of freedom", member
/third_party/mesa3d/src/compiler/glsl/
Dast_function.cpp1457 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw(); in emit_inline_vector_constructor() local
1660 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw(); in emit_inline_matrix_constructor() local
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c1403 for (int first_param = list->FirstStateVarIndex; in _mesa_optimize_state_parameters() local
/third_party/boost/boost/utility/
Dbinary.hpp148 #define BOOST_DETAIL_SPLIT_AND_SWAP_PARAMS( first_param, second_param ) \ argument
154 #define BOOST_DETAIL_FIRST_MACRO_PARAM( first_param, second_param ) \ argument
/third_party/python/Lib/test/
Dtest_posix.py710 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument