Home | History | Annotate | Download | only in base

Lines Matching defs:Tuple5

151 struct Tuple5 {
159 Tuple5() {}
160 Tuple5(typename TupleTraits<A>::ParamType a,
328 struct TupleTypes< Tuple5<A, B, C, D, E> > {
329 typedef Tuple5<typename TupleTraits<A>::ValueType,
334 typedef Tuple5<typename TupleTraits<A>::RefType,
339 typedef Tuple5<typename TupleTraits<A>::ParamType,
453 inline Tuple5<A, B, C, D, E> MakeTuple(const A& a, const B& b, const C& c,
455 return Tuple5<A, B, C, D, E>(a, b, c, d, e);
504 inline Tuple5
505 return Tuple5<A&, B&, C&, D&, E&>(a, b, c, d, e);
575 const Tuple5<A, B, C, D, E>& arg) {
635 const Tuple5<A, B, C, D, E>& arg) {
701 const Tuple5<A, B, C, D, E>& arg, Tuple0*) {
765 const Tuple5<InA, InB, InC, InD, InE>& in,
833 const Tuple5<InA, InB, InC, InD, InE>& in,
901 const Tuple5<InA, InB, InC, InD, InE>& in,
969 const Tuple5<InA, InB, InC, InD, InE>& in,
991 Tuple5<OutA, OutB, OutC, OutD, OutE>* out) {
999 Tuple5<OutA, OutB, OutC, OutD, OutE>* out) {
1007 Tuple5<OutA, OutB, OutC, OutD, OutE>* out) {
1015 Tuple5<OutA, OutB, OutC, OutD, OutE>* out) {
1023 Tuple5<OutA, OutB, OutC, OutD, OutE>* out) {
1031 Tuple5<OutA, OutB, OutC, OutD, OutE>* out) {
1040 const Tuple5<InA, InB, InC, InD, InE>& in,
1041 Tuple5<OutA, OutB, OutC, OutD, OutE>* out) {
1051 Tuple5<OutA, OutB, OutC, OutD, OutE>* out) {