HomeSort by relevance Sort by last modified time
    Searched refs:TupleTraits (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
tuple.h 46 struct TupleTraits {
53 struct TupleTraits<P&> {
88 explicit Tuple1(typename TupleTraits<A>::ParamType a) : a(a) {}
100 Tuple2(typename TupleTraits<A>::ParamType a,
101 typename TupleTraits<B>::ParamType b)
117 Tuple3(typename TupleTraits<A>::ParamType a,
118 typename TupleTraits<B>::ParamType b,
119 typename TupleTraits<C>::ParamType c)
137 Tuple4(typename TupleTraits<A>::ParamType a,
138 typename TupleTraits<B>::ParamType b
    [all...]
  /external/chromium_org/base/
tuple.h 43 struct TupleTraits {
50 struct TupleTraits<P&> {
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...]

Completed in 38 milliseconds