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

  /external/chromium_org/base/
tuple.h 126 struct Tuple4 {
133 Tuple4() {}
134 Tuple4(typename TupleTraits<A>::ParamType a,
309 struct TupleTypes< Tuple4<A, B, C, D> > {
310 typedef Tuple4<typename TupleTraits<A>::ValueType,
314 typedef Tuple4<typename TupleTraits<A>::RefType,
318 typedef Tuple4<typename TupleTraits<A>::ParamType,
444 inline Tuple4<A, B, C, D> MakeTuple(const A& a, const B& b, const C& c,
446 return Tuple4<A, B, C, D>(a, b, c, d);
496 inline Tuple4<A&, B&, C&, D&> MakeRefTuple(A& a, B& b, C& c, D& d)
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1075 struct Tuple4
1077 explicit Tuple4 (const T0& e0 = T0(),
1119 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1120 typedef Tuple4< const IArg0&, const IArg1&, const IArg2&, const IArg3&> IArgs;
1121 typedef Tuple4< ExprP<Arg0>, ExprP<Arg1>, ExprP<Arg2>, ExprP<Arg3> > ArgExprs;
    [all...]

Completed in 299 milliseconds