Home
last modified time | relevance | path

Searched refs:Tuple2 (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium_org/webkit/browser/quota/
Dquota_callbacks.h71 Tuple2<int64, int64> >
76 Tuple2<QuotaStatusCode, int64> >
79 Tuple2<QuotaStatusCode, int64> >
124 Tuple2<QuotaStatusCode, int64> >
/external/chromium_org/testing/
Dgmock_mutant.h143 const Tuple2<C1, C2>& c) { in DispatchToMethod()
149 const Tuple2<C1, C2>& c) { in DispatchToFunction()
249 const Tuple2<C1, C2>& c) { in DispatchToMethod()
255 const Tuple2<C1, C2>& c) { in DispatchToFunction()
326 const Tuple2<P1, P2>& p, in DispatchToMethod()
332 const Tuple2<P1, P2>& p, in DispatchToFunction()
341 const Tuple2<P1, P2>& p, in DispatchToMethod()
347 const Tuple2<P1, P2>& p, in DispatchToFunction()
356 const Tuple2<P1, P2>& p, in DispatchToMethod()
357 const Tuple2<C1, C2>& c) { in DispatchToMethod()
[all …]
/external/chromium/testing/
Dgmock_mutant.h143 const Tuple2<C1, C2>& c) { in DispatchToMethod()
149 const Tuple2<C1, C2>& c) { in DispatchToFunction()
249 const Tuple2<C1, C2>& c) { in DispatchToMethod()
255 const Tuple2<C1, C2>& c) { in DispatchToFunction()
326 const Tuple2<P1, P2>& p, in DispatchToMethod()
332 const Tuple2<P1, P2>& p, in DispatchToFunction()
341 const Tuple2<P1, P2>& p, in DispatchToMethod()
347 const Tuple2<P1, P2>& p, in DispatchToFunction()
356 const Tuple2<P1, P2>& p, in DispatchToMethod()
357 const Tuple2<C1, C2>& c) { in DispatchToMethod()
[all …]
/external/chromium_org/chrome/browser/history/
Dhistory_marshaling.h26 Tuple2<URLRow, VisitVector> >
41 Tuple2<std::vector<GURL>,
/external/chromium/chrome/browser/history/
Dhistory_marshaling.h23 Tuple2<URLRow, VisitVector> >
38 Tuple2<std::vector<GURL>,
/external/chromium/base/
Dtuple.h94 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) {
438 return Tuple2<A, B>(a, b);
489 inline Tuple2<A&, B&> MakeRefTuple(A& a, B& b) {
[all …]
Dcallback_old.h148 typedef CallbackRunner<Tuple2<Arg1, Arg2> > Type;
156 Tuple2<Arg1, Arg2> >(object, method); in NewCallback()
Dtuple_unittest.cc35 Tuple2<int, const char*> t2 = MakeTuple(1, static_cast<const char*>("wee")); in TEST()
Dtask.h104 return new RunnableMethod<Method, Tuple2<A, B> >( in NewRunnableMethod()
368 return new RunnableMethod<T, Method, Tuple2<A, B> >(object, method, in NewRunnableMethod()
483 return new RunnableFunction<Function, Tuple2<A, B> >(function, in NewRunnableFunction()
/external/chromium_org/chrome/renderer/autofill/
Dform_autocomplete_browsertest.cc39 Tuple2<FormData, base::TimeTicks> forms; in TEST_F()
88 Tuple2<FormData, base::TimeTicks> forms; in TEST_F()
/external/chromium/chrome/browser/chromeos/cros/
Dsyslogs_library.cc51 callback->Run(Tuple2<LogDictionaryType*, std::string*>(NULL , NULL)); in RequestSyslogs()
121 request->ForwardResult(Tuple2<LogDictionaryType*, in ReadSyslogs()
/external/chromium_org/base/
Dtuple.h91 struct Tuple2 {
96 Tuple2() {}
97 Tuple2(typename TupleTraits<A>::ParamType a,
286 struct TupleTypes< Tuple2<A, B> > {
287 typedef Tuple2<typename TupleTraits<A>::ValueType,
289 typedef Tuple2<typename TupleTraits<A>::RefType,
291 typedef Tuple2<typename TupleTraits<A>::ParamType,
434 inline Tuple2<A, B> MakeTuple(const A& a, const B& b) {
435 return Tuple2<A, B>(a, b);
486 inline Tuple2<A&, B&> MakeRefTuple(A& a, B& b) {
[all …]
Dobserver_list_threadsafe.h184 UnboundMethod<ObserverType, Method, Tuple2<A, B> > method( in Notify()
186 Notify<Method, Tuple2<A, B> >(method); in Notify()
Dtuple_unittest.cc35 Tuple2<int, const char*> t2 = MakeTuple(1, static_cast<const char*>("wee")); in TEST()
/external/chromium/testing/gmock/test/
Dgmock-matchers_test.cc1754 typedef ::std::tr1::tuple<long, int> Tuple2; // NOLINT typedef
1759 Matcher<const Tuple2&> m = Eq(); in TEST()
1760 EXPECT_TRUE(m.Matches(Tuple2(5L, 5))); in TEST()
1761 EXPECT_FALSE(m.Matches(Tuple2(5L, 6))); in TEST()
1766 Matcher<const Tuple2&> m = Eq(); in TEST()
1773 Matcher<const Tuple2&> m = Ge(); in TEST()
1774 EXPECT_TRUE(m.Matches(Tuple2(5L, 4))); in TEST()
1775 EXPECT_TRUE(m.Matches(Tuple2(5L, 5))); in TEST()
1776 EXPECT_FALSE(m.Matches(Tuple2(5L, 6))); in TEST()
1781 Matcher<const Tuple2&> m = Ge(); in TEST()
[all …]
/external/chromium/chrome/common/extensions/
Dextension_unpacker.h25 typedef std::vector< Tuple2<SkBitmap, FilePath> > DecodedImages;
/external/protobuf/gtest/include/gtest/internal/
Dgtest-tuple.h.pump283 template <class Tuple1, class Tuple2>
284 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
291 template <class Tuple1, class Tuple2>
292 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-tuple.h.pump284 template <class Tuple1, class Tuple2>
285 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
292 template <class Tuple1, class Tuple2>
293 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
Dgtest-tuple.h.pump284 template <class Tuple1, class Tuple2>
285 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
292 template <class Tuple1, class Tuple2>
293 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
/external/chromium_org/testing/gtest/include/gtest/internal/
Dgtest-tuple.h.pump287 template <class Tuple1, class Tuple2>
288 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
295 template <class Tuple1, class Tuple2>
296 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-tuple.h.pump284 template <class Tuple1, class Tuple2>
285 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
292 template <class Tuple1, class Tuple2>
293 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
/external/gtest/include/gtest/internal/
Dgtest-tuple.h.pump284 template <class Tuple1, class Tuple2>
285 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
292 template <class Tuple1, class Tuple2>
293 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
/external/chromium_org/components/autofill/content/browser/
Drequest_autocomplete_manager_unittest.cc125 Tuple2<blink::WebFormElement::AutocompleteResult, FormData> autofill_param; in GetAutocompleteResultMessage()
/external/chromium_org/ppapi/host/
Ddispatch_host_message.h39 Tuple2<A, B>& arg) { in DispatchResourceCall()
/external/chromium/base/memory/
Dscoped_callback_factory.h66 return new CallbackImpl<void (T::*)(Arg1, Arg2), Tuple2<Arg1, Arg2> >( in NewCallback()

12