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

  /external/chromium/base/
tuple.h 17 // Tuple2<int, const char*> tuple_a(1, "wee");
18 // Tuple2<int, const char*> tuple_b = MakeTuple(1, "wee");
94 struct Tuple2 {
99 Tuple2() {}
100 Tuple2(typename TupleTraits<A>::ParamType a,
289 struct TupleTypes< Tuple2<A, B> > {
290 typedef Tuple2<typename TupleTraits<A>::ValueType,
292 typedef Tuple2<typename TupleTraits<A>::RefType,
294 typedef Tuple2<typename TupleTraits<A>::ParamType,
437 inline Tuple2<A, B> MakeTuple(const A& a, const B& b)
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc     [all...]

Completed in 50 milliseconds