U                  94 base/android/scoped_java_ref.h   template<typename U>
U                  95 base/android/scoped_java_ref.h   explicit ScopedJavaLocalRef(const U& other)
U                 118 base/android/scoped_java_ref.h   template<typename U>
U                 119 base/android/scoped_java_ref.h   void Reset(const ScopedJavaLocalRef<U>& other) {
U                 126 base/android/scoped_java_ref.h   template<typename U>
U                 127 base/android/scoped_java_ref.h   void Reset(const U& other) {
U                 133 base/android/scoped_java_ref.h   template<typename U>
U                 134 base/android/scoped_java_ref.h   void Reset(JNIEnv* env, U obj) {
U                 164 base/android/scoped_java_ref.h   template<typename U>
U                 165 base/android/scoped_java_ref.h   explicit ScopedJavaGlobalRef(const U& other) {
U                 177 base/android/scoped_java_ref.h   template<typename U>
U                 178 base/android/scoped_java_ref.h   void Reset(const U& other) {
U                 182 base/android/scoped_java_ref.h   template<typename U>
U                 183 base/android/scoped_java_ref.h   void Reset(JNIEnv* env, U obj) {
U                 282 base/bind_helpers.h   template <typename U>
U                 283 base/bind_helpers.h   static Yes& Check(typename U::IsMethod*);
U                 285 base/bind_helpers.h   template <typename U>
U                  74 base/callback_internal.h   template <typename U>
U                  75 base/callback_internal.h   static YesType Test(const typename U::MoveOnlyTypeForCPP03*);
U                  77 base/callback_internal.h   template <typename U>
U                 119 base/containers/small_map.h   template <typename U> static big test(typename U::key_equal*);
U                  69 base/containers/stack_container.h   template<typename U>
U                  88 base/containers/stack_container.h   template<typename U, size_t other_capacity>
U                  89 base/containers/stack_container.h   StackAllocator(const StackAllocator<U, other_capacity>& other)
U                  87 base/memory/linked_ptr.h   template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); }
U                  95 base/memory/linked_ptr.h   template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
U                 129 base/memory/linked_ptr.h   template <typename U>
U                 130 base/memory/linked_ptr.h   bool operator==(linked_ptr<U> const& ptr) const {
U                 133 base/memory/linked_ptr.h   template <typename U>
U                 134 base/memory/linked_ptr.h   bool operator!=(linked_ptr<U> const& ptr) const {
U                 139 base/memory/linked_ptr.h   template <typename U>
U                 154 base/memory/linked_ptr.h   template <typename U> void copy(linked_ptr<U> const* ptr) {
U                 281 base/memory/ref_counted.h   template <typename U>
U                 282 base/memory/ref_counted.h   scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) {
U                 318 base/memory/ref_counted.h   template <typename U>
U                 319 base/memory/ref_counted.h   scoped_refptr<T>& operator=(const scoped_refptr<U>& r) {
U                 117 base/memory/scoped_ptr.h   template <typename U> DefaultDeleter(const DefaultDeleter<U>& other) {
U                 131 base/memory/scoped_ptr.h     enum { U_must_be_complete = sizeof(U) };
U                 132 base/memory/scoped_ptr.h     COMPILE_ASSERT((base::is_convertible<U*, T*>::value),
U                 157 base/memory/scoped_ptr.h   template <typename U> void operator()(U* array) const;
U                 199 base/memory/scoped_ptr.h   template <typename U, typename V>
U                 200 base/memory/scoped_ptr.h   scoped_ptr_impl(scoped_ptr_impl<U, V>* other)
U                 208 base/memory/scoped_ptr.h   template <typename U, typename V>
U                 209 base/memory/scoped_ptr.h   void TakeState(scoped_ptr_impl<U, V>* other) {
U                 272 base/memory/scoped_ptr.h   template <typename U, typename V> friend class scoped_ptr_impl;
U                 340 base/memory/scoped_ptr.h   template <typename U, typename V>
U                 341 base/memory/scoped_ptr.h   scoped_ptr(scoped_ptr<U, V> other) : impl_(&other.impl_) {
U                 342 base/memory/scoped_ptr.h     COMPILE_ASSERT(!base::is_array<U>::value, U_cannot_be_an_array);
U                 358 base/memory/scoped_ptr.h   template <typename U, typename V>
U                 359 base/memory/scoped_ptr.h   scoped_ptr& operator=(scoped_ptr<U, V> rhs) {
U                 360 base/memory/scoped_ptr.h     COMPILE_ASSERT(!base::is_array<U>::value, U_cannot_be_an_array);
U                 432 base/memory/scoped_ptr.h   template <typename U, typename V> friend class scoped_ptr;
U                 442 base/memory/scoped_ptr.h   template <class U> bool operator==(scoped_ptr<U> const& p2) const;
U                 443 base/memory/scoped_ptr.h   template <class U> bool operator!=(scoped_ptr<U> const& p2) const;
U                 541 base/memory/scoped_ptr.h   template <typename U> explicit scoped_ptr(U* array);
U                 546 base/memory/scoped_ptr.h   template <typename U> void reset(U* array);
U                 553 base/memory/scoped_ptr.h   template <class U> bool operator==(scoped_ptr<U> const& p2) const;
U                 554 base/memory/scoped_ptr.h   template <class U> bool operator!=(scoped_ptr<U> const& p2) const;
U                 199 base/memory/weak_ptr.h   template <typename U>
U                 200 base/memory/weak_ptr.h   WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.ptr_) {
U                 235 base/memory/weak_ptr.h   template <class U> bool operator==(WeakPtr<U> const&) const;
U                 236 base/memory/weak_ptr.h   template <class U> bool operator!=(WeakPtr<U> const&) const;
U                 239 base/memory/weak_ptr.h   template <typename U> friend class WeakPtr;
U                  64 base/template_util.h template <class T, class U> struct is_same : public false_type {};
U                1161 base/third_party/dmg_fp/dtoa.cc 	(x) U *x;
U                1163 base/third_party/dmg_fp/dtoa.cc 	(U *x)
U                1167 base/third_party/dmg_fp/dtoa.cc 	U u;
U                1210 base/third_party/dmg_fp/dtoa.cc 	U d;
U                1273 base/third_party/dmg_fp/dtoa.cc 	(d, e, bits) U *d; int *e, *bits;
U                1275 base/third_party/dmg_fp/dtoa.cc 	(U *d, int *e, int *bits)
U                1412 base/third_party/dmg_fp/dtoa.cc 	U da, db;
U                1559 base/third_party/dmg_fp/dtoa.cc 	(rvp, sp) U *rvp; CONST char **sp;
U                1561 base/third_party/dmg_fp/dtoa.cc 	(U *rvp, CONST char **sp)
U                1740 base/third_party/dmg_fp/dtoa.cc 	CONST char **sp; U *rvp; int rounding, sign;
U                1742 base/third_party/dmg_fp/dtoa.cc gethex( CONST char **sp, U *rvp, int rounding, int sign)
U                2235 base/third_party/dmg_fp/dtoa.cc 	U *rv; CONST char *s0; BCinfo *bc;
U                2237 base/third_party/dmg_fp/dtoa.cc 	(U *rv, CONST char *s0, BCinfo *bc)
U                2443 base/third_party/dmg_fp/dtoa.cc 	U aadj2, adj, rv, rv0;
U                3579 base/third_party/dmg_fp/dtoa.cc 	U d2, eps, u;
U                 111 chrome/browser/safe_browsing/safe_browsing_store.h template <class T, class U>
U                 112 chrome/browser/safe_browsing/safe_browsing_store.h bool SBAddPrefixLess(const T& a, const U& b) {
U                 122 chrome/browser/safe_browsing/safe_browsing_store.h template <class T, class U>
U                 123 chrome/browser/safe_browsing/safe_browsing_store.h bool SBAddPrefixHashLess(const T& a, const U& b) {
U                 756 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(A, U)  // Australia
U                 791 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(H, U)  // Hungary
U                 810 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(L, U)  // Luxembourg
U                 836 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(R, U)  // Russia
U                 851 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(U, A)  // Ukraine
U                 852 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(U, S)  // United States
U                 853 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(U, Y)  // Uruguay
U                 865 chrome/browser/search_engines/template_url_prepopulate_data.cc     END_UNHANDLED_COUNTRIES(A, U)
U                 941 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(N, U)  // Niue
U                 959 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(U, Z)  // Uzbekistan
U                 960 chrome/browser/search_engines/template_url_prepopulate_data.cc     END_UNHANDLED_COUNTRIES(R, U)
U                 990 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(G, U)  // Guam
U                 992 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(U, M)  // U.S. Minor Outlying Islands
U                 994 chrome/browser/search_engines/template_url_prepopulate_data.cc     END_UNHANDLED_COUNTRIES(U, S)
U                1007 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(C, U)  // Cuba
U                1033 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(M, U)  // Mauritius
U                1050 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(U, G)  // Uganda
U                1052 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(V, U)  // Vanuatu
U                  85 chrome/test/base/interactive_test_utils.h template <class U>
U                  95 chrome/test/base/interactive_test_utils.h     const content::Details<U>& details) WARN_UNUSED_RESULT;
U                  97 chrome/test/base/interactive_test_utils.h template <class U>
U                 107 chrome/test/base/interactive_test_utils.h     const content::Details<U>& details) {
U                 108 chrome/test/base/interactive_test_utils.h   WindowedNotificationObserverWithDetails<U> observer(type, source);
U                 115 chrome/test/base/interactive_test_utils.h   U my_details;
U                 198 chrome/test/base/ui_test_utils.h template <class U>
U                 208 chrome/test/base/ui_test_utils.h   bool GetDetailsFor(uintptr_t source, U* details) {
U                 209 chrome/test/base/ui_test_utils.h     typename std::map<uintptr_t, U>::const_iterator iter =
U                 220 chrome/test/base/ui_test_utils.h     const U* details_ptr = content::Details<U>(details).ptr();
U                 227 chrome/test/base/ui_test_utils.h   std::map<uintptr_t, U> details_;
U                1189 content/common/gpu/client/gl_helper_unittest.cc     unsigned char* U = truth_frame->data(media::VideoFrame::kUPlane);
U                1195 content/common/gpu/client/gl_helper_unittest.cc     memset(U, 0x80, u_stride * output_ysize / 2);
U                1209 content/common/gpu/client/gl_helper_unittest.cc         U[(y + ymargin / 2) * u_stride + x + xmargin / 2] = float_to_byte(
U                1229 content/common/gpu/client/gl_helper_unittest.cc     ComparePlane(U,
U                 559 crypto/third_party/nss/sha512.cc #define ULLC(hi,lo) { 0x ## lo ## U, 0x ## hi ## U }
U                 561 crypto/third_party/nss/sha512.cc #define ULLC(hi,lo) { 0x ## hi ## U, 0x ## lo ## U }
U                  54 extensions/renderer/scoped_persistent.h   template <typename U>
U                  55 extensions/renderer/scoped_persistent.h   static v8::Isolate* GetIsolate(v8::Handle<U> object_handle) {
U                 115 gin/object_template_builder.h   template<typename T, typename U>
U                 117 gin/object_template_builder.h                                      const T& getter, const U& setter) {
U                 120 gin/object_template_builder.h                            CallbackTraits<U>::CreateTemplate(isolate_, setter));
U                  90 media/cdm/ppapi/linked_ptr.h   template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); }
U                  98 media/cdm/ppapi/linked_ptr.h   template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
U                 134 media/cdm/ppapi/linked_ptr.h   template <typename U>
U                 135 media/cdm/ppapi/linked_ptr.h   bool operator==(linked_ptr<U> const& ptr) const {
U                 138 media/cdm/ppapi/linked_ptr.h   template <typename U>
U                 139 media/cdm/ppapi/linked_ptr.h   bool operator!=(linked_ptr<U> const& ptr) const {
U                 144 media/cdm/ppapi/linked_ptr.h   template <typename U>
U                 159 media/cdm/ppapi/linked_ptr.h   template <typename U> void copy(linked_ptr<U> const* ptr) {
U                  30 mojo/public/cpp/bindings/array.h   template <typename U>
U                  31 mojo/public/cpp/bindings/array.h   Array(const U& u, Buffer* buf = Buffer::current()) {
U                  32 mojo/public/cpp/bindings/array.h     *this = TypeConverter<Array<T>,U>::ConvertFrom(u, buf);
U                  35 mojo/public/cpp/bindings/array.h   template <typename U>
U                  36 mojo/public/cpp/bindings/array.h   Array& operator=(const U& u) {
U                  37 mojo/public/cpp/bindings/array.h     *this = TypeConverter<Array<T>,U>::ConvertFrom(u, Buffer::current());
U                  41 mojo/public/cpp/bindings/array.h   template <typename U>
U                  42 mojo/public/cpp/bindings/array.h   operator U() const {
U                  43 mojo/public/cpp/bindings/array.h     return To<U>();
U                  46 mojo/public/cpp/bindings/array.h   template <typename U>
U                  47 mojo/public/cpp/bindings/array.h   U To() const {
U                  48 mojo/public/cpp/bindings/array.h     return TypeConverter<Array<T>,U>::ConvertTo(*this);
U                  61 mojo/public/cpp/bindings/type_converter.h template <typename T, typename U> class TypeConverter {
U                  46 native_client_sdk/src/libraries/sdk_util/scoped_ref.h   template <typename U>
U                  47 native_client_sdk/src/libraries/sdk_util/scoped_ref.h   ScopedRef(const ScopedRef<U>& ptr) {
U                  51 native_client_sdk/src/libraries/sdk_util/scoped_ref.h   template <typename U>
U                  52 native_client_sdk/src/libraries/sdk_util/scoped_ref.h   ScopedRef& operator=(const ScopedRef<U>& ptr) {
U                  60 native_client_sdk/src/libraries/sdk_util/scoped_ref.h   template <typename U>
U                  61 native_client_sdk/src/libraries/sdk_util/scoped_ref.h   bool operator==(const ScopedRef<U>& p) const {
U                  65 native_client_sdk/src/libraries/sdk_util/scoped_ref.h   template <typename U>
U                  66 native_client_sdk/src/libraries/sdk_util/scoped_ref.h   bool operator!=(const ScopedRef<U>& p) const {
U                 366 ppapi/tests/test_case.h   template <class U>
U                 367 ppapi/tests/test_case.h   bool CompareEQ(const U& right) const {
U                 370 ppapi/tests/test_case.h   template <class U>
U                 371 ppapi/tests/test_case.h   bool CompareNE(const U& right) const {
U                 374 ppapi/tests/test_case.h   template <class U>
U                 375 ppapi/tests/test_case.h   bool CompareLT(const U& right) const {
U                 378 ppapi/tests/test_case.h   template <class U>
U                 379 ppapi/tests/test_case.h   bool CompareGT(const U& right) const {
U                 382 ppapi/tests/test_case.h   template <class U>
U                 383 ppapi/tests/test_case.h   bool CompareLE(const U& right) const {
U                 386 ppapi/tests/test_case.h   template <class U>
U                 387 ppapi/tests/test_case.h   bool CompareGE(const U& right) const {
U                 399 ppapi/tests/test_case.h   template <class U>
U                 400 ppapi/tests/test_case.h   bool CompareEQ(const U& right) const {
U                 403 ppapi/tests/test_case.h   template <class U>
U                 404 ppapi/tests/test_case.h   bool CompareNE(const U& right) const {
U                 407 ppapi/tests/test_case.h   template <class U>
U                 408 ppapi/tests/test_case.h   bool CompareLT(const U& right) const {
U                 411 ppapi/tests/test_case.h   template <class U>
U                 412 ppapi/tests/test_case.h   bool CompareGT(const U& right) const {
U                 415 ppapi/tests/test_case.h   template <class U>
U                 416 ppapi/tests/test_case.h   bool CompareLE(const U& right) const {
U                 419 ppapi/tests/test_case.h   template <class U>
U                 420 ppapi/tests/test_case.h   bool CompareGE(const U& right) const {
U                 445 ppapi/tests/test_case.h   template <class U>
U                 446 ppapi/tests/test_case.h   bool CompareEQ(const U& right) const {
U                 447 ppapi/tests/test_case.h     return static_cast<U>(value) == right;
U                 449 ppapi/tests/test_case.h   template <class U>
U                 450 ppapi/tests/test_case.h   bool CompareNE(const U& right) const {
U                 451 ppapi/tests/test_case.h     return static_cast<U>(value) != right;
U                 453 ppapi/tests/test_case.h   template <class U>
U                 454 ppapi/tests/test_case.h   bool CompareLT(const U& right) const {
U                 455 ppapi/tests/test_case.h     return static_cast<U>(value) < right;
U                 457 ppapi/tests/test_case.h   template <class U>
U                 458 ppapi/tests/test_case.h   bool CompareGT(const U& right) const {
U                 459 ppapi/tests/test_case.h     return static_cast<U>(value) > right;
U                 461 ppapi/tests/test_case.h   template <class U>
U                 462 ppapi/tests/test_case.h   bool CompareLE(const U& right) const {
U                 463 ppapi/tests/test_case.h     return static_cast<U>(value) <= right;
U                 465 ppapi/tests/test_case.h   template <class U>
U                 466 ppapi/tests/test_case.h   bool CompareGE(const U& right) const {
U                 467 ppapi/tests/test_case.h     return static_cast<U>(value) >= right;
U                 525 ppapi/tests/test_case.h template <class T, class U>
U                 529 ppapi/tests/test_case.h     const U& right,
U                 554 ppapi/tests/test_case.h template <class T, class U> \
U                 557 ppapi/tests/test_case.h     const U& right, \
U                  54 skia/ext/refptr.h   template<typename U>
U                  55 skia/ext/refptr.h   RefPtr(const RefPtr<U>& other)
U                  69 skia/ext/refptr.h   template<typename U>
U                  70 skia/ext/refptr.h   RefPtr& operator=(const RefPtr<U>& other) {
U                 100 skia/ext/refptr.h   template<typename U>
U                 101 skia/ext/refptr.h   friend RefPtr<U> AdoptRef(U* ptr);
U                 103 skia/ext/refptr.h   template<typename U>
U                 104 skia/ext/refptr.h   friend RefPtr<U> SharePtr(U* ptr);
U                 145 sync/internal_api/public/util/weak_handle.h   template <typename U>
U                 147 sync/internal_api/public/util/weak_handle.h             void (U::*fn)(void)) const {
U                 150 sync/internal_api/public/util/weak_handle.h         Bind(&WeakHandleCore::template DoCall0<U>, this, fn));
U                 153 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1>
U                 155 sync/internal_api/public/util/weak_handle.h             void (U::*fn)(A1),
U                 159 sync/internal_api/public/util/weak_handle.h         Bind(&WeakHandleCore::template DoCall1<U, A1>,
U                 163 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1, typename A2>
U                 165 sync/internal_api/public/util/weak_handle.h             void (U::*fn)(A1, A2),
U                 170 sync/internal_api/public/util/weak_handle.h         Bind(&WeakHandleCore::template DoCall2<U, A1, A2>,
U                 174 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1, typename A2, typename A3>
U                 176 sync/internal_api/public/util/weak_handle.h             void (U::*fn)(A1, A2, A3),
U                 182 sync/internal_api/public/util/weak_handle.h         Bind(&WeakHandleCore::template DoCall3<U, A1, A2, A3>,
U                 186 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1, typename A2, typename A3, typename A4>
U                 188 sync/internal_api/public/util/weak_handle.h             void (U::*fn)(A1, A2, A3, A4),
U                 195 sync/internal_api/public/util/weak_handle.h         Bind(&WeakHandleCore::template DoCall4<U, A1, A2, A3, A4>,
U                 208 sync/internal_api/public/util/weak_handle.h   template <typename U>
U                 209 sync/internal_api/public/util/weak_handle.h   void DoCall0(void (U::*fn)(void)) const {
U                 217 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1>
U                 218 sync/internal_api/public/util/weak_handle.h   void DoCall1(void (U::*fn)(A1),
U                 227 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1, typename A2>
U                 228 sync/internal_api/public/util/weak_handle.h   void DoCall2(void (U::*fn)(A1, A2),
U                 238 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1, typename A2, typename A3>
U                 239 sync/internal_api/public/util/weak_handle.h   void DoCall3(void (U::*fn)(A1, A2, A3),
U                 250 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1, typename A2, typename A3, typename A4>
U                 251 sync/internal_api/public/util/weak_handle.h   void DoCall4(void (U::*fn)(A1, A2, A3, A4),
U                 288 sync/internal_api/public/util/weak_handle.h   template <typename U>
U                 289 sync/internal_api/public/util/weak_handle.h   WeakHandle(const WeakHandle<U>& other)  // NOLINT
U                 317 sync/internal_api/public/util/weak_handle.h   template <typename U>
U                 319 sync/internal_api/public/util/weak_handle.h             void (U::*fn)(void)) const {
U                 324 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1>
U                 326 sync/internal_api/public/util/weak_handle.h             void (U::*fn)(A1),
U                 332 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1, typename A2>
U                 334 sync/internal_api/public/util/weak_handle.h             void (U::*fn)(A1, A2),
U                 341 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1, typename A2, typename A3>
U                 343 sync/internal_api/public/util/weak_handle.h             void (U::*fn)(A1, A2, A3),
U                 351 sync/internal_api/public/util/weak_handle.h   template <typename U, typename A1, typename A2, typename A3, typename A4>
U                 353 sync/internal_api/public/util/weak_handle.h             void (U::*fn)(A1, A2, A3, A4),
U                  65 sync/syncable/entry_kernel.cc template <class T, class U, class V>
U                  69 sync/syncable/entry_kernel.cc                     V* (*enum_value_fn)(U),
U                1019 testing/gmock_mutant.h template <typename R, typename T, typename U>
U                1021 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)()) {
U                1023 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(),
U                1040 testing/gmock_mutant.h template <typename R, typename T, typename U>
U                1042 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)()) {
U                1044 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(),
U                1052 testing/gmock_mutant.h template <typename R, typename T, typename U>
U                1054 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)()) {
U                1056 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(),
U                1072 testing/gmock_mutant.h template <typename R, typename T, typename U>
U                1074 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)()) {
U                1076 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(),
U                1085 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1>
U                1087 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1)) {
U                1089 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1),
U                1106 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1>
U                1108 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1)) {
U                1110 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1),
U                1118 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1>
U                1120 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1)) {
U                1122 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1),
U                1138 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1>
U                1140 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1)) {
U                1142 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1),
U                1151 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2>
U                1153 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1, A2)) {
U                1155 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1, A2),
U                1172 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2>
U                1174 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1, A2)) {
U                1176 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1, A2),
U                1184 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2>
U                1186 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1, A2)) {
U                1188 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1, A2),
U                1204 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2>
U                1206 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1, A2)) {
U                1208 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2),
U                1217 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1220 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1, A2, A3)) {
U                1222 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1, A2, A3),
U                1239 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1242 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1, A2, A3)) {
U                1244 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3),
U                1252 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1255 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1, A2, A3)) {
U                1257 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3),
U                1273 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1276 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1, A2, A3)) {
U                1278 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3),
U                1287 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1290 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1, A2, A3, A4)) {
U                1292 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1, A2, A3, A4),
U                1309 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1312 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1, A2, A3, A4)) {
U                1314 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3, A4),
U                1322 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1325 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1, A2, A3, A4)) {
U                1327 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3, A4),
U                1343 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1346 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1, A2, A3, A4)) {
U                1348 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3, A4),
U                1357 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1360 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1, A2, A3, A4, A5)) {
U                1362 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1, A2, A3, A4, A5),
U                1380 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1383 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1, A2, A3, A4, A5)) {
U                1385 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3, A4, A5),
U                1393 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1396 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1, A2, A3, A4, A5)) {
U                1398 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5),
U                1415 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1418 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1, A2, A3, A4, A5)) {
U                1420 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5),
U                1429 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1432 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1, A2, A3, A4, A5, A6)) {
U                1434 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(A1, A2, A3, A4, A5, A6),
U                1452 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1455 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1, A2, A3, A4, A5, A6)) {
U                1457 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3, A4, A5, A6),
U                1465 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1468 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1, A2, A3, A4, A5, A6)) {
U                1470 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5, A6),
U                1487 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2,
U                1490 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1, A2, A3, A4, A5, A6)) {
U                1492 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5, A6),
U                1501 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename X1>
U                1503 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1), const P1& p1) {
U                1505 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1),
U                1522 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename X1>
U                1524 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1), const P1& p1) {
U                1526 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1),
U                1534 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename X1>
U                1536 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1), const P1& p1) {
U                1538 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1),
U                1554 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename X1>
U                1556 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1), const P1& p1) {
U                1558 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1),
U                1567 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1570 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1), const P1& p1) {
U                1572 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1),
U                1589 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1592 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1), const P1& p1) {
U                1594 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1),
U                1602 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1605 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1), const P1& p1) {
U                1607 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1),
U                1623 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1626 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1), const P1& p1) {
U                1628 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1),
U                1637 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1640 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1, A2), const P1& p1) {
U                1642 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1, A2),
U                1659 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1662 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1, A2), const P1& p1) {
U                1664 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2),
U                1672 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1675 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1, A2), const P1& p1) {
U                1677 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2),
U                1693 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1696 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1, A2), const P1& p1) {
U                1698 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2),
U                1707 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1710 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1, A2, A3), const P1& p1) {
U                1712 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1, A2, A3),
U                1730 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1733 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1, A2, A3), const P1& p1) {
U                1735 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3),
U                1743 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1746 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1, A2, A3), const P1& p1) {
U                1748 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3),
U                1765 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1768 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1, A2, A3), const P1& p1) {
U                1770 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3),
U                1779 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1782 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1, A2, A3, A4), const P1& p1) {
U                1784 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1, A2, A3, A4),
U                1802 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1805 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1, A2, A3, A4), const P1& p1) {
U                1807 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3, A4),
U                1815 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1818 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4),
U                1821 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4),
U                1838 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1841 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4),
U                1844 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4),
U                1853 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1856 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1, A2, A3, A4, A5), const P1& p1) {
U                1858 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1, A2, A3, A4, A5),
U                1876 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1879 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1, A2, A3, A4, A5), const P1& p1) {
U                1881 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3, A4, A5),
U                1889 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1892 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4, A5),
U                1895 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5),
U                1912 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1915 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4, A5),
U                1918 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5),
U                1927 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1931 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1, A2, A3, A4, A5, A6),
U                1934 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, A1, A2, A3, A4, A5, A6),
U                1952 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1956 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1, A2, A3, A4, A5, A6),
U                1959 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3, A4, A5, A6),
U                1967 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1971 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4, A5, A6),
U                1974 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5, A6),
U                1992 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1,
U                1996 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4, A5, A6),
U                1999 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5, A6),
U                2008 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2011 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2), const P1& p1, const P2& p2) {
U                2013 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2),
U                2030 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2033 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2), const P1& p1, const P2& p2) {
U                2035 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2),
U                2043 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2046 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2), const P1& p1,
U                2049 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2),
U                2065 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2068 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2), const P1& p1,
U                2071 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2),
U                2080 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2083 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1), const P1& p1, const P2& p2) {
U                2085 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1),
U                2103 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2106 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1), const P1& p1, const P2& p2) {
U                2108 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1),
U                2116 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2119 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1), const P1& p1,
U                2122 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1),
U                2140 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2143 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1), const P1& p1,
U                2146 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1),
U                2155 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2158 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1, A2), const P1& p1,
U                2161 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1, A2),
U                2179 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2182 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1, A2), const P1& p1,
U                2185 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2),
U                2193 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2196 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1, A2), const P1& p1,
U                2199 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2),
U                2217 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2220 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1, A2), const P1& p1,
U                2223 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2),
U                2232 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2235 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1, A2, A3), const P1& p1,
U                2238 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3),
U                2256 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2259 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1, A2, A3), const P1& p1,
U                2262 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3),
U                2270 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2273 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3),
U                2276 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3),
U                2294 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2297 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3),
U                2300 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3),
U                2309 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2313 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1, A2, A3, A4), const P1& p1,
U                2316 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3, A4),
U                2335 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2339 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1, A2, A3, A4), const P1& p1,
U                2342 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3, A4),
U                2350 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2354 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4),
U                2357 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4),
U                2375 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2379 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4),
U                2382 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4),
U                2391 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2395 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1, A2, A3, A4, A5), const P1& p1,
U                2398 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5),
U                2417 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2421 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1, A2, A3, A4, A5), const P1& p1,
U                2424 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5),
U                2432 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2436 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4, A5),
U                2439 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5),
U                2457 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2461 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4, A5),
U                2464 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5),
U                2473 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2477 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1, A2, A3, A4, A5, A6),
U                2480 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5, A6),
U                2500 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2504 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1, A2, A3, A4, A5, A6),
U                2507 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5, A6),
U                2515 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2519 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4, A5, A6),
U                2522 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5, A6),
U                2541 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2545 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4, A5, A6),
U                2548 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5, A6),
U                2557 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2560 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3), const P1& p1, const P2& p2,
U                2563 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3),
U                2582 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2585 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3), const P1& p1, const P2& p2,
U                2588 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3),
U                2596 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2599 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3), const P1& p1,
U                2602 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3),
U                2620 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2623 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3), const P1& p1,
U                2626 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3),
U                2635 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2638 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1), const P1& p1,
U                2641 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1),
U                2660 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2663 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1), const P1& p1,
U                2666 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1),
U                2674 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2677 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1), const P1& p1,
U                2680 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1),
U                2698 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2701 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1), const P1& p1,
U                2704 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1),
U                2713 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2717 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2), const P1& p1,
U                2720 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2),
U                2739 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2743 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2), const P1& p1,
U                2746 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2),
U                2754 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2758 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2),
U                2761 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2),
U                2779 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2783 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2),
U                2786 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2),
U                2795 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2799 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3), const P1& p1,
U                2802 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3),
U                2821 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2825 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3), const P1& p1,
U                2828 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3),
U                2836 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2840 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3),
U                2843 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3),
U                2861 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2865 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3),
U                2868 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3),
U                2877 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2881 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4), const P1& p1,
U                2884 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4),
U                2904 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2908 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4), const P1& p1,
U                2911 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4),
U                2919 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2923 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4),
U                2926 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4),
U                2945 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2949 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4),
U                2952 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4),
U                2961 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2965 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5),
U                2968 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5),
U                2988 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                2992 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5),
U                2995 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5),
U                3003 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3007 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5),
U                3010 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5),
U                3029 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3033 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5),
U                3036 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5),
U                3045 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3049 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
U                3052 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
U                3072 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3076 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
U                3079 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
U                3087 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3091 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5,
U                3094 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
U                3113 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3117 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5,
U                3120 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6),
U                3129 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3133 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4), const P1& p1,
U                3136 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4),
U                3155 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3159 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4), const P1& p1,
U                3162 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4),
U                3170 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3174 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4), const P1& p1,
U                3177 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4),
U                3195 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3199 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4), const P1& p1,
U                3202 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4),
U                3211 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3215 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1), const P1& p1,
U                3218 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1),
U                3237 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3241 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1), const P1& p1,
U                3244 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1),
U                3252 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3256 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1),
U                3259 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1),
U                3277 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3281 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1),
U                3284 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1),
U                3293 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3297 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2), const P1& p1,
U                3300 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2),
U                3320 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3324 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2), const P1& p1,
U                3327 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2),
U                3335 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3339 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2),
U                3342 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2),
U                3361 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3365 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2),
U                3368 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2),
U                3377 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3381 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3), const P1& p1,
U                3384 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3),
U                3404 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3408 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3), const P1& p1,
U                3411 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3),
U                3419 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3423 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3),
U                3426 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3),
U                3445 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3449 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3),
U                3452 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3),
U                3461 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3465 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4),
U                3468 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4),
U                3488 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3492 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4),
U                3495 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4),
U                3503 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3507 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4),
U                3510 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4),
U                3529 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3533 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4),
U                3536 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4),
U                3545 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3550 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
U                3553 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
U                3573 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3578 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
U                3581 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
U                3589 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3594 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4,
U                3597 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
U                3616 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3621 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4,
U                3624 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5),
U                3633 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3638 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
U                3641 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
U                3661 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3666 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
U                3669 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
U                3677 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3682 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4,
U                3685 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
U                3704 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3709 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4,
U                3712 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6),
U                3721 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3725 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5), const P1& p1,
U                3728 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5),
U                3748 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3752 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5), const P1& p1,
U                3755 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5),
U                3763 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3767 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5),
U                3770 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5),
U                3789 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3793 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5),
U                3796 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5),
U                3805 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3809 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1), const P1& p1,
U                3812 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1),
U                3832 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3836 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1), const P1& p1,
U                3839 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1),
U                3847 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3851 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1),
U                3854 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1),
U                3873 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3877 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1),
U                3880 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1),
U                3889 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3893 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2), const P1& p1,
U                3896 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2),
U                3916 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3920 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2), const P1& p1,
U                3923 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2),
U                3931 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3935 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2),
U                3938 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2),
U                3957 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3961 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2),
U                3964 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2),
U                3973 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                3978 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3),
U                3981 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3),
U                4001 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4006 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3),
U                4009 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3),
U                4017 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4022 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3),
U                4025 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3),
U                4044 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4049 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3),
U                4052 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3),
U                4061 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4066 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
U                4069 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
U                4089 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4094 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
U                4097 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
U                4105 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4110 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3,
U                4114 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
U                4133 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4138 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3,
U                4142 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4),
U                4151 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4156 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
U                4159 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
U                4180 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4185 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
U                4188 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
U                4196 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4201 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3,
U                4205 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
U                4225 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4230 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3,
U                4234 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5),
U                4243 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4248 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5,
U                4252 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6),
U                4273 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4278 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5,
U                4282 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6),
U                4290 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4295 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3,
U                4299 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6),
U                4320 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4325 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3,
U                4329 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6),
U                4338 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4342 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1,
U                4345 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6),
U                4365 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4369 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1,
U                4372 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6),
U                4380 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4384 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6),
U                4388 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6),
U                4407 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4411 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6),
U                4415 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6),
U                4424 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4429 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1,
U                4432 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1),
U                4452 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4457 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1,
U                4460 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1),
U                4468 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4473 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1),
U                4477 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1),
U                4496 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4501 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1),
U                4505 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1),
U                4514 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4519 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2),
U                4523 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2),
U                4543 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4548 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2),
U                4552 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2),
U                4560 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4565 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2),
U                4569 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2),
U                4589 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4594 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2),
U                4598 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2),
U                4607 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4612 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
U                4616 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
U                4637 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4642 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
U                4646 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
U                4654 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4659 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2,
U                4663 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
U                4684 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4689 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2,
U                4693 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3),
U                4702 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4707 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
U                4711 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
U                4733 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4738 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
U                4742 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
U                4750 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4755 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2,
U                4759 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
U                4780 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4785 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2,
U                4789 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4),
U                4798 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4803 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4,
U                4807 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5),
U                4829 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4834 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4,
U                4838 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5),
U                4846 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4851 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2,
U                4855 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5),
U                4876 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4881 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2,
U                4885 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5),
U                4894 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4900 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5,
U                4904 testing/gmock_mutant.h       new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6),
U                4926 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4932 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5,
U                4936 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6),
U                4944 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4950 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2,
U                4954 testing/gmock_mutant.h       new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6),
U                4975 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2,
U                4981 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2,
U                4985 testing/gmock_mutant.h       new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6),
U                  30 third_party/cld/base/port.h #define GG_UINT8_C(x)   (x ## U)
U                  31 third_party/cld/base/port.h #define GG_UINT16_C(x)  (x ## U)
U                  32 third_party/cld/base/port.h #define GG_UINT32_C(x)  (x ## U)
U                  93 third_party/cld/base/type_traits.h template <class T, class U> struct has_trivial_constructor<std::pair<T, U> >
U                  96 third_party/cld/base/type_traits.h                        has_trivial_constructor<U>::value)> { };
U                 108 third_party/cld/base/type_traits.h template <class T, class U> struct has_trivial_copy<std::pair<T, U> >
U                 111 third_party/cld/base/type_traits.h                        has_trivial_copy<U>::value)> { };
U                 121 third_party/cld/base/type_traits.h template <class T, class U> struct has_trivial_assign<std::pair<T, U> >
U                 124 third_party/cld/base/type_traits.h                        has_trivial_assign<U>::value)> { };
U                 134 third_party/cld/base/type_traits.h template <class T, class U> struct has_trivial_destructor<std::pair<T, U> >
U                 137 third_party/cld/base/type_traits.h                        has_trivial_destructor<U>::value)> { };
U                  61 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp template <typename T, typename U>
U                  62 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp static inline bool InRange(double d, T min, U max) {
U                  77 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp template <typename T, typename U>
U                  78 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp static inline bool InRange(double d, T min, U max) {
U                 128 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U> DefaultDeleter(const DefaultDeleter<U>& other) {
U                 142 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     enum { U_must_be_complete = sizeof(U) };
U                 143 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     COMPILE_ASSERT((is_convertible<U*, T*>::value),
U                 168 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U> void operator()(U* array) const;
U                 210 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V>
U                 211 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr_impl(scoped_ptr_impl<U, V>* other)
U                 219 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V>
U                 220 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   void TakeState(scoped_ptr_impl<U, V>* other) {
U                 283 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V> friend class scoped_ptr_impl;
U                 352 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V>
U                 353 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr(scoped_ptr<U, V> other) : impl_(&other.impl_) {
U                 354 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     COMPILE_ASSERT(!is_array<U>::value, U_cannot_be_an_array);
U                 370 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V>
U                 371 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr& operator=(scoped_ptr<U, V> rhs) {
U                 372 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h     COMPILE_ASSERT(!is_array<U>::value, U_cannot_be_an_array);
U                 445 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V> friend class scoped_ptr;
U                 456 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <class U> bool operator==(scoped_ptr<U> const& p2) const;
U                 457 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <class U> bool operator!=(scoped_ptr<U> const& p2) const;
U                 557 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U> explicit scoped_ptr(U* array);
U                 562 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U> void reset(U* array);
U                 569 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <class U> bool operator==(scoped_ptr<U> const& p2) const;
U                 570 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <class U> bool operator!=(scoped_ptr<U> const& p2) const;
U                  30 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h template <class T, class U> struct is_same : public false_type {};
U                 309 third_party/npapi/npspy/extern/nspr/prtypes.h #define PR_UINT32(x) x ## U
U                  89 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template <class T, class U> struct is_same;
U                 150 third_party/protobuf/src/google/protobuf/stubs/type_traits.h   template <class U> static small_ tester(void (U::*)());
U                 151 third_party/protobuf/src/google/protobuf/stubs/type_traits.h   template <class U> static big_ tester(...);
U                 222 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template <class T, class U> struct has_trivial_constructor<std::pair<T, U> >
U                 225 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                        has_trivial_constructor<U>::value)> { };
U                 237 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template <class T, class U> struct has_trivial_copy<std::pair<T, U> >
U                 240 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                        has_trivial_copy<U>::value)> { };
U                 250 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template <class T, class U> struct has_trivial_assign<std::pair<T, U> >
U                 253 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                        has_trivial_assign<U>::value)> { };
U                 263 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template <class T, class U> struct has_trivial_destructor<std::pair<T, U> >
U                 266 third_party/protobuf/src/google/protobuf/stubs/type_traits.h                        has_trivial_destructor<U>::value)> { };
U                 298 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template<typename T, typename U> struct is_same : public false_type { };
U                  54 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc template<typename T, typename U> struct AssertTypesEq;
U                  56 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc #define COMPILE_ASSERT_TYPES_EQ(T, U) static_cast<void>(AssertTypesEq<T, U>())
U                 495 third_party/sqlite/src/src/parse.y seltablist(A) ::= stl_prefix(X) nm(Y) dbnm(D) as(Z) indexed_opt(I) on_opt(N) using_opt(U). {
U                 496 third_party/sqlite/src/src/parse.y   A = sqlite3SrcListAppendFromTerm(pParse,X,&Y,&D,&Z,0,N,U);
U                 501 third_party/sqlite/src/src/parse.y                     as(Z) on_opt(N) using_opt(U). {
U                 502 third_party/sqlite/src/src/parse.y     A = sqlite3SrcListAppendFromTerm(pParse,X,0,0,&Z,S,N,U);
U                 505 third_party/sqlite/src/src/parse.y                     as(Z) on_opt(N) using_opt(U). {
U                 506 third_party/sqlite/src/src/parse.y     if( X==0 && Z.n==0 && N==0 && U==0 ){
U                 512 third_party/sqlite/src/src/parse.y       A = sqlite3SrcListAppendFromTerm(pParse,X,0,0,&Z,pSubquery,N,U);
U                 567 third_party/sqlite/src/src/parse.y using_opt(U) ::= USING LP inscollist(L) RP.  {U = L;}
U                 568 third_party/sqlite/src/src/parse.y using_opt(U) ::= .                        {U = 0;}
U                1089 third_party/sqlite/src/src/parse.y cmd ::= createkw(S) uniqueflag(U) INDEX ifnotexists(NE) nm(X) dbnm(D)
U                1092 third_party/sqlite/src/src/parse.y                      sqlite3SrcListAppend(pParse->db,0,&Y,0), Z, U,
U                  57 tools/memory_watcher/memory_hook.h   template <class U>
U                  58 tools/memory_watcher/memory_hook.h   struct rebind { typedef PrivateHookAllocator<U> other; };
U                  60 tools/memory_watcher/memory_hook.h   template <class U>
U                  61 tools/memory_watcher/memory_hook.h   PrivateHookAllocator(const PrivateHookAllocator<U>&) {}
U                  64 tools/memory_watcher/memory_hook.h template<class T, class U> inline
U                  66 tools/memory_watcher/memory_hook.h                 const PrivateHookAllocator<U>&) {
U                  70 tools/memory_watcher/memory_hook.h template<class T, class U> inline
U                  72 tools/memory_watcher/memory_hook.h                 const PrivateHookAllocator<U>& right) {
U                  21 ui/gfx/scoped_gobject.h   template<class U>
U                  23 ui/gfx/scoped_gobject.h     void operator()(U* ptr) const {