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

  /external/chromium/base/
tuple.h 110 struct Tuple3 {
116 Tuple3() {}
117 Tuple3(typename TupleTraits<A>::ParamType a,
299 struct TupleTypes< Tuple3<A, B, C> > {
300 typedef Tuple3<typename TupleTraits<A>::ValueType,
303 typedef Tuple3<typename TupleTraits<A>::RefType,
306 typedef Tuple3<typename TupleTraits<A>::ParamType,
442 inline Tuple3<A, B, C> MakeTuple(const A& a, const B& b, const C& c) {
443 return Tuple3<A, B, C>(a, b, c);
494 inline Tuple3<A&, B&, C&> MakeRefTuple(A& a, B& b, C& c)
    [all...]
tuple_unittest.cc 36 Tuple3<int, int, int> t3(1, 2, 3);
110 Tuple3<CopyLogger, CopyLogger*, bool*> tuple(logger, &logger, &res);
callback_old.h 162 typedef CallbackRunner<Tuple3<Arg1, Arg2, Arg3> > Type;
170 Tuple3<Arg1, Arg2, Arg3> >(object, method);
task.h 113 return new RunnableMethod<Method, Tuple3<A, B, C> >(
375 return new RunnableMethod<T, Method, Tuple3<A, B, C> >(object, method,
491 return new RunnableFunction<Function, Tuple3<A, B, C> >(function,
  /external/chromium/testing/
gmock_mutant.h 158 const Tuple3<C1, C2, C3>& c) {
164 const Tuple3<C1, C2, C3>& c) {
264 const Tuple3<C1, C2, C3>& c) {
271 const Tuple3<C1, C2, C3>& c) {
373 const Tuple3<C1, C2, C3>& c) {
380 const Tuple3<C1, C2, C3>& c) {
437 const Tuple3<P1, P2, P3>& p,
443 const Tuple3<P1, P2, P3>& p,
452 const Tuple3<P1, P2, P3>& p,
459 const Tuple3<P1, P2, P3>& p
    [all...]
  /external/chromium/base/memory/
raw_scoped_refptr_mismatch_checker.h 67 struct ParamsUseScopedRefptrCorrectly<Tuple3<A, B, C> > {
scoped_callback_factory.h 74 Tuple3<Arg1, Arg2, Arg3> >(
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 167 typedef tuple<char, int, int> Tuple3;
168 const Matcher<Tuple3> m = Args<1, 2>(Lt());
169 EXPECT_TRUE(m.Matches(Tuple3('a', 1, 2)));
170 EXPECT_FALSE(m.Matches(Tuple3('b', 2, 2)));
174 typedef tuple<char, char, int> Tuple3;
175 const Matcher<const Tuple3&> m = Args<0, 1>(Lt());
176 EXPECT_TRUE(m.Matches(Tuple3('a', 'b', 2)));
177 EXPECT_FALSE(m.Matches(Tuple3('b', 'b', 2)));
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 41 typedef std::vector<Tuple3<int64, string16, string16> > AutofillElementList;
    [all...]

Completed in 268 milliseconds