Home
last modified time | relevance | path

Searched refs:TupleTraits (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/base/
Dtuple.h43 struct TupleTraits { struct
50 struct TupleTraits<P&> { argument
85 explicit Tuple1(typename TupleTraits<A>::ParamType a) : a(a) {}
97 Tuple2(typename TupleTraits<A>::ParamType a,
98 typename TupleTraits<B>::ParamType b)
114 Tuple3(typename TupleTraits<A>::ParamType a,
115 typename TupleTraits<B>::ParamType b,
116 typename TupleTraits<C>::ParamType c)
134 Tuple4(typename TupleTraits<A>::ParamType a,
135 typename TupleTraits<B>::ParamType b,
[all …]