Home
last modified time | relevance | path

Searched defs:first_param (Results 1 – 4 of 4) 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/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.py698 def _test_all_chown_common(self, chown_func, first_param, stat_func): argument