Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: base/bind_internal.h

Issue 6542026: Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // This file was GENERATED by command: 1 // This file was GENERATED by command:
2 // pump.py bind_internal.h.pump 2 // pump.py bind_internal.h.pump
3 // DO NOT EDIT BY HAND!!! 3 // DO NOT EDIT BY HAND!!!
4 4
5 5
6 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 6 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
7 // Use of this source code is governed by a BSD-style license that can be 7 // Use of this source code is governed by a BSD-style license that can be
8 // found in the LICENSE file. 8 // found in the LICENSE file.
9 9
10 #ifndef BASE_BIND_INTERNAL_H_ 10 #ifndef BASE_BIND_INTERNAL_H_
11 #define BASE_BIND_INTERNAL_H_ 11 #define BASE_BIND_INTERNAL_H_
12 #pragma once 12 #pragma once
13 13
14 #include "base/bind_helpers.h" 14 #include "base/bind_helpers.h"
15 #include "base/callback_helpers.h" 15 #include "base/callback_internal.h"
16 #include "base/template_util.h" 16 #include "base/template_util.h"
17 17
18 namespace base { 18 namespace base {
19 namespace internal { 19 namespace internal {
20 20
21 // The method by which a function is invoked is determined by 3 different 21 // The method by which a function is invoked is determined by 3 different
22 // dimensions: 22 // dimensions:
23 // 23 //
24 // 1) The type of function (normal, method, const-method) 24 // 1) The type of function (normal, method, const-method)
25 // 2) The arity of the function 25 // 2) The arity of the function
(...skipping 1635 matching lines...) Expand 10 before | Expand all | Expand 10 after
1661 typename BindType<P3>::StorageType p3_; 1661 typename BindType<P3>::StorageType p3_;
1662 typename BindType<P4>::StorageType p4_; 1662 typename BindType<P4>::StorageType p4_;
1663 typename BindType<P5>::StorageType p5_; 1663 typename BindType<P5>::StorageType p5_;
1664 typename BindType<P6>::StorageType p6_; 1664 typename BindType<P6>::StorageType p6_;
1665 }; 1665 };
1666 1666
1667 } // namespace internal 1667 } // namespace internal
1668 } // namespace base 1668 } // namespace base
1669 1669
1670 #endif // BASE_BIND_INTERNAL_H_ 1670 #endif // BASE_BIND_INTERNAL_H_
OLDNEW
« no previous file with comments | « base/bind.h.pump ('k') | base/bind_internal.h.pump » ('j') | base/callback_internal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698