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

  /external/chromium/chrome/browser/history/
history_marshaling.h 23 Tuple2<URLRow, VisitVector> >
38 Tuple2<std::vector<GURL>,
  /external/chromium/chrome/common/extensions/
extension_unpacker.h 25 typedef std::vector< Tuple2<SkBitmap, FilePath> > DecodedImages;
  /external/chromium/chrome/browser/chromeos/cros/
syslogs_library.cc 51 callback->Run(Tuple2<LogDictionaryType*, std::string*>(NULL , NULL));
121 request->ForwardResult(Tuple2<LogDictionaryType*,
  /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...]
callback_old.h 44 // CallbackRunner<Tuple2<int, string> >* callback =
148 typedef CallbackRunner<Tuple2<Arg1, Arg2> > Type;
156 Tuple2<Arg1, Arg2> >(object, method);
tuple_unittest.cc 35 Tuple2<int, const char*> t2 = MakeTuple(1, static_cast<const char*>("wee"));
task.h 104 return new RunnableMethod<Method, Tuple2<A, B> >(
368 return new RunnableMethod<T, Method, Tuple2<A, B> >(object, method,
483 return new RunnableFunction<Function, Tuple2<A, B> >(function,
  /external/chromium/testing/
gmock_mutant.h 143 const Tuple2<C1, C2>& c) {
149 const Tuple2<C1, C2>& c) {
249 const Tuple2<C1, C2>& c) {
255 const Tuple2<C1, C2>& c) {
326 const Tuple2<P1, P2>& p,
332 const Tuple2<P1, P2>& p,
341 const Tuple2<P1, P2>& p,
347 const Tuple2<P1, P2>& p,
356 const Tuple2<P1, P2>& p,
357 const Tuple2<C1, C2>& c)
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc     [all...]
  /external/chromium/base/memory/
raw_scoped_refptr_mismatch_checker.h 61 struct ParamsUseScopedRefptrCorrectly<Tuple2<A, B> > {
scoped_callback_factory.h 66 return new CallbackImpl<void (T::*)(Arg1, Arg2), Tuple2<Arg1, Arg2> >(
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-tuple.h 904 template <class Tuple1, class Tuple2>
905 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
912 template <class Tuple1, class Tuple2>
913 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 904 template <class Tuple1, class Tuple2>
905 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
912 template <class Tuple1, class Tuple2>
913 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 902 template <class Tuple1, class Tuple2>
903 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
910 template <class Tuple1, class Tuple2>
911 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 558 Tuple2<int, FormData> autofill_param;
    [all...]

Completed in 1219 milliseconds