Home
last modified time | relevance | path

Searched defs:lambda (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dfull_lambda.hpp38 struct lambda struct
40 typedef false_ is_le;
41 typedef T result_;
42 typedef T type;
54 struct lambda< arg<N>,Tag, int_< -1 > > struct
56 typedef true_ is_le;
57 typedef mpl::arg<N> result_; // qualified for the sake of MIPSpro 7.41
58 typedef mpl::protect<result_> type;
65 struct lambda< struct
71 typedef false_ is_le;
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
Dfull_lambda.hpp109 struct lambda struct
111 typedef false_ is_le;
112 typedef T result_;
113 typedef T type;
126 struct lambda< arg<N>,Tag AUX778076_ARITY_PARAM(int_<-1>) > struct
128 typedef true_ is_le;
129 typedef mpl::arg<N> result_; // qualified for the sake of MIPSpro 7.41
130 typedef mpl::protect<result_> type;
140 struct lambda< mpl::protect<T>,Tag AUX778076_ARITY_PARAM(int_<1>) > struct
142 typedef false_ is_le;
[all …]