summaryrefslogtreecommitdiffstats
path: root/base/bind.h
Commit message (Expand)AuthorAgeFilesLines
* Unify BindState refcount management into the bound arguments.tzik2016-02-171-3/+2
* Refactor gmock_mutant.htzik2016-02-101-5/+19
* Reland of Do Perfect Forwarding from base::Bind to BindState storage (patchse...tzik2016-02-031-7/+5
* Revert of Do Perfect Forwarding from base::Bind to BindState storage (patchse...tzik2016-02-021-5/+7
* Do Perfect Forwarding from base::Bind to BindState storagetzik2016-02-021-7/+5
* Replace typedef with using for Callback/Bind related filestzik2015-12-191-8/+7
* Remove unbound base::Bind overloadtzik2015-12-181-17/+5
* Clean up base::Callback stufftzik2015-12-151-8/+4
* Switch to static_assert in base/.avi2015-11-241-3/+3
* Bind: Use Variadic Templates in bind_internal.htzik2015-02-051-5/+9
* [Base] Use variadic template in bind.htzik2014-11-261-416/+19
* Remove unused typedef in base/bind.hch.dumez@samsung.com2014-01-141-6/+0
* Revert 154885 - Extend base::Callback to 8 arguments.rsleevi@chromium.org2012-09-051-84/+0
* Extend base::Callback to 8 arguments.leandrogracia@chromium.org2012-09-051-0/+84
* Add quick reference for bind/callback usage.brettw@chromium.org2012-07-121-5/+16
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-77/+94
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-94/+77
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-77/+94
* Increase Bind/Callback Arity from 6 -> 7.ajwong@chromium.org2011-11-281-1/+76
* Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven."ajwong@chromium.org2011-11-241-438/+0
* Increase Bind/Callback Arity from 6 -> 11: These go to eleven.ajwong@chromium.org2011-11-231-0/+438
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-86/+356
* Reverting as an experiment to determine if this caused increased Win buildjhawkins@chromium.org2011-10-191-20/+0
* base::Bind: Increase the arity to 7.jhawkins@chromium.org2011-10-161-0/+20
* Allow Bind() to take a Callback<> and bind all its free parameters.ajwong@chromium.org2011-09-301-0/+46
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-1/+1
* Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal...ajwong@chromium.org2011-02-181-1/+1
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-1/+1
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-151-0/+99