Searched refs:PJ (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp182 typedef typename add_const_reference<Element>::type PJ; typedef in class:get_impl
186 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); }
192 typedef typename add_const_reference<Head>::type PJ; typedef in class:get_impl
195 static PJ get(const tuple<Head, Values...>& t) { return t.head(); }
H A Dexample-bind.cpp139 typedef typename add_const_reference<Element>::type PJ; typedef in class:get_impl
143 static PJ get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); }
149 typedef typename add_const_reference<Head>::type PJ; typedef in class:get_impl
152 static PJ get(const tuple<Head, Values...>& t) { return t.head(); }

Completed in 59 milliseconds