| OLD | NEW |
| 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 Loading... |
| 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_ |
| OLD | NEW |