R 74 android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java public <R> R runTestOnUiThreadAndGetResult(Callable<R> callable) R 76 android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java FutureTask<R> task = new FutureTask<R>(callable); R 58 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java setContentView(R.layout.testshell_activity); R 62 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java LinearLayout contentContainer = (LinearLayout) findViewById(R.id.content_container); R 149 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java mUrlTextView = (EditText) findViewById(R.id.url); R 181 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java mPrevButton = (ImageButton) findViewById(R.id.prev); R 191 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java mNextButton = (ImageButton) findViewById(R.id.next); R 24 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java AwResource.setErrorPageResources(R.raw.error, R.raw.blank_html); R 26 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java AwResource.setDefaultTextEncoding(R.string.default_encoding); R 105 base/bind_internal.h template <typename R> R 106 base/bind_internal.h class RunnableAdapter<R(*)()> { R 108 base/bind_internal.h typedef R (RunType)(); R 110 base/bind_internal.h explicit RunnableAdapter(R(*function)()) R 114 base/bind_internal.h R Run() { R 119 base/bind_internal.h R (*function_)(); R 123 base/bind_internal.h template <typename R, typename T> R 124 base/bind_internal.h class RunnableAdapter<R(T::*)()> { R 126 base/bind_internal.h typedef R (RunType)(T*); R 129 base/bind_internal.h explicit RunnableAdapter(R(T::*method)()) R 133 base/bind_internal.h R Run(T* object) { R 138 base/bind_internal.h R (T::*method_)(); R 142 base/bind_internal.h template <typename R, typename T> R 143 base/bind_internal.h class RunnableAdapter<R(T::*)() const> { R 145 base/bind_internal.h typedef R (RunType)(const T*); R 148 base/bind_internal.h explicit RunnableAdapter(R(T::*method)() const) R 152 base/bind_internal.h R Run(const T* object) { R 157 base/bind_internal.h R (T::*method_)() const; R 161 base/bind_internal.h template <typename R, typename A1> R 162 base/bind_internal.h class RunnableAdapter<R(*)(A1)> { R 164 base/bind_internal.h typedef R (RunType)(A1); R 166 base/bind_internal.h explicit RunnableAdapter(R(*function)(A1)) R 170 base/bind_internal.h R Run(typename CallbackParamTraits<A1>::ForwardType a1) { R 175 base/bind_internal.h R (*function_)(A1); R 179 base/bind_internal.h template <typename R, typename T, typename A1> R 180 base/bind_internal.h class RunnableAdapter<R(T::*)(A1)> { R 182 base/bind_internal.h typedef R (RunType)(T*, A1); R 185 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1)) R 189 base/bind_internal.h R Run(T* object, typename CallbackParamTraits<A1>::ForwardType a1) { R 194 base/bind_internal.h R (T::*method_)(A1); R 198 base/bind_internal.h template <typename R, typename T, typename A1> R 199 base/bind_internal.h class RunnableAdapter<R(T::*)(A1) const> { R 201 base/bind_internal.h typedef R (RunType)(const T*, A1); R 204 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1) const) R 208 base/bind_internal.h R Run(const T* object, typename CallbackParamTraits<A1>::ForwardType a1) { R 213 base/bind_internal.h R (T::*method_)(A1) const; R 217 base/bind_internal.h template <typename R, typename A1, typename A2> R 218 base/bind_internal.h class RunnableAdapter<R(*)(A1, A2)> { R 220 base/bind_internal.h typedef R (RunType)(A1, A2); R 222 base/bind_internal.h explicit RunnableAdapter(R(*function)(A1, A2)) R 226 base/bind_internal.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 232 base/bind_internal.h R (*function_)(A1, A2); R 236 base/bind_internal.h template <typename R, typename T, typename A1, typename A2> R 237 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2)> { R 239 base/bind_internal.h typedef R (RunType)(T*, A1, A2); R 242 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2)) R 246 base/bind_internal.h R Run(T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 252 base/bind_internal.h R (T::*method_)(A1, A2); R 256 base/bind_internal.h template <typename R, typename T, typename A1, typename A2> R 257 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2) const> { R 259 base/bind_internal.h typedef R (RunType)(const T*, A1, A2); R 262 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2) const) R 266 base/bind_internal.h R Run(const T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 272 base/bind_internal.h R (T::*method_)(A1, A2) const; R 276 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3> R 277 base/bind_internal.h class RunnableAdapter<R(*)(A1, A2, A3)> { R 279 base/bind_internal.h typedef R (RunType)(A1, A2, A3); R 281 base/bind_internal.h explicit RunnableAdapter(R(*function)(A1, A2, A3)) R 285 base/bind_internal.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 293 base/bind_internal.h R (*function_)(A1, A2, A3); R 297 base/bind_internal.h template <typename R, typename T, typename A1, typename A2, typename A3> R 298 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2, A3)> { R 300 base/bind_internal.h typedef R (RunType)(T*, A1, A2, A3); R 303 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2, A3)) R 307 base/bind_internal.h R Run(T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 315 base/bind_internal.h R (T::*method_)(A1, A2, A3); R 319 base/bind_internal.h template <typename R, typename T, typename A1, typename A2, typename A3> R 320 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2, A3) const> { R 322 base/bind_internal.h typedef R (RunType)(const T*, A1, A2, A3); R 325 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2, A3) const) R 329 base/bind_internal.h R Run(const T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 337 base/bind_internal.h R (T::*method_)(A1, A2, A3) const; R 341 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4> R 342 base/bind_internal.h class RunnableAdapter<R(*)(A1, A2, A3, A4)> { R 344 base/bind_internal.h typedef R (RunType)(A1, A2, A3, A4); R 346 base/bind_internal.h explicit RunnableAdapter(R(*function)(A1, A2, A3, A4)) R 350 base/bind_internal.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 359 base/bind_internal.h R (*function_)(A1, A2, A3, A4); R 363 base/bind_internal.h template <typename R, typename T, typename A1, typename A2, typename A3, R 365 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2, A3, A4)> { R 367 base/bind_internal.h typedef R (RunType)(T*, A1, A2, A3, A4); R 370 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2, A3, A4)) R 374 base/bind_internal.h R Run(T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 383 base/bind_internal.h R (T::*method_)(A1, A2, A3, A4); R 387 base/bind_internal.h template <typename R, typename T, typename A1, typename A2, typename A3, R 389 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2, A3, A4) const> { R 391 base/bind_internal.h typedef R (RunType)(const T*, A1, A2, A3, A4); R 394 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2, A3, A4) const) R 398 base/bind_internal.h R Run(const T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 407 base/bind_internal.h R (T::*method_)(A1, A2, A3, A4) const; R 411 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 413 base/bind_internal.h class RunnableAdapter<R(*)(A1, A2, A3, A4, A5)> { R 415 base/bind_internal.h typedef R (RunType)(A1, A2, A3, A4, A5); R 417 base/bind_internal.h explicit RunnableAdapter(R(*function)(A1, A2, A3, A4, A5)) R 421 base/bind_internal.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 431 base/bind_internal.h R (*function_)(A1, A2, A3, A4, A5); R 435 base/bind_internal.h template <typename R, typename T, typename A1, typename A2, typename A3, R 437 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2, A3, A4, A5)> { R 439 base/bind_internal.h typedef R (RunType)(T*, A1, A2, A3, A4, A5); R 442 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2, A3, A4, A5)) R 446 base/bind_internal.h R Run(T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 456 base/bind_internal.h R (T::*method_)(A1, A2, A3, A4, A5); R 460 base/bind_internal.h template <typename R, typename T, typename A1, typename A2, typename A3, R 462 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2, A3, A4, A5) const> { R 464 base/bind_internal.h typedef R (RunType)(const T*, A1, A2, A3, A4, A5); R 467 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2, A3, A4, A5) const) R 471 base/bind_internal.h R Run(const T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 481 base/bind_internal.h R (T::*method_)(A1, A2, A3, A4, A5) const; R 485 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 487 base/bind_internal.h class RunnableAdapter<R(*)(A1, A2, A3, A4, A5, A6)> { R 489 base/bind_internal.h typedef R (RunType)(A1, A2, A3, A4, A5, A6); R 491 base/bind_internal.h explicit RunnableAdapter(R(*function)(A1, A2, A3, A4, A5, A6)) R 495 base/bind_internal.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 507 base/bind_internal.h R (*function_)(A1, A2, A3, A4, A5, A6); R 511 base/bind_internal.h template <typename R, typename T, typename A1, typename A2, typename A3, R 513 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2, A3, A4, A5, A6)> { R 515 base/bind_internal.h typedef R (RunType)(T*, A1, A2, A3, A4, A5, A6); R 518 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2, A3, A4, A5, A6)) R 522 base/bind_internal.h R Run(T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 534 base/bind_internal.h R (T::*method_)(A1, A2, A3, A4, A5, A6); R 538 base/bind_internal.h template <typename R, typename T, typename A1, typename A2, typename A3, R 540 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2, A3, A4, A5, A6) const> { R 542 base/bind_internal.h typedef R (RunType)(const T*, A1, A2, A3, A4, A5, A6); R 545 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2, A3, A4, A5, A6) const) R 549 base/bind_internal.h R Run(const T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 561 base/bind_internal.h R (T::*method_)(A1, A2, A3, A4, A5, A6) const; R 565 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 567 base/bind_internal.h class RunnableAdapter<R(*)(A1, A2, A3, A4, A5, A6, A7)> { R 569 base/bind_internal.h typedef R (RunType)(A1, A2, A3, A4, A5, A6, A7); R 571 base/bind_internal.h explicit RunnableAdapter(R(*function)(A1, A2, A3, A4, A5, A6, A7)) R 575 base/bind_internal.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 588 base/bind_internal.h R (*function_)(A1, A2, A3, A4, A5, A6, A7); R 592 base/bind_internal.h template <typename R, typename T, typename A1, typename A2, typename A3, R 594 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2, A3, A4, A5, A6, A7)> { R 596 base/bind_internal.h typedef R (RunType)(T*, A1, A2, A3, A4, A5, A6, A7); R 599 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2, A3, A4, A5, A6, A7)) R 603 base/bind_internal.h R Run(T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 616 base/bind_internal.h R (T::*method_)(A1, A2, A3, A4, A5, A6, A7); R 620 base/bind_internal.h template <typename R, typename T, typename A1, typename A2, typename A3, R 622 base/bind_internal.h class RunnableAdapter<R(T::*)(A1, A2, A3, A4, A5, A6, A7) const> { R 624 base/bind_internal.h typedef R (RunType)(const T*, A1, A2, A3, A4, A5, A6, A7); R 627 base/bind_internal.h explicit RunnableAdapter(R(T::*method)(A1, A2, A3, A4, A5, A6, A7) const) R 631 base/bind_internal.h R Run(const T* object, typename CallbackParamTraits<A1>::ForwardType a1, R 644 base/bind_internal.h R (T::*method_)(A1, A2, A3, A4, A5, A6, A7) const; R 654 base/bind_internal.h template <typename R> R 655 base/bind_internal.h struct FunctionTraits<R()> { R 656 base/bind_internal.h typedef R ReturnType; R 659 base/bind_internal.h template <typename R, typename A1> R 660 base/bind_internal.h struct FunctionTraits<R(A1)> { R 661 base/bind_internal.h typedef R ReturnType; R 665 base/bind_internal.h template <typename R, typename A1, typename A2> R 666 base/bind_internal.h struct FunctionTraits<R(A1, A2)> { R 667 base/bind_internal.h typedef R ReturnType; R 672 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3> R 673 base/bind_internal.h struct FunctionTraits<R(A1, A2, A3)> { R 674 base/bind_internal.h typedef R ReturnType; R 680 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4> R 681 base/bind_internal.h struct FunctionTraits<R(A1, A2, A3, A4)> { R 682 base/bind_internal.h typedef R ReturnType; R 689 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 691 base/bind_internal.h struct FunctionTraits<R(A1, A2, A3, A4, A5)> { R 692 base/bind_internal.h typedef R ReturnType; R 700 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 702 base/bind_internal.h struct FunctionTraits<R(A1, A2, A3, A4, A5, A6)> { R 703 base/bind_internal.h typedef R ReturnType; R 712 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 714 base/bind_internal.h struct FunctionTraits<R(A1, A2, A3, A4, A5, A6, A7)> { R 715 base/bind_internal.h typedef R ReturnType; R 732 base/bind_internal.h template <typename R> R 733 base/bind_internal.h struct ForceVoidReturn<R()> { R 737 base/bind_internal.h template <typename R, typename A1> R 738 base/bind_internal.h struct ForceVoidReturn<R(A1)> { R 742 base/bind_internal.h template <typename R, typename A1, typename A2> R 743 base/bind_internal.h struct ForceVoidReturn<R(A1, A2)> { R 747 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3> R 748 base/bind_internal.h struct ForceVoidReturn<R(A1, A2, A3)> { R 752 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4> R 753 base/bind_internal.h struct ForceVoidReturn<R(A1, A2, A3, A4)> { R 757 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 759 base/bind_internal.h struct ForceVoidReturn<R(A1, A2, A3, A4, A5)> { R 763 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 765 base/bind_internal.h struct ForceVoidReturn<R(A1, A2, A3, A4, A5, A6)> { R 769 base/bind_internal.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 771 base/bind_internal.h struct ForceVoidReturn<R(A1, A2, A3, A4, A5, A6, A7)> { R 1106 base/bind_internal.h template <typename StorageType, typename R> R 1107 base/bind_internal.h struct Invoker<0, StorageType, R()> { R 1108 base/bind_internal.h typedef R(RunType)(BindStateBase*); R 1110 base/bind_internal.h typedef R(UnboundRunType)(); R 1112 base/bind_internal.h static R Run(BindStateBase* base) { R 1119 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1127 base/bind_internal.h template <typename StorageType, typename R,typename X1> R 1128 base/bind_internal.h struct Invoker<0, StorageType, R(X1)> { R 1129 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1132 base/bind_internal.h typedef R(UnboundRunType)(X1); R 1134 base/bind_internal.h static R Run(BindStateBase* base, R 1142 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1150 base/bind_internal.h template <typename StorageType, typename R,typename X1> R 1151 base/bind_internal.h struct Invoker<1, StorageType, R(X1)> { R 1152 base/bind_internal.h typedef R(RunType)(BindStateBase*); R 1154 base/bind_internal.h typedef R(UnboundRunType)(); R 1156 base/bind_internal.h static R Run(BindStateBase* base) { R 1166 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1174 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2> R 1175 base/bind_internal.h struct Invoker<0, StorageType, R(X1, X2)> { R 1176 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1180 base/bind_internal.h typedef R(UnboundRunType)(X1, X2); R 1182 base/bind_internal.h static R Run(BindStateBase* base, R 1191 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1201 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2> R 1202 base/bind_internal.h struct Invoker<1, StorageType, R(X1, X2)> { R 1203 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1206 base/bind_internal.h typedef R(UnboundRunType)(X2); R 1208 base/bind_internal.h static R Run(BindStateBase* base, R 1219 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1229 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2> R 1230 base/bind_internal.h struct Invoker<2, StorageType, R(X1, X2)> { R 1231 base/bind_internal.h typedef R(RunType)(BindStateBase*); R 1233 base/bind_internal.h typedef R(UnboundRunType)(); R 1235 base/bind_internal.h static R Run(BindStateBase* base) { R 1248 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1258 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1260 base/bind_internal.h struct Invoker<0, StorageType, R(X1, X2, X3)> { R 1261 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1266 base/bind_internal.h typedef R(UnboundRunType)(X1, X2, X3); R 1268 base/bind_internal.h static R Run(BindStateBase* base, R 1278 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1289 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1291 base/bind_internal.h struct Invoker<1, StorageType, R(X1, X2, X3)> { R 1292 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1296 base/bind_internal.h typedef R(UnboundRunType)(X2, X3); R 1298 base/bind_internal.h static R Run(BindStateBase* base, R 1310 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1321 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1323 base/bind_internal.h struct Invoker<2, StorageType, R(X1, X2, X3)> { R 1324 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1327 base/bind_internal.h typedef R(UnboundRunType)(X3); R 1329 base/bind_internal.h static R Run(BindStateBase* base, R 1343 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1354 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1356 base/bind_internal.h struct Invoker<3, StorageType, R(X1, X2, X3)> { R 1357 base/bind_internal.h typedef R(RunType)(BindStateBase*); R 1359 base/bind_internal.h typedef R(UnboundRunType)(); R 1361 base/bind_internal.h static R Run(BindStateBase* base) { R 1377 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1388 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1390 base/bind_internal.h struct Invoker<0, StorageType, R(X1, X2, X3, X4)> { R 1391 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1397 base/bind_internal.h typedef R(UnboundRunType)(X1, X2, X3, X4); R 1399 base/bind_internal.h static R Run(BindStateBase* base, R 1410 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1423 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1425 base/bind_internal.h struct Invoker<1, StorageType, R(X1, X2, X3, X4)> { R 1426 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1431 base/bind_internal.h typedef R(UnboundRunType)(X2, X3, X4); R 1433 base/bind_internal.h static R Run(BindStateBase* base, R 1446 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1459 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1461 base/bind_internal.h struct Invoker<2, StorageType, R(X1, X2, X3, X4)> { R 1462 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1466 base/bind_internal.h typedef R(UnboundRunType)(X3, X4); R 1468 base/bind_internal.h static R Run(BindStateBase* base, R 1483 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1496 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1498 base/bind_internal.h struct Invoker<3, StorageType, R(X1, X2, X3, X4)> { R 1499 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1502 base/bind_internal.h typedef R(UnboundRunType)(X4); R 1504 base/bind_internal.h static R Run(BindStateBase* base, R 1521 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1534 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1536 base/bind_internal.h struct Invoker<4, StorageType, R(X1, X2, X3, X4)> { R 1537 base/bind_internal.h typedef R(RunType)(BindStateBase*); R 1539 base/bind_internal.h typedef R(UnboundRunType)(); R 1541 base/bind_internal.h static R Run(BindStateBase* base) { R 1560 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1573 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1575 base/bind_internal.h struct Invoker<0, StorageType, R(X1, X2, X3, X4, X5)> { R 1576 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1583 base/bind_internal.h typedef R(UnboundRunType)(X1, X2, X3, X4, X5); R 1585 base/bind_internal.h static R Run(BindStateBase* base, R 1597 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1611 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1613 base/bind_internal.h struct Invoker<1, StorageType, R(X1, X2, X3, X4, X5)> { R 1614 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1620 base/bind_internal.h typedef R(UnboundRunType)(X2, X3, X4, X5); R 1622 base/bind_internal.h static R Run(BindStateBase* base, R 1636 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1650 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1652 base/bind_internal.h struct Invoker<2, StorageType, R(X1, X2, X3, X4, X5)> { R 1653 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1658 base/bind_internal.h typedef R(UnboundRunType)(X3, X4, X5); R 1660 base/bind_internal.h static R Run(BindStateBase* base, R 1676 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1690 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1692 base/bind_internal.h struct Invoker<3, StorageType, R(X1, X2, X3, X4, X5)> { R 1693 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1697 base/bind_internal.h typedef R(UnboundRunType)(X4, X5); R 1699 base/bind_internal.h static R Run(BindStateBase* base, R 1717 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1731 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1733 base/bind_internal.h struct Invoker<4, StorageType, R(X1, X2, X3, X4, X5)> { R 1734 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1737 base/bind_internal.h typedef R(UnboundRunType)(X5); R 1739 base/bind_internal.h static R Run(BindStateBase* base, R 1759 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1773 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1775 base/bind_internal.h struct Invoker<5, StorageType, R(X1, X2, X3, X4, X5)> { R 1776 base/bind_internal.h typedef R(RunType)(BindStateBase*); R 1778 base/bind_internal.h typedef R(UnboundRunType)(); R 1780 base/bind_internal.h static R Run(BindStateBase* base) { R 1802 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1816 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1818 base/bind_internal.h struct Invoker<0, StorageType, R(X1, X2, X3, X4, X5, X6)> { R 1819 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1827 base/bind_internal.h typedef R(UnboundRunType)(X1, X2, X3, X4, X5, X6); R 1829 base/bind_internal.h static R Run(BindStateBase* base, R 1842 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1858 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1860 base/bind_internal.h struct Invoker<1, StorageType, R(X1, X2, X3, X4, X5, X6)> { R 1861 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1868 base/bind_internal.h typedef R(UnboundRunType)(X2, X3, X4, X5, X6); R 1870 base/bind_internal.h static R Run(BindStateBase* base, R 1885 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1901 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1903 base/bind_internal.h struct Invoker<2, StorageType, R(X1, X2, X3, X4, X5, X6)> { R 1904 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1910 base/bind_internal.h typedef R(UnboundRunType)(X3, X4, X5, X6); R 1912 base/bind_internal.h static R Run(BindStateBase* base, R 1929 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1945 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1947 base/bind_internal.h struct Invoker<3, StorageType, R(X1, X2, X3, X4, X5, X6)> { R 1948 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1953 base/bind_internal.h typedef R(UnboundRunType)(X4, X5, X6); R 1955 base/bind_internal.h static R Run(BindStateBase* base, R 1974 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 1990 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 1992 base/bind_internal.h struct Invoker<4, StorageType, R(X1, X2, X3, X4, X5, X6)> { R 1993 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 1997 base/bind_internal.h typedef R(UnboundRunType)(X5, X6); R 1999 base/bind_internal.h static R Run(BindStateBase* base, R 2020 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 2036 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 2038 base/bind_internal.h struct Invoker<5, StorageType, R(X1, X2, X3, X4, X5, X6)> { R 2039 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 2042 base/bind_internal.h typedef R(UnboundRunType)(X6); R 2044 base/bind_internal.h static R Run(BindStateBase* base, R 2067 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 2083 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 2085 base/bind_internal.h struct Invoker<6, StorageType, R(X1, X2, X3, X4, X5, X6)> { R 2086 base/bind_internal.h typedef R(RunType)(BindStateBase*); R 2088 base/bind_internal.h typedef R(UnboundRunType)(); R 2090 base/bind_internal.h static R Run(BindStateBase* base) { R 2115 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 2131 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 2133 base/bind_internal.h struct Invoker<0, StorageType, R(X1, X2, X3, X4, X5, X6, X7)> { R 2134 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 2143 base/bind_internal.h typedef R(UnboundRunType)(X1, X2, X3, X4, X5, X6, X7); R 2145 base/bind_internal.h static R Run(BindStateBase* base, R 2159 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 2176 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 2178 base/bind_internal.h struct Invoker<1, StorageType, R(X1, X2, X3, X4, X5, X6, X7)> { R 2179 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 2187 base/bind_internal.h typedef R(UnboundRunType)(X2, X3, X4, X5, X6, X7); R 2189 base/bind_internal.h static R Run(BindStateBase* base, R 2205 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 2222 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 2224 base/bind_internal.h struct Invoker<2, StorageType, R(X1, X2, X3, X4, X5, X6, X7)> { R 2225 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 2232 base/bind_internal.h typedef R(UnboundRunType)(X3, X4, X5, X6, X7); R 2234 base/bind_internal.h static R Run(BindStateBase* base, R 2252 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 2269 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 2271 base/bind_internal.h struct Invoker<3, StorageType, R(X1, X2, X3, X4, X5, X6, X7)> { R 2272 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 2278 base/bind_internal.h typedef R(UnboundRunType)(X4, X5, X6, X7); R 2280 base/bind_internal.h static R Run(BindStateBase* base, R 2300 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 2317 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 2319 base/bind_internal.h struct Invoker<4, StorageType, R(X1, X2, X3, X4, X5, X6, X7)> { R 2320 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 2325 base/bind_internal.h typedef R(UnboundRunType)(X5, X6, X7); R 2327 base/bind_internal.h static R Run(BindStateBase* base, R 2349 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 2366 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 2368 base/bind_internal.h struct Invoker<5, StorageType, R(X1, X2, X3, X4, X5, X6, X7)> { R 2369 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 2373 base/bind_internal.h typedef R(UnboundRunType)(X6, X7); R 2375 base/bind_internal.h static R Run(BindStateBase* base, R 2399 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 2416 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 2418 base/bind_internal.h struct Invoker<6, StorageType, R(X1, X2, X3, X4, X5, X6, X7)> { R 2419 base/bind_internal.h typedef R(RunType)(BindStateBase*, R 2422 base/bind_internal.h typedef R(UnboundRunType)(X7); R 2424 base/bind_internal.h static R Run(BindStateBase* base, R 2450 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 2467 base/bind_internal.h template <typename StorageType, typename R,typename X1, typename X2, R 2469 base/bind_internal.h struct Invoker<7, StorageType, R(X1, X2, X3, X4, X5, X6, X7)> { R 2470 base/bind_internal.h typedef R(RunType)(BindStateBase*); R 2472 base/bind_internal.h typedef R(UnboundRunType)(); R 2474 base/bind_internal.h static R Run(BindStateBase* base) { R 2502 base/bind_internal.h return InvokeHelper<StorageType::IsWeakCall::value, R, R 28 base/bind_internal_win.h template <typename R> R 29 base/bind_internal_win.h class RunnableAdapter<R(__stdcall *)()> { R 31 base/bind_internal_win.h typedef R (RunType)(); R 33 base/bind_internal_win.h explicit RunnableAdapter(R(__stdcall *function)()) R 37 base/bind_internal_win.h R Run() { R 42 base/bind_internal_win.h R (__stdcall *function_)(); R 46 base/bind_internal_win.h template <typename R> R 47 base/bind_internal_win.h class RunnableAdapter<R(__fastcall *)()> { R 49 base/bind_internal_win.h typedef R (RunType)(); R 51 base/bind_internal_win.h explicit RunnableAdapter(R(__fastcall *function)()) R 55 base/bind_internal_win.h R Run() { R 60 base/bind_internal_win.h R (__fastcall *function_)(); R 64 base/bind_internal_win.h template <typename R, typename A1> R 65 base/bind_internal_win.h class RunnableAdapter<R(__stdcall *)(A1)> { R 67 base/bind_internal_win.h typedef R (RunType)(A1); R 69 base/bind_internal_win.h explicit RunnableAdapter(R(__stdcall *function)(A1)) R 73 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1) { R 78 base/bind_internal_win.h R (__stdcall *function_)(A1); R 82 base/bind_internal_win.h template <typename R, typename A1> R 83 base/bind_internal_win.h class RunnableAdapter<R(__fastcall *)(A1)> { R 85 base/bind_internal_win.h typedef R (RunType)(A1); R 87 base/bind_internal_win.h explicit RunnableAdapter(R(__fastcall *function)(A1)) R 91 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1) { R 96 base/bind_internal_win.h R (__fastcall *function_)(A1); R 100 base/bind_internal_win.h template <typename R, typename A1, typename A2> R 101 base/bind_internal_win.h class RunnableAdapter<R(__stdcall *)(A1, A2)> { R 103 base/bind_internal_win.h typedef R (RunType)(A1, A2); R 105 base/bind_internal_win.h explicit RunnableAdapter(R(__stdcall *function)(A1, A2)) R 109 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 115 base/bind_internal_win.h R (__stdcall *function_)(A1, A2); R 119 base/bind_internal_win.h template <typename R, typename A1, typename A2> R 120 base/bind_internal_win.h class RunnableAdapter<R(__fastcall *)(A1, A2)> { R 122 base/bind_internal_win.h typedef R (RunType)(A1, A2); R 124 base/bind_internal_win.h explicit RunnableAdapter(R(__fastcall *function)(A1, A2)) R 128 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 134 base/bind_internal_win.h R (__fastcall *function_)(A1, A2); R 138 base/bind_internal_win.h template <typename R, typename A1, typename A2, typename A3> R 139 base/bind_internal_win.h class RunnableAdapter<R(__stdcall *)(A1, A2, A3)> { R 141 base/bind_internal_win.h typedef R (RunType)(A1, A2, A3); R 143 base/bind_internal_win.h explicit RunnableAdapter(R(__stdcall *function)(A1, A2, A3)) R 147 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 154 base/bind_internal_win.h R (__stdcall *function_)(A1, A2, A3); R 158 base/bind_internal_win.h template <typename R, typename A1, typename A2, typename A3> R 159 base/bind_internal_win.h class RunnableAdapter<R(__fastcall *)(A1, A2, A3)> { R 161 base/bind_internal_win.h typedef R (RunType)(A1, A2, A3); R 163 base/bind_internal_win.h explicit RunnableAdapter(R(__fastcall *function)(A1, A2, A3)) R 167 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 174 base/bind_internal_win.h R (__fastcall *function_)(A1, A2, A3); R 178 base/bind_internal_win.h template <typename R, typename A1, typename A2, typename A3, typename A4> R 179 base/bind_internal_win.h class RunnableAdapter<R(__stdcall *)(A1, A2, A3, A4)> { R 181 base/bind_internal_win.h typedef R (RunType)(A1, A2, A3, A4); R 183 base/bind_internal_win.h explicit RunnableAdapter(R(__stdcall *function)(A1, A2, A3, A4)) R 187 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 195 base/bind_internal_win.h R (__stdcall *function_)(A1, A2, A3, A4); R 199 base/bind_internal_win.h template <typename R, typename A1, typename A2, typename A3, typename A4> R 200 base/bind_internal_win.h class RunnableAdapter<R(__fastcall *)(A1, A2, A3, A4)> { R 202 base/bind_internal_win.h typedef R (RunType)(A1, A2, A3, A4); R 204 base/bind_internal_win.h explicit RunnableAdapter(R(__fastcall *function)(A1, A2, A3, A4)) R 208 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 216 base/bind_internal_win.h R (__fastcall *function_)(A1, A2, A3, A4); R 220 base/bind_internal_win.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 222 base/bind_internal_win.h class RunnableAdapter<R(__stdcall *)(A1, A2, A3, A4, A5)> { R 224 base/bind_internal_win.h typedef R (RunType)(A1, A2, A3, A4, A5); R 226 base/bind_internal_win.h explicit RunnableAdapter(R(__stdcall *function)(A1, A2, A3, A4, A5)) R 230 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 239 base/bind_internal_win.h R (__stdcall *function_)(A1, A2, A3, A4, A5); R 243 base/bind_internal_win.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 245 base/bind_internal_win.h class RunnableAdapter<R(__fastcall *)(A1, A2, A3, A4, A5)> { R 247 base/bind_internal_win.h typedef R (RunType)(A1, A2, A3, A4, A5); R 249 base/bind_internal_win.h explicit RunnableAdapter(R(__fastcall *function)(A1, A2, A3, A4, A5)) R 253 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 262 base/bind_internal_win.h R (__fastcall *function_)(A1, A2, A3, A4, A5); R 266 base/bind_internal_win.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 268 base/bind_internal_win.h class RunnableAdapter<R(__stdcall *)(A1, A2, A3, A4, A5, A6)> { R 270 base/bind_internal_win.h typedef R (RunType)(A1, A2, A3, A4, A5, A6); R 272 base/bind_internal_win.h explicit RunnableAdapter(R(__stdcall *function)(A1, A2, A3, A4, A5, A6)) R 276 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 286 base/bind_internal_win.h R (__stdcall *function_)(A1, A2, A3, A4, A5, A6); R 290 base/bind_internal_win.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 292 base/bind_internal_win.h class RunnableAdapter<R(__fastcall *)(A1, A2, A3, A4, A5, A6)> { R 294 base/bind_internal_win.h typedef R (RunType)(A1, A2, A3, A4, A5, A6); R 296 base/bind_internal_win.h explicit RunnableAdapter(R(__fastcall *function)(A1, A2, A3, A4, A5, A6)) R 300 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 310 base/bind_internal_win.h R (__fastcall *function_)(A1, A2, A3, A4, A5, A6); R 314 base/bind_internal_win.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 316 base/bind_internal_win.h class RunnableAdapter<R(__stdcall *)(A1, A2, A3, A4, A5, A6, A7)> { R 318 base/bind_internal_win.h typedef R (RunType)(A1, A2, A3, A4, A5, A6, A7); R 320 base/bind_internal_win.h explicit RunnableAdapter(R(__stdcall *function)(A1, A2, A3, A4, A5, A6, A7)) R 324 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 335 base/bind_internal_win.h R (__stdcall *function_)(A1, A2, A3, A4, A5, A6, A7); R 339 base/bind_internal_win.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 341 base/bind_internal_win.h class RunnableAdapter<R(__fastcall *)(A1, A2, A3, A4, A5, A6, A7)> { R 343 base/bind_internal_win.h typedef R (RunType)(A1, A2, A3, A4, A5, A6, A7); R 345 base/bind_internal_win.h explicit RunnableAdapter(R(__fastcall *function)(A1, A2, A3, A4, A5, A6, A7)) R 349 base/bind_internal_win.h R Run(typename CallbackParamTraits<A1>::ForwardType a1, R 360 base/bind_internal_win.h R (__fastcall *function_)(A1, A2, A3, A4, A5, A6, A7); R 370 base/callback.h template <typename R> R 371 base/callback.h class Callback<R(void)> : public internal::CallbackBase { R 373 base/callback.h typedef R(RunType)(); R 397 base/callback.h R Run() const { R 405 base/callback.h typedef R(*PolymorphicInvoke)( R 410 base/callback.h template <typename R, typename A1> R 411 base/callback.h class Callback<R(A1)> : public internal::CallbackBase { R 413 base/callback.h typedef R(RunType)(A1); R 437 base/callback.h R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1) const { R 445 base/callback.h typedef R(*PolymorphicInvoke)( R 451 base/callback.h template <typename R, typename A1, typename A2> R 452 base/callback.h class Callback<R(A1, A2)> : public internal::CallbackBase { R 454 base/callback.h typedef R(RunType)(A1, A2); R 478 base/callback.h R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, R 488 base/callback.h typedef R(*PolymorphicInvoke)( R 495 base/callback.h template <typename R, typename A1, typename A2, typename A3> R 496 base/callback.h class Callback<R(A1, A2, A3)> : public internal::CallbackBase { R 498 base/callback.h typedef R(RunType)(A1, A2, A3); R 522 base/callback.h R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, R 534 base/callback.h typedef R(*PolymorphicInvoke)( R 542 base/callback.h template <typename R, typename A1, typename A2, typename A3, typename A4> R 543 base/callback.h class Callback<R(A1, A2, A3, A4)> : public internal::CallbackBase { R 545 base/callback.h typedef R(RunType)(A1, A2, A3, A4); R 569 base/callback.h R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, R 583 base/callback.h typedef R(*PolymorphicInvoke)( R 592 base/callback.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 594 base/callback.h class Callback<R(A1, A2, A3, A4, A5)> : public internal::CallbackBase { R 596 base/callback.h typedef R(RunType)(A1, A2, A3, A4, A5); R 620 base/callback.h R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, R 636 base/callback.h typedef R(*PolymorphicInvoke)( R 646 base/callback.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 648 base/callback.h class Callback<R(A1, A2, A3, A4, A5, A6)> : public internal::CallbackBase { R 650 base/callback.h typedef R(RunType)(A1, A2, A3, A4, A5, A6); R 674 base/callback.h R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, R 692 base/callback.h typedef R(*PolymorphicInvoke)( R 703 base/callback.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 705 base/callback.h class Callback<R(A1, A2, A3, A4, A5, A6, A7)> : public internal::CallbackBase { R 707 base/callback.h typedef R(RunType)(A1, A2, A3, A4, A5, A6, A7); R 731 base/callback.h R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1, R 751 base/callback.h typedef R(*PolymorphicInvoke)( R 30 base/mac/bind_objc_block.h template<typename R> R 31 base/mac/bind_objc_block.h R RunBlock(base::mac::ScopedBlock<R(^)()> block) { R 32 base/mac/bind_objc_block.h R(^extracted_block)() = block.get(); R 36 base/mac/bind_objc_block.h template<typename R, typename A1> R 37 base/mac/bind_objc_block.h R RunBlock(base::mac::ScopedBlock<R(^)(A1)> block, A1 a) { R 38 base/mac/bind_objc_block.h R(^extracted_block)(A1) = block.get(); R 42 base/mac/bind_objc_block.h template<typename R, typename A1, typename A2> R 43 base/mac/bind_objc_block.h R RunBlock(base::mac::ScopedBlock<R(^)(A1, A2)> block, A1 a, A2 b) { R 44 base/mac/bind_objc_block.h R(^extracted_block)(A1, A2) = block.get(); R 51 base/mac/bind_objc_block.h template<typename R> R 52 base/mac/bind_objc_block.h base::Callback<R(void)> BindBlock(R(^block)()) { R 53 base/mac/bind_objc_block.h return base::Bind(&base::internal::RunBlock<R>, R 54 base/mac/bind_objc_block.h base::mac::ScopedBlock<R(^)()>(Block_copy(block))); R 58 base/mac/bind_objc_block.h template<typename R, typename A1> R 59 base/mac/bind_objc_block.h base::Callback<R(A1)> BindBlock(R(^block)(A1)) { R 60 base/mac/bind_objc_block.h return base::Bind(&base::internal::RunBlock<R, A1>, R 61 base/mac/bind_objc_block.h base::mac::ScopedBlock<R(^)(A1)>(Block_copy(block))); R 65 base/mac/bind_objc_block.h template<typename R, typename A1, typename A2> R 66 base/mac/bind_objc_block.h base::Callback<R(A1, A2)> BindBlock(R(^block)(A1, A2)) { R 67 base/mac/bind_objc_block.h return base::Bind(&base::internal::RunBlock<R, A1, A2>, R 68 base/mac/bind_objc_block.h base::mac::ScopedBlock<R(^)(A1, A2)>(Block_copy(block))); R 530 base/message_loop/message_loop.h template <class T, class R> friend class base::subtle::DeleteHelperInternal; R 531 base/message_loop/message_loop.h template <class T, class R> friend class base::subtle::ReleaseHelperInternal; R 145 base/sequenced_task_runner.h template <class T, class R> friend class subtle::DeleteHelperInternal; R 146 base/sequenced_task_runner.h template <class T, class R> friend class subtle::ReleaseHelperInternal; R 21 base/sequenced_task_runner_helpers.h template <class T, class R> class DeleteHelperInternal; R 22 base/sequenced_task_runner_helpers.h template <class T, class R> class ReleaseHelperInternal; R 36 base/sequenced_task_runner_helpers.h template <class T2, class R> friend class subtle::DeleteHelperInternal; R 48 base/sequenced_task_runner_helpers.h template <class T2, class R> friend class subtle::ReleaseHelperInternal; R 36 base/template_util.h template <typename R, typename Z> R 37 base/template_util.h struct is_member_function_pointer<R(Z::*)()> : true_type {}; R 38 base/template_util.h template <typename R, typename Z> R 39 base/template_util.h struct is_member_function_pointer<R(Z::*)() const> : true_type {}; R 41 base/template_util.h template <typename R, typename Z, typename A> R 42 base/template_util.h struct is_member_function_pointer<R(Z::*)(A)> : true_type {}; R 43 base/template_util.h template <typename R, typename Z, typename A> R 44 base/template_util.h struct is_member_function_pointer<R(Z::*)(A) const> : true_type {}; R 46 base/template_util.h template <typename R, typename Z, typename A, typename B> R 47 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B)> : true_type {}; R 48 base/template_util.h template <typename R, typename Z, typename A, typename B> R 49 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B) const> : true_type {}; R 51 base/template_util.h template <typename R, typename Z, typename A, typename B, typename C> R 52 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C)> : true_type {}; R 53 base/template_util.h template <typename R, typename Z, typename A, typename B, typename C> R 54 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C) const> : true_type {}; R 56 base/template_util.h template <typename R, typename Z, typename A, typename B, typename C, R 58 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C, D)> : true_type {}; R 59 base/template_util.h template <typename R, typename Z, typename A, typename B, typename C, R 61 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C, D) const> : true_type {}; R 21 base/test/android/javatests/src/org/chromium/base/test/util/InstrumentationUtils.java public static <R> R runOnMainSyncAndGetResult(Instrumentation instrumentation, R 22 base/test/android/javatests/src/org/chromium/base/test/util/InstrumentationUtils.java Callable<R> callable) throws Throwable { R 23 base/test/android/javatests/src/org/chromium/base/test/util/InstrumentationUtils.java FutureTask<R> task = new FutureTask<R>(callable); R 865 cc/trees/layer_tree_host_common_unittest.cc gfx::Transform R = A * translation_to_anchor * replica_layer_transform * R 1045 cc/trees/layer_tree_host_common_unittest.cc A * R * S1, render_surface1->render_surface()->replica_draw_transform()); R 1049 cc/trees/layer_tree_host_common_unittest.cc A * R * S1, R 1056 cc/trees/layer_tree_host_common_unittest.cc SS1 * R * S2, R 1062 cc/trees/layer_tree_host_common_unittest.cc A * A * R * S2, R 27 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java import org.chromium.chrome.R; R 115 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java favicon = getBitmapFromResourceId(context, R.drawable.globe_favicon, iconDensity); R 200 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java getBitmapFromResourceId(context, R.mipmap.bookmark_widget_bg, iconDensity); R 202 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java R.mipmap.bookmark_widget_bg_highlights, iconDensity); R 22 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java import org.chromium.chrome.R; R 59 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java R.dimen.certificate_viewer_padding) / 2; R 69 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java android.R.layout.simple_spinner_item, R 71 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java arrayAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); R 95 chrome/android/java/src/org/chromium/chrome/browser/CertificateViewer.java dialog.setTitle(R.string.certtitle); R 14 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderSuggestionsCursor.java import org.chromium.chrome.R; R 74 chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderSuggestionsCursor.java return Integer.toString(R.mipmap.app_icon); R 22 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java import org.chromium.chrome.R; R 85 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java ViewGroup layout = (ViewGroup) inflater.inflate(R.layout.js_modal_dialog, null); R 86 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java mSuppressCheckBox = (CheckBox) layout.findViewById(R.id.suppress_js_modal_dialogs); R 87 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java mPromptTextView = (TextView) layout.findViewById(R.id.js_modal_dialog_prompt); R 178 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java layout.findViewById(R.id.suppress_js_modal_dialogs).setVisibility( R 184 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java layout.findViewById(R.id.js_modal_dialog_scroll_view).setVisibility(View.GONE); R 186 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java ((TextView) layout.findViewById(R.id.js_modal_dialog_message)).setText(mMessage); R 215 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java return R.string.js_modal_dialog_confirm; R 232 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java return R.string.js_modal_dialog_cancel; R 252 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java return mIsReload ? R.string.reload_this_page : R.string.leave_this_page; R 262 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java return mIsReload ? R.string.dont_reload_this_page : R.string.stay_on_this_page; R 278 chrome/android/java/src/org/chromium/chrome/browser/JavascriptAppModalDialog.java EditText prompt = (EditText) layout.findViewById(R.id.js_modal_dialog_prompt); R 13 chrome/android/java/src/org/chromium/chrome/browser/KeyStoreSelectionDialog.java import org.chromium.chrome.R; R 51 chrome/android/java/src/org/chromium/chrome/browser/KeyStoreSelectionDialog.java getString(R.string.smartcard_certificate_option), R 55 chrome/android/java/src/org/chromium/chrome/browser/KeyStoreSelectionDialog.java .setTitle(R.string.smartcard_dialog_title) R 66 chrome/android/java/src/org/chromium/chrome/browser/KeyStoreSelectionDialog.java .setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() { R 72 chrome/android/java/src/org/chromium/chrome/browser/KeyStoreSelectionDialog.java .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() { R 62 chrome/android/java/src/org/chromium/chrome/browser/NavigationPopup.java super(context, null, android.R.attr.popupMenuStyle); R 13 chrome/android/java/src/org/chromium/chrome/browser/RepostFormWarningDialog.java import org.chromium.chrome.R; R 34 chrome/android/java/src/org/chromium/chrome/browser/RepostFormWarningDialog.java .setMessage(R.string.http_post_warning) R 35 chrome/android/java/src/org/chromium/chrome/browser/RepostFormWarningDialog.java .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() { R 41 chrome/android/java/src/org/chromium/chrome/browser/RepostFormWarningDialog.java .setPositiveButton(R.string.http_post_warning_resend, R 26 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java import org.chromium.chrome.R; R 61 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java mPadding = (int) context.getResources().getDimension(R.dimen.certificate_viewer_padding); R 68 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java View section = LayoutInflater.from(mContext).inflate(R.layout.website_settings, null); R 69 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java ImageView i = (ImageView) section.findViewById(R.id.website_settings_icon); R 73 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java TextView h = (TextView) section.findViewById(R.id.website_settings_headline); R 77 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java TextView d = (TextView) section.findViewById(R.id.website_settings_description); R 23 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java import org.chromium.chrome.R; R 67 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java mAdditionalVerticalOffset = res.getDimensionPixelSize(R.dimen.menu_vertical_offset); R 68 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java mVerticalFadeDistance = res.getDimensionPixelSize(R.dimen.menu_vertical_fade_distance); R 84 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java mPopup = new ListPopupWindow(context, null, android.R.attr.popupMenuStyle); R 97 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java mPopup.setWidth(context.getResources().getDimensionPixelSize(R.dimen.menu_width)); R 19 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java import org.chromium.chrome.R; R 98 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java convertView = mInflater.inflate(R.layout.menu_item, null); R 99 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.text = (TextView) convertView.findViewById(R.id.menu_item_text); R 100 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.image = (AppMenuItemIcon) convertView.findViewById(R.id.menu_item_icon); R 130 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java convertView = mInflater.inflate(R.layout.three_button_menu_item, null); R 131 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.buttonOne = (ImageButton) convertView.findViewById(R.id.button_one); R 132 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.buttonTwo = (ImageButton) convertView.findViewById(R.id.button_two); R 133 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.buttonThree = (ImageButton) convertView.findViewById(R.id.button_three); R 149 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java convertView = mInflater.inflate(R.layout.title_button_menu_item, null); R 150 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.title = (Button) convertView.findViewById(R.id.title); R 151 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.divider = convertView.findViewById(R.id.divider); R 152 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuAdapter.java holder.button = (ImageButton) convertView.findViewById(R.id.button); R 27 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java import org.chromium.chrome.R; R 97 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java mAutoScrollFullVelocity = res.getDimensionPixelSize(R.dimen.auto_scroll_full_velocity); R 98 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java mEdgeSwipeInSlop = res.getDimensionPixelSize(R.dimen.edge_swipe_in_slop); R 100 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java R.dimen.edge_swipe_in_additional_slop); R 101 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java mEdgeSwipeOutSlop = res.getDimensionPixelSize(R.dimen.edge_swipe_out_slop); R 78 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuHandler.java new int[] {android.R.attr.listPreferredItemHeightSmall}); R 15 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuItemIcon.java private static final int[] CHECKED_STATE_SET = new int[] {android.R.attr.state_checked}; R 19 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerManager.java import org.chromium.ui.R; R 206 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerManager.java return mTab.getWindowAndroid().showIntent(intent, banner, R.string.low_memory_error); R 33 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java import org.chromium.chrome.R; R 113 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java private static final int BANNER_LAYOUT = R.layout.app_banner_view; R 204 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mDefinedMaxWidth = res.getDimensionPixelSize(R.dimen.app_banner_max_width); R 205 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mPaddingCard = res.getDimensionPixelSize(R.dimen.app_banner_padding); R 206 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mPaddingControls = res.getDimensionPixelSize(R.dimen.app_banner_padding_controls); R 207 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mMarginLeft = res.getDimensionPixelSize(R.dimen.app_banner_margin_sides) R 209 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mMarginRight = res.getDimensionPixelSize(R.dimen.app_banner_margin_sides) R 211 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mMarginBottom = res.getDimensionPixelSize(R.dimen.app_banner_margin_bottom) R 221 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mIconView = (ImageView) findViewById(R.id.app_icon); R 222 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mTitleView = (TextView) findViewById(R.id.app_title); R 223 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mInstallButtonView = (Button) findViewById(R.id.app_install_button); R 224 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mRatingView = (RatingView) findViewById(R.id.app_rating); R 225 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mLogoView = findViewById(R.id.store_logo); R 226 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mBannerHighlightView = findViewById(R.id.banner_highlight); R 227 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mCloseButtonView = (ImageButton) findViewById(R.id.close_button); R 259 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java R.string.app_banner_view_accessibility, mAppData.title(), mAppData.rating()); R 435 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java res.getDrawable(R.drawable.app_banner_button_open)); R 436 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java fgColor = res.getColor(R.color.app_banner_open_button_fg); R 437 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java text = res.getString(R.string.app_banner_open); R 440 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java res.getDrawable(R.drawable.app_banner_button_install)); R 441 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java fgColor = res.getColor(R.color.app_banner_install_button_fg); R 445 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java getContext().getString(R.string.app_banner_install_accessibility, text)); R 447 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java text = res.getString(R.string.app_banner_installing); R 462 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java return context.getResources().getDimensionPixelSize(R.dimen.app_banner_icon_size); R 518 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java int newDefinedWidth = getResources().getDimensionPixelSize(R.dimen.app_banner_max_width); R 17 chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java import org.chromium.chrome.R; R 47 chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java Bitmap starHalf = BitmapFactory.decodeResource(res, R.drawable.btn_star_half); R 57 chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java mStarFull = BitmapFactory.decodeResource(res, R.drawable.btn_star_full); R 58 chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java mStarEmpty = BitmapFactory.decodeResource(res, R.drawable.btn_star_empty); R 13 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java import org.chromium.chrome.R; R 45 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java mMenuInflater.inflate(R.menu.chrome_context_menu, menu); R 47 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.setGroupVisible(R.id.contextmenu_group_anchor, params.isAnchor()); R 48 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.setGroupVisible(R.id.contextmenu_group_image, params.isImage()); R 49 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.setGroupVisible(R.id.contextmenu_group_video, params.isVideo()); R 52 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.findItem(R.id.contextmenu_open_in_incognito_tab).setVisible(false); R 56 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.findItem(R.id.contextmenu_copy_link_text).setVisible(false); R 59 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.findItem(R.id.contextmenu_save_link_as).setEnabled( R 63 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.findItem(R.id.contextmenu_save_video).setEnabled( R 66 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.findItem(R.id.contextmenu_save_image).setEnabled( R 70 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.findItem(R.id.contextmenu_open_original_image_in_new_tab).setVisible(false); R 72 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.findItem(R.id.contextmenu_open_image_in_new_tab).setVisible(false); R 82 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.findItem(R.id.contextmenu_search_by_image).setVisible(isSearchByImageAvailable); R 84 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.findItem(R.id.contextmenu_search_by_image).setTitle( R 85 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java context.getString(R.string.contextmenu_search_web_for_image, R 90 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java menu.findItem(R.id.contextmenu_copy_image).setVisible( R 97 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java if (itemId == R.id.contextmenu_open_in_new_tab) { R 99 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java } else if (itemId == R.id.contextmenu_open_in_incognito_tab) { R 101 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java } else if (itemId == R.id.contextmenu_open_image) { R 103 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java } else if (itemId == R.id.contextmenu_open_image_in_new_tab || R 104 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java itemId == R.id.contextmenu_open_original_image_in_new_tab) { R 106 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java } else if (itemId == R.id.contextmenu_copy_link_address_text) { R 108 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java } else if (itemId == R.id.contextmenu_copy_link_text) { R 110 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java } else if (itemId == R.id.contextmenu_save_image || R 111 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java itemId == R.id.contextmenu_save_video) { R 113 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java } else if (itemId == R.id.contextmenu_save_link_as) { R 115 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java } else if (itemId == R.id.contextmenu_search_by_image) { R 117 chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java } else if (itemId == R.id.contextmenu_copy_image) { R 14 chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReportingView.java import org.chromium.chrome.R; R 28 chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReportingView.java private static final int VIEW_LAYOUT = R.layout.dom_distiller_feedback_reporting_view; R 82 chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReportingView.java mNoButton = (ImageButton) findViewById(R.id.distillation_quality_answer_no); R 83 chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReportingView.java mYesButton = (ImageButton) findViewById(R.id.distillation_quality_answer_yes); R 91 chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReportingView.java mNoButton.setImageResource(R.drawable.distillation_quality_answer_no_pressed); R 103 chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReportingView.java mYesButton.setImageResource(R.drawable.distillation_quality_answer_yes_pressed); R 20 chrome/android/java/src/org/chromium/chrome/browser/infobar/ContentWrapperView.java import org.chromium.chrome.R; R 58 chrome/android/java/src/org/chromium/chrome/browser/infobar/ContentWrapperView.java int separatorBackground = R.color.infobar_info_background_separator; R 59 chrome/android/java/src/org/chromium/chrome/browser/infobar/ContentWrapperView.java int layoutBackground = R.drawable.infobar_info_background; R 61 chrome/android/java/src/org/chromium/chrome/browser/infobar/ContentWrapperView.java layoutBackground = R.drawable.infobar_warning_background; R 62 chrome/android/java/src/org/chromium/chrome/browser/infobar/ContentWrapperView.java separatorBackground = R.color.infobar_warning_background_separator; R 13 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java import org.chromium.chrome.R; R 213 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java View closeButton = mContentView.findViewById(R.id.infobar_close_button); R 18 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java import org.chromium.chrome.R; R 122 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mBackgroundFloating = R.drawable.infobar_button_normal_floating; R 123 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mBackgroundFullLeft = R.drawable.infobar_button_normal_full_left; R 124 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mBackgroundFullRight = R.drawable.infobar_button_normal_full_right; R 126 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mBackgroundFloating = R.drawable.infobar_button_warning_floating; R 127 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mBackgroundFullLeft = R.drawable.infobar_button_warning_full_left; R 128 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mBackgroundFullRight = R.drawable.infobar_button_warning_full_right; R 133 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java context.getResources().getDimensionPixelSize(R.dimen.infobar_min_size); R 135 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java context.getResources().getDimensionPixelSize(R.dimen.infobar_margin); R 137 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java context.getResources().getDimensionPixelSize(R.dimen.infobar_icon_size); R 142 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mMessageView = (TextView) LayoutInflater.from(context).inflate(R.layout.infobar_text, null); R 146 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mCloseButton.setId(R.id.infobar_close_button); R 147 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mCloseButton.setImageResource(R.drawable.dismiss); R 148 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mCloseButton.setBackgroundResource(R.drawable.infobar_close_bg); R 151 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mCloseButton.setContentDescription(getResources().getString(R.string.infobar_close)); R 235 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java R.layout.infobar_button, null); R 236 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java secondaryButton.setId(R.id.button_secondary); R 243 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java R.layout.infobar_button, null); R 244 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java primaryButton.setId(R.id.button_primary); R 691 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java return child.getId() == R.id.button_secondary || child.getId() == R.id.button_primary; R 700 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java boolean bothButtonsExist = findViewById(R.id.button_primary) != null R 701 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java && findViewById(R.id.button_secondary) != null; R 722 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java background = child.getId() == R.id.button_primary R 726 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java background = child.getId() == R.id.button_primary R 764 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java if (view.getId() == R.id.infobar_close_button) { R 766 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java } else if (view.getId() == R.id.button_primary) { R 768 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java } else if (view.getId() == R.id.button_secondary) { R 9 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java import org.chromium.chrome.R; R 55 chrome/android/java/src/org/chromium/chrome/browser/infobar/MessageInfoBar.java return new MessageInfoBar(listener, R.drawable.warning, title, BACKGROUND_TYPE_WARNING); R 9 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateAlwaysPanel.java import org.chromium.chrome.R; R 26 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateAlwaysPanel.java TextView panelMessage = (TextView) layout.findViewById(R.id.infobar_message); R 28 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateAlwaysPanel.java R.string.translate_infobar_translation_done, mOptions.targetLanguage())); R 35 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateAlwaysPanel.java layout.addButtons(context.getString(R.string.translate_button_done), R 36 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateAlwaysPanel.java context.getString(R.string.translate_show_original)); R 10 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateCheckBox.java import org.chromium.chrome.R; R 26 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateCheckBox.java checkBox.setId(R.id.infobar_extra_check); R 27 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateCheckBox.java checkBox.setText(context.getString(R.string.translate_always_text, R 16 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java import org.chromium.chrome.R; R 49 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java R.drawable.infobar_translate); R 118 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java String template = context.getString(R.string.translate_infobar_text); R 123 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java R.string.translate_infobar_translation_done, mOptions.targetLanguage()); R 126 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java R.string.translate_infobar_translation_more_options); R 133 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java return context.getString(R.string.translate_infobar_translating, R 136 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java return context.getString(R.string.translate_infobar_error); R 144 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java return context.getString(R.string.translate_button); R 147 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java return context.getString(R.string.translate_button_done); R 151 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java return context.getString(R.string.translate_retry); R 161 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java return context.getString(R.string.translate_nope); R 164 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java return context.getString(R.string.translate_show_original); R 225 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java CheckBox checkBox = (CheckBox) wrapper.findViewById(R.id.infobar_extra_check); R 21 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java import org.chromium.chrome.R; R 72 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java String changeLanguage = context.getString(R.string.translate_infobar_change_languages); R 73 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java TextView panelMessage = (TextView) layout.findViewById(R.id.infobar_message); R 81 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java layout.addButtons(context.getString(R.string.translate_button_done), R 82 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java context.getString(R.string.cancel)); R 95 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java mSourceAdapter = new LanguageArrayAdapter(context, R.layout.translate_spinner, R 97 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java mTargetAdapter = new LanguageArrayAdapter(context, R.layout.translate_spinner, R 195 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java ? context.getString(R.string.translate_options_source_hint) R 196 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java : context.getString(R.string.translate_options_target_hint); R 210 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java R.layout.infobar_text, null); R 224 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java R.layout.infobar_spinner_item, null); R 239 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java R.layout.infobar_text, null); R 9 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateNeverPanel.java import org.chromium.chrome.R; R 27 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateNeverPanel.java R.string.translate_never_translate_message_text, mOptions.sourceLanguage()); R 29 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateNeverPanel.java TextView panelMessage = (TextView) layout.findViewById(R.id.infobar_message); R 33 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateNeverPanel.java context.getString(R.string.translate_never_translate_site), R 34 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateNeverPanel.java context.getString(R.string.translate_never_translate_language, R 10 chrome/android/java/src/org/chromium/chrome/browser/infobar/TwoButtonInfoBar.java import org.chromium.chrome.R; R 38 chrome/android/java/src/org/chromium/chrome/browser/infobar/TwoButtonInfoBar.java Button primary = (Button) wrapper.findViewById(R.id.button_primary); R 39 chrome/android/java/src/org/chromium/chrome/browser/infobar/TwoButtonInfoBar.java Button secondary = (Button) wrapper.findViewById(R.id.button_secondary); R 10 chrome/android/java/src/org/chromium/chrome/browser/printing/PrintingControllerFactory.java import org.chromium.chrome.R; R 23 chrome/android/java/src/org/chromium/chrome/browser/printing/PrintingControllerFactory.java String defaultJobTitle = activity.getResources().getString(R.string.menu_print); R 26 chrome/android/java/src/org/chromium/chrome/browser/printing/PrintingControllerFactory.java String errorText = activity.getResources().getString(R.string.error_printing_failed); R 20 chrome/android/java/src/org/chromium/chrome/browser/share/ShareDialogAdapter.java import org.chromium.chrome.R; R 37 chrome/android/java/src/org/chromium/chrome/browser/share/ShareDialogAdapter.java super(context, R.layout.share_dialog_item, objects); R 46 chrome/android/java/src/org/chromium/chrome/browser/share/ShareDialogAdapter.java view = mInflater.inflate(R.layout.share_dialog_item, parent, false); R 50 chrome/android/java/src/org/chromium/chrome/browser/share/ShareDialogAdapter.java TextView text = (TextView) view.findViewById(R.id.text); R 51 chrome/android/java/src/org/chromium/chrome/browser/share/ShareDialogAdapter.java ImageView icon = (ImageView) view.findViewById(R.id.icon); R 26 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java import org.chromium.chrome.R; R 88 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java builder.setTitle(activity.getString(R.string.share_link_chooser_title)); R 148 chrome/android/java/src/org/chromium/chrome/browser/share/ShareHelper.java item.setTitle(activity.getString(R.string.accessibility_menu_share_via, R 19 chrome/android/java/src/org/chromium/chrome/browser/signin/SigninManager.java import org.chromium.chrome.R; R 222 chrome/android/java/src/org/chromium/chrome/browser/signin/SigninManager.java builder.setTitle(R.string.policy_dialog_title); R 223 chrome/android/java/src/org/chromium/chrome/browser/signin/SigninManager.java builder.setMessage(mContext.getResources().getString(R.string.policy_dialog_message, R 226 chrome/android/java/src/org/chromium/chrome/browser/signin/SigninManager.java R.string.policy_dialog_proceed, R 237 chrome/android/java/src/org/chromium/chrome/browser/signin/SigninManager.java R.string.policy_dialog_cancel, R 357 chrome/android/java/src/org/chromium/chrome/browser/signin/SigninManager.java activity.getString(R.string.wiping_profile_data_title), R 358 chrome/android/java/src/org/chromium/chrome/browser/signin/SigninManager.java activity.getString(R.string.wiping_profile_data_message), R 7 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java import org.chromium.chrome.R; R 17 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java NONE(0, R.string.sync_error_generic), R 21 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java INVALID_GAIA_CREDENTIALS(1, R.string.sync_error_ga), R 24 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java USER_NOT_SIGNED_UP(2, R.string.sync_error_generic), R 29 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java CONNECTION_FAILED(3, R.string.sync_error_connection), R 35 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java CAPTCHA_REQUIRED(4, R.string.sync_error_generic), R 38 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java ACCOUNT_DELETED(5, R.string.sync_error_generic), R 41 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java ACCOUNT_DISABLED(6, R.string.sync_error_generic), R 44 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java SERVICE_UNAVAILABLE(7, R.string.sync_error_service_unavailable), R 47 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java TWO_FACTOR(8, R.string.sync_error_generic), R 51 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java REQUEST_CANCELED(9, R.string.sync_error_generic), R 55 chrome/android/java/src/org/chromium/chrome/browser/sync/GoogleServiceAuthError.java HOSTED_NOT_ALLOWED(10, R.string.sync_error_domain); R 21 chrome/android/javatests/src/org/chromium/chrome/browser/appmenu/AppMenuTest.java import org.chromium.chrome.shell.R; R 67 chrome/android/javatests/src/org/chromium/chrome/browser/appmenu/AppMenuTest.java final View menuButton = getActivity().findViewById(R.id.menu_button); R 14 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java import org.chromium.chrome.R; R 166 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java View anchorView = view.findViewById(R.id.autofill_popup_window); R 300 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java return view.findViewById(R.id.autofill_popup_window) != null; R 17 chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java import org.chromium.chrome.R; R 51 chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java R.id.contextmenu_copy_link_address_text); R 64 chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java R.id.contextmenu_copy_link_address_text); R 77 chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java R.id.contextmenu_copy_link_text); R 91 chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java R.id.contextmenu_copy_link_text); R 107 chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java R.id.contextmenu_copy_image); R 129 chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java R.id.contextmenu_open_image); R 161 chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java R.id.contextmenu_open_image); R 154 chrome/android/javatests/src/org/chromium/chrome/browser/test/ModalDialogTest.java org.chromium.chrome.R.id.js_modal_dialog_prompt); R 185 chrome/android/javatests/src/org/chromium/chrome/browser/test/ModalDialogTest.java jsDialog, 0, org.chromium.chrome.R.string.stay_on_this_page, R 195 chrome/android/javatests/src/org/chromium/chrome/browser/test/ModalDialogTest.java jsDialog, 2, org.chromium.chrome.R.string.leave_this_page, R 221 chrome/android/javatests/src/org/chromium/chrome/browser/test/ModalDialogTest.java jsDialog, 0, org.chromium.chrome.R.string.dont_reload_this_page, R 224 chrome/android/javatests/src/org/chromium/chrome/browser/test/ModalDialogTest.java jsDialog, 2, org.chromium.chrome.R.string.reload_this_page, R 255 chrome/android/javatests/src/org/chromium/chrome/browser/test/ModalDialogTest.java org.chromium.chrome.R.id.suppress_js_modal_dialogs); R 116 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java R.string.browser_process_initialization_failed, R 131 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java setContentView(R.layout.chrome_shell_activity); R 132 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java mTabManager = (TabManager) findViewById(R.id.tab_manager); R 160 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java ChromeShellToolbar mToolbar = (ChromeShellToolbar) findViewById(R.id.toolbar); R 161 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java mAppMenuHandler = sAppMenuHandlerFactory.getAppMenuHandler(this, this, R.menu.main_menu); R 276 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java mAppMenuHandler.showAppMenu(findViewById(R.id.menu_button), true, false); R 286 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java case R.id.signin: R 292 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java Toast.makeText(this, R.string.signin_no_account, Toast.LENGTH_SHORT).show(); R 295 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java case R.id.print: R 301 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java case R.id.distill_page: R 308 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java case R.id.back_menu_id: R 313 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java case R.id.forward_menu_id: R 318 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java case R.id.share_menu_id: R 319 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java case R.id.direct_share_menu_id: R 320 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java ShareHelper.share(item.getItemId() == R.id.direct_share_menu_id, this, R 347 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java menu.setGroupVisible(R.id.MAIN_MENU, true); R 351 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java MenuItem backMenuItem = menu.findItem(R.id.back_menu_id); R 355 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java MenuItem forwardMenuItem = menu.findItem(R.id.forward_menu_id); R 359 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java menu.findItem(R.id.bookmark_this_page_id).setEnabled(true); R 361 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java MenuItem signinItem = menu.findItem(R.id.signin); R 365 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java signinItem.setTitle(R.string.signin_sign_in); R 368 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java menu.findItem(R.id.print).setVisible(ApiCompatibilityUtils.isPrintingSupported()); R 370 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java MenuItem distillPageItem = menu.findItem(R.id.distill_page); R 379 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java ShareHelper.configureDirectShareMenuItem(this, menu.findItem(R.id.direct_share_menu_id)); R 389 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java return android.R.style.Theme_Holo_Light; R 82 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java mProgressDrawable = (ClipDrawable) findViewById(R.id.toolbar).getBackground(); R 89 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java ImageButton menuButton = (ImageButton) findViewById(R.id.menu_button); R 94 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java mUrlTextView = (EditText) findViewById(R.id.url); R 123 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java ImageButton menuButton = (ImageButton) findViewById(R.id.menu_button); R 60 chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java mContentViewHolder = (ViewGroup) findViewById(R.id.content_container); R 61 chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java mToolbar = (ChromeShellToolbar) findViewById(R.id.toolbar); R 13 chrome/android/shell/java/src/org/chromium/chrome/shell/sync/AccountChooserFragment.java import org.chromium.chrome.shell.R; R 34 chrome/android/shell/java/src/org/chromium/chrome/shell/sync/AccountChooserFragment.java .setTitle(R.string.signin_select_account) R 36 chrome/android/shell/java/src/org/chromium/chrome/shell/sync/AccountChooserFragment.java .setPositiveButton(R.string.signin_sign_in, this) R 37 chrome/android/shell/java/src/org/chromium/chrome/shell/sync/AccountChooserFragment.java .setNegativeButton(R.string.signin_cancel, this) R 14 chrome/android/shell/java/src/org/chromium/chrome/shell/sync/SignoutFragment.java import org.chromium.chrome.shell.R; R 23 chrome/android/shell/java/src/org/chromium/chrome/shell/sync/SignoutFragment.java .setTitle(R.string.signout_title) R 24 chrome/android/shell/java/src/org/chromium/chrome/shell/sync/SignoutFragment.java .setPositiveButton(R.string.signout_sign_out, this) R 25 chrome/android/shell/java/src/org/chromium/chrome/shell/sync/SignoutFragment.java .setNegativeButton(R.string.signout_cancel, this) R 17 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_ALT_NAV_URL, R.drawable.infobar_didyoumean) R 18 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_AUTOFILL, R.drawable.infobar_autofill) R 19 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_AUTOLOGIN, R.drawable.infobar_autologin) R 20 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_COOKIE, R.drawable.infobar_cookie) R 22 chrome/browser/android/resource_id.h R.drawable.infobar_desktop_notifications) R 23 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_GEOLOCATION, R.drawable.infobar_geolocation) R 24 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_MEDIA_STREAM_CAMERA, R.drawable.infobar_camera) R 25 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_MEDIA_STREAM_MIC, R.drawable.infobar_microphone) R 27 chrome/browser/android/resource_id.h R.drawable.infobar_multiple_downloads) R 29 chrome/browser/android/resource_id.h R.drawable.infobar_plugin_crashed) R 30 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_PLUGIN_INSTALL, R.drawable.infobar_plugin) R 32 chrome/browser/android/resource_id.h R.drawable.infobar_protected_media_identifier) R 33 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_RESTORE_SESSION, R.drawable.infobar_restore) R 34 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_SAVE_PASSWORD, R.drawable.infobar_savepassword) R 35 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_WARNING, R.drawable.infobar_warning) R 36 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_THEME, R.drawable.infobar_theme) R 37 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_INFOBAR_TRANSLATE, R.drawable.infobar_translate) R 38 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_BLOCKED_POPUPS, R.drawable.infobar_blocked_popups) R 42 chrome/browser/android/resource_id.h R.drawable.pageinfo_enterprise_managed) R 43 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_PAGEINFO_BAD, R.drawable.pageinfo_bad) R 44 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_PAGEINFO_GOOD, R.drawable.pageinfo_good) R 45 chrome/browser/android/resource_id.h DEFINE_RESOURCE_ID(IDR_PAGEINFO_INFO, R.drawable.pageinfo_info) R 47 chrome/browser/android/resource_id.h R.drawable.pageinfo_warning_major) R 49 chrome/browser/android/resource_id.h R.drawable.pageinfo_warning_minor) R 754 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(A, R) // Argentina R 764 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(B, R) // Brazil R 772 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(C, R) // Costa Rica R 784 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(F, R) // France R 786 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(G, R) // Greece R 790 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(H, R) // Croatia R 797 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(I, R) // Iran R 804 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(K, R) // South Korea R 830 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(P, R) // Puerto Rico R 834 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(R, O) // Romania R 835 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(R, S) // Serbia R 836 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(R, U) // Russia R 837 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(R, W) // Rwanda R 847 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(T, R) // Turkey R 907 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(R, E) // Reunion R 914 chrome/browser/search_engines/template_url_prepopulate_data.cc END_UNHANDLED_COUNTRIES(F, R) R 918 chrome/browser/search_engines/template_url_prepopulate_data.cc END_UNHANDLED_COUNTRIES(G, R) R 960 chrome/browser/search_engines/template_url_prepopulate_data.cc END_UNHANDLED_COUNTRIES(R, U) R 963 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(M, R) // Mauritania R 1009 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(E, R) // Eritrea R 1027 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(L, R) // Liberia R 1039 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(N, R) // Nauru R 1046 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(S, R) // Suriname R 51 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc template <typename R> R 53 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc R* result_out, R result) { R 59 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc template <typename R> R 60 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc R RunOnThread( R 63 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc const base::Callback<void(const base::Callback<void(R)>& callback)>& task) { R 64 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc R result; R 67 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc base::Bind(task, base::Bind(&AssignAndQuit<R>, R 51 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc template <typename R> struct AssignTrait { R 52 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc typedef const R& ArgumentType; R 59 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc template <typename R> R 61 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc SyncStatusCode* status_out, R* value_out, R 63 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc typename AssignTrait<R>::ArgumentType value) { R 20 chrome/browser/sync_file_system/sync_file_system_test_util.cc template <typename R> R 21 chrome/browser/sync_file_system/sync_file_system_test_util.cc void AssignAndQuit(base::RunLoop* run_loop, R* result_out, R result) { R 28 chrome/browser/sync_file_system/sync_file_system_test_util.cc template <typename R> base::Callback<void(R)> R 29 chrome/browser/sync_file_system/sync_file_system_test_util.cc AssignAndQuitCallback(base::RunLoop* run_loop, R* result) { R 30 chrome/browser/sync_file_system/sync_file_system_test_util.cc return base::Bind(&AssignAndQuit<R>, run_loop, base::Unretained(result)); R 51 chrome/browser/sync_file_system/sync_file_system_test_util.h template <typename R> R 52 chrome/browser/sync_file_system/sync_file_system_test_util.h void AssignAndQuit(base::RunLoop* run_loop, R* result_out, R result); R 54 chrome/browser/sync_file_system/sync_file_system_test_util.h template <typename R> base::Callback<void(R)> R 55 chrome/browser/sync_file_system/sync_file_system_test_util.h AssignAndQuitCallback(base::RunLoop* run_loop, R* result); R 17 chrome/installer/util/delete_tree_work_item.cc template<typename L, typename R> R 18 chrome/installer/util/delete_tree_work_item.cc bool SafeCast(L left, R* right) { R 22 chrome/installer/util/delete_tree_work_item.cc if (left > static_cast<L>(std::numeric_limits<R>::max())) R 10 chrome/test/android/javatests/src/org/chromium/chrome/test/util/InfoBarUtil.java import org.chromium.chrome.R; R 36 chrome/test/android/javatests/src/org/chromium/chrome/test/util/InfoBarUtil.java return findButton(test, infoBar, R.id.button_primary, false); R 45 chrome/test/android/javatests/src/org/chromium/chrome/test/util/InfoBarUtil.java return findButton(test, infoBar, R.id.button_secondary, false); R 54 chrome/test/android/javatests/src/org/chromium/chrome/test/util/InfoBarUtil.java return findButton(test, infoBar, R.id.infobar_close_button, true); R 63 chrome/test/android/javatests/src/org/chromium/chrome/test/util/InfoBarUtil.java return findButton(test, infoBar, R.id.button_primary, true); R 72 chrome/test/android/javatests/src/org/chromium/chrome/test/util/InfoBarUtil.java return findButton(test, infoBar, R.id.button_secondary, true); R 13 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TranslateUtil.java import org.chromium.chrome.R; R 29 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TranslateUtil.java View view = infoBar.getContentWrapper().findViewById(R.id.infobar_message); R 34 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TranslateUtil.java TextView text = (TextView) view.findViewById(R.id.infobar_message); R 58 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TranslateUtil.java test.getActivity().getString(R.string.translate_infobar_change_languages)); R 62 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TranslateUtil.java View view = infoBar.getContentWrapper().findViewById(R.id.infobar_message); R 71 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TranslateUtil.java TextView text = (TextView) view.findViewById(R.id.infobar_message); R 27 chrome/test/chromedriver/test/webview_shell/java/src/org/chromium/chromedriver_webview_shell/Main.java setContentView(R.layout.main_layout); R 30 chrome/test/chromedriver/test/webview_shell/java/src/org/chromium/chromedriver_webview_shell/Main.java mWebView = (WebView) findViewById(R.id.webview); R 19 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java import org.chromium.content.R; R 56 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java R.layout.validation_message_bubble, null); R 111 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java ((TextView) root.findViewById(R.id.main_text)).setText(mainText); R 112 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java final TextView subTextView = (TextView) root.findViewById(R.id.sub_text); R 137 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java final int arrowWidth = root.findViewById(R.id.arrow_image).getMeasuredWidth(); R 127 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java mProgressBar = new ProgressBar(context, null, android.R.attr.progressBarStyleLarge); R 158 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java org.chromium.content.R.string.media_player_error_text_invalid_progressive_playback); R 160 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java org.chromium.content.R.string.media_player_error_text_unknown); R 162 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java org.chromium.content.R.string.media_player_error_button); R 164 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java org.chromium.content.R.string.media_player_error_title); R 166 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java org.chromium.content.R.string.media_player_loading_video); R 54 content/public/android/java/src/org/chromium/content/browser/ContentView.java android.R.attr.webViewStyle); R 71 content/public/android/java/src/org/chromium/content/browser/ContentView.java android.R.attr.webViewStyle); R 57 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java import org.chromium.content.R; R 723 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java if (R.string.accessibility_content_view == 0) { R 727 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java R.string.accessibility_content_view); R 2109 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java R.string.actionbar_share)); R 258 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java public static double[] computeDeviceOrientationFromRotationMatrix(float[] R, double[] values) { R 266 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java if (R.length != 9) R 269 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java if (R[8] > 0) { // cos(beta) > 0 R 270 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[0] = Math.atan2(-R[1], R[4]); R 271 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[1] = Math.asin(R[7]); // beta (-pi/2, pi/2) R 272 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[2] = Math.atan2(-R[6], R[8]); // gamma (-pi/2, pi/2) R 273 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java } else if (R[8] < 0) { // cos(beta) < 0 R 274 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[0] = Math.atan2(R[1], -R[4]); R 275 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[1] = -Math.asin(R[7]); R 277 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[2] = Math.atan2(R[6], -R[8]); // gamma (-pi/2, pi/2) R 279 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java if (R[6] > 0) { // cos(gamma) == 0, cos(beta) > 0 R 280 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[0] = Math.atan2(-R[1], R[4]); R 281 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[1] = Math.asin(R[7]); // beta [-pi/2, pi/2] R 283 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java } else if (R[6] < 0) { // cos(gamma) == 0, cos(beta) < 0 R 284 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[0] = Math.atan2(R[1], -R[4]); R 285 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[1] = -Math.asin(R[7]); R 290 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[0] = Math.atan2(R[3], R[0]); R 291 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java values[1] = (R[7] > 0) ? Math.PI / 2 : -Math.PI / 2; // beta = +-pi/2 R 31 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java import org.chromium.content.R; R 129 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java R.dimen.link_preview_overlay_radius); R 146 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java R.drawable.ondemand_overlay); R 13 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java import org.chromium.content.R; R 114 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java mode.getMenuInflater().inflate(R.menu.select_action_menu, menu); R 116 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java menu.removeItem(R.id.select_action_menu_paste); R 120 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java menu.removeItem(R.id.select_action_menu_cut); R 124 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java menu.removeItem(R.id.select_action_menu_share); R 128 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java menu.removeItem(R.id.select_action_menu_web_search); R 136 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java if (id == R.id.select_action_menu_select_all) { R 138 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java } else if (id == R.id.select_action_menu_cut) { R 140 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java } else if (id == R.id.select_action_menu_copy) { R 143 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java } else if (id == R.id.select_action_menu_paste) { R 145 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java } else if (id == R.id.select_action_menu_share) { R 148 content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java } else if (id == R.id.select_action_menu_web_search) { R 19 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java import org.chromium.content.R; R 128 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java mContext.getString(R.string.profiler_no_storage_toast)); R 175 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java logAndToastError(mContext.getString(R.string.profiler_error_toast)); R 179 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java logAndToastInfo(mContext.getString(R.string.profiler_started_toast) + ": " + categories); R 207 content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java mContext.getString(R.string.profiler_stopped_toast, mFilename)); R 257 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java case android.R.id.selectAll: R 259 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java case android.R.id.cut: R 261 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java case android.R.id.copy: R 263 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java case android.R.id.paste: R 20 content/public/android/java/src/org/chromium/content/browser/input/DateTimePickerDialog.java import org.chromium.content.R; R 72 content/public/android/java/src/org/chromium/content/browser/input/DateTimePickerDialog.java R.string.date_picker_dialog_set), this); R 73 content/public/android/java/src/org/chromium/content/browser/input/DateTimePickerDialog.java setButton(BUTTON_NEGATIVE, context.getText(android.R.string.cancel), R 76 content/public/android/java/src/org/chromium/content/browser/input/DateTimePickerDialog.java setTitle(context.getText(R.string.date_time_picker_dialog_title)); R 80 content/public/android/java/src/org/chromium/content/browser/input/DateTimePickerDialog.java View view = inflater.inflate(R.layout.date_time_picker_dialog, null); R 82 content/public/android/java/src/org/chromium/content/browser/input/DateTimePickerDialog.java mDatePicker = (DatePicker) view.findViewById(R.id.date_picker); R 86 content/public/android/java/src/org/chromium/content/browser/input/DateTimePickerDialog.java mTimePicker = (TimePicker) view.findViewById(R.id.time_picker); R 14 content/public/android/java/src/org/chromium/content/browser/input/DateTimeSuggestionListAdapter.java import org.chromium.content.R; R 25 content/public/android/java/src/org/chromium/content/browser/input/DateTimeSuggestionListAdapter.java super(context, R.layout.date_time_suggestion, objects); R 34 content/public/android/java/src/org/chromium/content/browser/input/DateTimeSuggestionListAdapter.java layout = inflater.inflate(R.layout.date_time_suggestion, parent, false); R 36 content/public/android/java/src/org/chromium/content/browser/input/DateTimeSuggestionListAdapter.java TextView labelView = (TextView) layout.findViewById(R.id.date_time_suggestion_value); R 37 content/public/android/java/src/org/chromium/content/browser/input/DateTimeSuggestionListAdapter.java TextView sublabelView = (TextView) layout.findViewById(R.id.date_time_suggestion_label); R 40 content/public/android/java/src/org/chromium/content/browser/input/DateTimeSuggestionListAdapter.java labelView.setText(mContext.getText(R.string.date_picker_dialog_other_button_label)); R 88 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java android.R.attr.textSelectHandleLeft, R 89 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java android.R.attr.textSelectHandle, R 90 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java android.R.attr.textSelectHandleRight, R 99 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java mContainer = new PopupWindow(context, null, android.R.attr.textSelectHandleWindowStyle); R 20 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java import org.chromium.content.R; R 160 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java int dialogTitleId = R.string.date_picker_dialog_title; R 162 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java dialogTitleId = R.string.time_picker_dialog_title; R 165 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java dialogTitleId = R.string.date_time_picker_dialog_title; R 167 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java dialogTitleId = R.string.month_picker_dialog_title; R 169 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java dialogTitleId = R.string.week_picker_dialog_title; R 175 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java .setNegativeButton(mContext.getText(android.R.string.cancel), R 227 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java dialog.setTitle(mContext.getText(R.string.date_picker_dialog_title)); R 252 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java mContext.getText(R.string.date_picker_dialog_set), R 256 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java mContext.getText(android.R.string.cancel), R 260 content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java mContext.getText(R.string.date_picker_dialog_clear), R 208 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java android.R.attr.textSelectHandleWindowStyle); R 216 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java android.R.attr.textEditPasteWindowLayout, R 217 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java android.R.attr.textEditNoPasteWindowLayout, R 218 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java android.R.attr.textEditSidePasteWindowLayout, R 219 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java android.R.attr.textEditSideNoPasteWindowLayout, R 9 content/public/android/java/src/org/chromium/content/browser/input/MonthPicker.java import org.chromium.content.R; R 26 content/public/android/java/src/org/chromium/content/browser/input/MonthPicker.java getResources().getString(R.string.accessibility_date_picker_month)); R 9 content/public/android/java/src/org/chromium/content/browser/input/MonthPickerDialog.java import org.chromium.content.R; R 22 content/public/android/java/src/org/chromium/content/browser/input/MonthPickerDialog.java setTitle(R.string.month_picker_dialog_title); R 16 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java import org.chromium.content.R; R 72 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java View view = inflater.inflate(R.layout.multi_field_time_picker_dialog, null); R 75 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java mHourSpinner = (NumberPicker) view.findViewById(R.id.hour); R 76 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java mMinuteSpinner = (NumberPicker) view.findViewById(R.id.minute); R 77 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java mSecSpinner = (NumberPicker) view.findViewById(R.id.second); R 78 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java mMilliSpinner = (NumberPicker) view.findViewById(R.id.milli); R 79 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java mAmPmSpinner = (NumberPicker) view.findViewById(R.id.ampm); R 100 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java context.getString(R.string.time_picker_dialog_am), R 101 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java context.getString(R.string.time_picker_dialog_pm) R 168 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java view.findViewById(R.id.second_colon).setVisibility(View.GONE); R 197 content/public/android/java/src/org/chromium/content/browser/input/MultiFieldTimePickerDialog.java view.findViewById(R.id.second_dot).setVisibility(View.GONE); R 17 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java import org.chromium.content.R; R 27 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java R.attr.select_dialog_multichoice, R 28 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java R.attr.select_dialog_singlechoice R 50 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java b.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() { R 56 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java b.setNegativeButton(android.R.string.cancel, R 101 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java R.style.SelectPopupDialog, SELECT_DIALOG_ATTRS); R 15 content/public/android/java/src/org/chromium/content/browser/input/TwoFieldDatePicker.java import org.chromium.content.R; R 56 content/public/android/java/src/org/chromium/content/browser/input/TwoFieldDatePicker.java super(context, null, android.R.attr.datePickerStyle); R 60 content/public/android/java/src/org/chromium/content/browser/input/TwoFieldDatePicker.java inflater.inflate(R.layout.two_field_date_picker, this, true); R 102 content/public/android/java/src/org/chromium/content/browser/input/TwoFieldDatePicker.java mPositionInYearSpinner = (NumberPicker) findViewById(R.id.position_in_year); R 107 content/public/android/java/src/org/chromium/content/browser/input/TwoFieldDatePicker.java mYearSpinner = (NumberPicker) findViewById(R.id.year); R 13 content/public/android/java/src/org/chromium/content/browser/input/TwoFieldDatePickerDialog.java import org.chromium.content.R; R 71 content/public/android/java/src/org/chromium/content/browser/input/TwoFieldDatePickerDialog.java R.string.date_picker_dialog_set), this); R 72 content/public/android/java/src/org/chromium/content/browser/input/TwoFieldDatePickerDialog.java setButton(BUTTON_NEGATIVE, context.getText(android.R.string.cancel), R 9 content/public/android/java/src/org/chromium/content/browser/input/WeekPicker.java import org.chromium.content.R; R 21 content/public/android/java/src/org/chromium/content/browser/input/WeekPicker.java getResources().getString(R.string.accessibility_date_picker_week)); R 9 content/public/android/java/src/org/chromium/content/browser/input/WeekPickerDialog.java import org.chromium.content.R; R 40 content/public/android/java/src/org/chromium/content/browser/input/WeekPickerDialog.java setTitle(R.string.week_picker_dialog_title); R 16 content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreFocusTest.java import org.chromium.content_shell.R; R 67 content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreFocusTest.java final EditText urlBox = (EditText) getActivity().findViewById(R.id.url); R 302 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java float[] R = new float[9]; R 304 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java SensorManager.getRotationMatrix(R, null, gravity, magnetic); R 305 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java mDeviceMotionAndOrientation.computeDeviceOrientationFromRotationMatrix(R, values); R 199 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java mActivityTestCase.getActivity().findViewById(android.R.id.content).getRootView(); R 46 content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsActivity.java View view = inflater.inflate(R.layout.test_activity, null); R 47 content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsActivity.java mShellManager = (ShellManager) view.findViewById(R.id.shell_container); R 71 content/shell/android/java/src/org/chromium/content_shell/Shell.java FrameLayout contentViewHolder = (FrameLayout) findViewById(R.id.contentview_holder); R 134 content/shell/android/java/src/org/chromium/content_shell/Shell.java mProgressDrawable = (ClipDrawable) findViewById(R.id.toolbar).getBackground(); R 140 content/shell/android/java/src/org/chromium/content_shell/Shell.java mUrlTextView = (EditText) findViewById(R.id.url); R 200 content/shell/android/java/src/org/chromium/content_shell/Shell.java mPrevButton = (ImageButton) findViewById(R.id.prev); R 208 content/shell/android/java/src/org/chromium/content_shell/Shell.java mNextButton = (ImageButton) findViewById(R.id.next); R 257 content/shell/android/java/src/org/chromium/content_shell/Shell.java ((FrameLayout) findViewById(R.id.contentview_holder)).addView(mContentView, R 139 content/shell/android/java/src/org/chromium/content_shell/ShellManager.java Shell shellView = (Shell) inflater.inflate(R.layout.shell_view, null); R 100 content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java View view = inflater.inflate(R.layout.test_activity, null); R 101 content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java mShellManager = (ShellManager) view.findViewById(R.id.shell_container); R 68 content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java setContentView(R.layout.content_shell_activity); R 69 content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java mShellManager = (ShellManager) findViewById(R.id.shell_container); R 120 content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java R.string.browser_process_initialization_failed, R 16 content/shell/renderer/test_runner/WebFrameTestProxy.h template<class Base, typename P, typename R> R 19 content/shell/renderer/test_runner/WebFrameTestProxy.h WebFrameTestProxy(P p, R r) R 91 gin/function_template.h template<typename R, typename P1 = void, typename P2 = void, R 97 gin/function_template.h const base::Callback<R(P1, P2, P3, P4, P5, P6)>& callback, R 123 gin/function_template.h template<typename R, typename P1, typename P2, typename P3, typename P4, R 125 gin/function_template.h struct Invoker<R, P1, P2, P3, P4, P5, void> { R 128 gin/function_template.h const base::Callback<R(P1, P2, P3, P4, P5)>& callback, R 151 gin/function_template.h template<typename R, typename P1, typename P2, typename P3, typename P4> R 152 gin/function_template.h struct Invoker<R, P1, P2, P3, P4, void, void> { R 155 gin/function_template.h const base::Callback<R(P1, P2, P3, P4)>& callback, R 176 gin/function_template.h template<typename R, typename P1, typename P2, typename P3> R 177 gin/function_template.h struct Invoker<R, P1, P2, P3, void, void, void> { R 180 gin/function_template.h const base::Callback<R(P1, P2, P3)>& callback, R 199 gin/function_template.h template<typename R, typename P1, typename P2> R 200 gin/function_template.h struct Invoker<R, P1, P2, void, void, void, void> { R 203 gin/function_template.h const base::Callback<R(P1, P2)>& callback, R 220 gin/function_template.h template<typename R, typename P1> R 221 gin/function_template.h struct Invoker<R, P1, void, void, void, void, void> { R 224 gin/function_template.h const base::Callback<R(P1)>& callback, R 239 gin/function_template.h template<typename R> R 240 gin/function_template.h struct Invoker<R, void, void, void, void, void, void> { R 243 gin/function_template.h const base::Callback<R()>& callback) { R 294 gin/function_template.h template<typename R> R 295 gin/function_template.h struct Dispatcher<R()> { R 304 gin/function_template.h typedef CallbackHolder<R()> HolderT; R 307 gin/function_template.h Invoker<R>::Go(&args, holder->callback); R 311 gin/function_template.h template<typename R, typename P1> R 312 gin/function_template.h struct Dispatcher<R(P1)> { R 321 gin/function_template.h typedef CallbackHolder<R(P1)> HolderT; R 330 gin/function_template.h Invoker<R, P1>::Go(&args, holder->callback, a1); R 334 gin/function_template.h template<typename R, typename P1, typename P2> R 335 gin/function_template.h struct Dispatcher<R(P1, P2)> { R 355 gin/function_template.h Invoker<R, P1, P2>::Go(&args, holder->callback, a1, a2); R 359 gin/function_template.h template<typename R, typename P1, typename P2, typename P3> R 360 gin/function_template.h struct Dispatcher<R(P1, P2, P3)> { R 382 gin/function_template.h Invoker<R, P1, P2, P3>::Go(&args, holder->callback, a1, a2, a3); R 386 gin/function_template.h template<typename R, typename P1, typename P2, typename P3, typename P4> R 387 gin/function_template.h struct Dispatcher<R(P1, P2, P3, P4)> { R 411 gin/function_template.h Invoker<R, P1, P2, P3, P4>::Go(&args, holder->callback, a1, a2, a3, a4); R 415 gin/function_template.h template<typename R, typename P1, typename P2, typename P3, typename P4, R 417 gin/function_template.h struct Dispatcher<R(P1, P2, P3, P4, P5)> { R 443 gin/function_template.h Invoker<R, P1, P2, P3, P4, P5>::Go(&args, holder->callback, a1, a2, a3, a4, R 448 gin/function_template.h template<typename R, typename P1, typename P2, typename P3, typename P4, R 450 gin/function_template.h struct Dispatcher<R(P1, P2, P3, P4, P5, P6)> { R 478 gin/function_template.h Invoker<R, P1, P2, P3, P4, P5, P6>::Go(&args, holder->callback, a1, a2, a3, R 39 media/base/bind_to_current_loop.h template <typename T, typename R> R 40 media/base/bind_to_current_loop.h base::internal::PassedWrapper<scoped_ptr<T, R> > TrampolineForward( R 41 media/base/bind_to_current_loop.h scoped_ptr<T, R>& p) { return base::Passed(&p); } R 47 net/base/test_completion_callback.h template <typename R> R 53 net/base/test_completion_callback.h R WaitForResult() { R 58 net/base/test_completion_callback.h R GetResult(R result) { R 66 net/base/test_completion_callback.h virtual void SetResult(R result) { R 71 net/base/test_completion_callback.h TestCompletionCallbackTemplate() : result_(R()) {} R 72 net/base/test_completion_callback.h R result_; R 54 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h template <typename R> pp::CompletionCallback WeakRefNewCallback( R 56 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err), R 57 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h R* raw_data) { R 58 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h nacl::WeakRef<R>* wp = anchor->MakeWeakRef<R>(raw_data); R 68 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h template <typename R> void WeakRefCallOnMainThread( R 71 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err), R 72 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h R* raw_data) { R 82 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h template <typename R> class WeakRefAutoAbandonWrapper { R 84 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h WeakRefAutoAbandonWrapper(void (*callback_fn)(R* raw_data, R 86 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h R* raw_data) R 90 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h void (*orig_callback_fn)(R* raw_data, int32_t err); R 91 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h nacl::scoped_ptr<R> orig_data; R 100 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h template <typename R> void WeakRefAutoAbandoner( R 101 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h nacl::WeakRef<WeakRefAutoAbandonWrapper<R> >* wr, R 103 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h nacl::scoped_ptr<WeakRefAutoAbandonWrapper<R> > p; R 119 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h template <typename R> pp::CompletionCallback WeakRefNewCallback( R 121 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h void (*raw_callback_fn)(R* raw_data, int32_t err), R 122 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h R* raw_data) { R 124 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h WeakRefAutoAbandonWrapper<R>* wref_auto_wrapper = R 125 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h new WeakRefAutoAbandonWrapper<R>(raw_callback_fn, raw_data); R 129 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h nacl::WeakRef<WeakRefAutoAbandonWrapper<R> >* wp = R 130 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h anchor->MakeWeakRef<WeakRefAutoAbandonWrapper<R> >( R 133 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h nacl::WeakRef<WeakRefAutoAbandonWrapper<R> >* wr, R 134 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h int32_t err) = WeakRefAutoAbandoner<R>; R 142 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h template <typename R> void WeakRefCallOnMainThread( R 145 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h void raw_callback_fn(R* raw_data, int32_t err), R 146 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h R* raw_data) { R 156 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h template <typename R, typename E> R 160 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h void (E::*raw_callback_fn)(R* raw_data, R 162 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h R* raw_data) R 177 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h void (E::*raw_callback_fn_)(R* raw_data, int32_t err); R 178 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h nacl::scoped_ptr<R> data_; R 181 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h template <typename R, typename E> R 183 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h WeakRefMemberFuncBinder<R, E> *binder, int32_t err) { R 204 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h template <typename R, typename E> R 208 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h void (E::*raw_callback_fn)(R* raw_data, int32_t err), R 209 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h R* raw_data) { R 215 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h WeakRefMemberFuncBinder<R, E>* binder = R 216 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h new WeakRefMemberFuncBinder<R, E>(object, R 224 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h WeakRefMemberFuncBinder<R, E>* binder, R 225 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h int32_t err) = WeakRefMemberFuncInvoker<R, E>; R 230 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h template <typename R, typename E> void WeakRefCallOnMainThread( R 234 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h void (E::*raw_callback_fn)(R* raw_data, int32_t err), R 235 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h R* raw_data) { R 85 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h template <typename R> class EventThreadWorkStateWrapper; // fwd R 88 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h template <typename R> R 106 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h void SetResult(R *result) { R 112 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h R *WaitForCompletion() { R 121 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h friend class EventThreadWorkStateWrapper<R>; R 131 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h nacl::scoped_ptr<R> result_; R 151 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h template <typename R> R 154 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h explicit EventThreadWorkStateWrapper(EventThreadWorkState<R> *ws): R 160 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h void SetResult(R *result) { R 164 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h EventThreadWorkState<R> *ws_; R 183 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc return (color.A << 24) | (color.R << 16) | (color.G << 8) | (color.B); R 185 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc return (color.A << 24) | (color.B << 16) | (color.G << 8) | (color.R); R 200 ppapi/native_client/tests/ppapi_test_lib/test_interface.h struct ColorPremul { uint32_t A, R, G, B; }; // Use premultipled Alpha. R 30 ppapi/tests/test_fullscreen.cc return (color.A << 24) | (color.R << 16) | (color.G << 8) | (color.B); R 32 ppapi/tests/test_fullscreen.cc return (color.A << 24) | (color.B << 16) | (color.G << 8) | (color.R); R 21 ppapi/tests/test_fullscreen.h struct ColorPremul { uint32_t A, R, G, B; }; // Use premultipled Alpha. R 29 remoting/android/java/src/org/chromium/chromoting/AccountsAdapter.java View view = mInflater.inflate(R.layout.account_selected, parent, false); R 31 remoting/android/java/src/org/chromium/chromoting/AccountsAdapter.java TextView target = (TextView)view.findViewById(R.id.account_name); R 38 remoting/android/java/src/org/chromium/chromoting/AccountsAdapter.java TextView view = (TextView)mInflater.inflate(R.layout.account_dropdown, parent, false); R 98 remoting/android/java/src/org/chromium/chromoting/Chromoting.java builder.setMessage(R.string.noaccounts_message); R 99 remoting/android/java/src/org/chromium/chromoting/Chromoting.java builder.setPositiveButton(R.string.noaccounts_add_account, R 112 remoting/android/java/src/org/chromium/chromoting/Chromoting.java builder.setNegativeButton(R.string.close, new DialogInterface.OnClickListener() { R 147 remoting/android/java/src/org/chromium/chromoting/Chromoting.java setContentView(R.layout.main); R 153 remoting/android/java/src/org/chromium/chromoting/Chromoting.java mHostListView = (ListView)findViewById(R.id.hostList_chooser); R 154 remoting/android/java/src/org/chromium/chromoting/Chromoting.java mHostListView.setEmptyView(findViewById(R.id.hostList_empty)); R 155 remoting/android/java/src/org/chromium/chromoting/Chromoting.java mProgressView = findViewById(R.id.hostList_progress); R 157 remoting/android/java/src/org/chromium/chromoting/Chromoting.java findViewById(R.id.host_setup_link_android).setOnClickListener(this); R 195 remoting/android/java/src/org/chromium/chromoting/Chromoting.java getActionBar().setTitle(R.string.mode_me2me); R 230 remoting/android/java/src/org/chromium/chromoting/Chromoting.java getMenuInflater().inflate(R.menu.chromoting_actionbar, menu); R 231 remoting/android/java/src/org/chromium/chromoting/Chromoting.java mRefreshButton = menu.findItem(R.id.actionbar_directoryrefresh); R 245 remoting/android/java/src/org/chromium/chromoting/Chromoting.java case R.id.actionbar_directoryrefresh: R 249 remoting/android/java/src/org/chromium/chromoting/Chromoting.java case R.id.actionbar_help: R 267 remoting/android/java/src/org/chromium/chromoting/Chromoting.java host.name, getString(R.string.footer_connecting), true, true, R 303 remoting/android/java/src/org/chromium/chromoting/Chromoting.java explanation = getString(R.string.error_unexpected); R 305 remoting/android/java/src/org/chromium/chromoting/Chromoting.java explanation = getString(R.string.error_network_error); R 353 remoting/android/java/src/org/chromium/chromoting/Chromoting.java explanation = getString(R.string.error_network_error); R 358 remoting/android/java/src/org/chromium/chromoting/Chromoting.java explanation = getString(R.string.error_unexpected); R 389 remoting/android/java/src/org/chromium/chromoting/Chromoting.java explanation = getString(R.string.error_authentication_failed); R 401 remoting/android/java/src/org/chromium/chromoting/Chromoting.java ArrayAdapter<HostInfo> displayer = new HostListAdapter(this, R.layout.host, mHosts); R 37 remoting/android/java/src/org/chromium/chromoting/Desktop.java setContentView(R.layout.desktop); R 38 remoting/android/java/src/org/chromium/chromoting/Desktop.java mRemoteHostDesktop = (DesktopView)findViewById(R.id.desktop_view); R 39 remoting/android/java/src/org/chromium/chromoting/Desktop.java mOverlayButton = (ImageButton)findViewById(R.id.desktop_overlay_button); R 63 remoting/android/java/src/org/chromium/chromoting/Desktop.java getMenuInflater().inflate(R.menu.desktop_actionbar, menu); R 86 remoting/android/java/src/org/chromium/chromoting/Desktop.java case R.id.actionbar_keyboard: R 90 remoting/android/java/src/org/chromium/chromoting/Desktop.java case R.id.actionbar_hide: R 94 remoting/android/java/src/org/chromium/chromoting/Desktop.java case R.id.actionbar_disconnect: R 98 remoting/android/java/src/org/chromium/chromoting/Desktop.java case R.id.actionbar_send_ctrl_alt_del: R 114 remoting/android/java/src/org/chromium/chromoting/Desktop.java case R.id.actionbar_help: R 105 remoting/android/java/src/org/chromium/chromoting/HelpActivity.java getActionBar().setTitle(getString(R.string.actionbar_help_title)); R 129 remoting/android/java/src/org/chromium/chromoting/HelpActivity.java getMenuInflater().inflate(R.menu.help_actionbar, menu); R 136 remoting/android/java/src/org/chromium/chromoting/HelpActivity.java case R.id.actionbar_feedback: R 140 remoting/android/java/src/org/chromium/chromoting/HelpActivity.java case R.id.actionbar_play_store: R 38 remoting/android/java/src/org/chromium/chromoting/HostListAdapter.java host.isOnline ? R.drawable.icon_host : R.drawable.icon_host_offline, 0, 0, 0); R 48 remoting/android/java/src/org/chromium/chromoting/HostListAdapter.java target.setTextColor(mChromoting.getResources().getColor(R.color.host_offline_text)); R 49 remoting/android/java/src/org/chromium/chromoting/HostListAdapter.java target.setBackgroundResource(R.drawable.list_item_disabled_selector); R 54 remoting/android/java/src/org/chromium/chromoting/HostListAdapter.java mChromoting.getString(R.string.host_offline_tooltip), R 24 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java import org.chromium.chromoting.R; R 77 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java PEER_IS_OFFLINE(1, R.string.error_host_is_offline), R 78 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java SESSION_REJECTED(2, R.string.error_invalid_access_code), R 79 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java INCOMPATIBLE_PROTOCOL(3, R.string.error_incompatible_protocol), R 80 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java AUTHENTICATION_FAILED(4, R.string.error_invalid_access_code), R 81 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java CHANNEL_CONNECTION_ERROR(5, R.string.error_p2p_failure), R 82 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java SIGNALING_ERROR(6, R.string.error_p2p_failure), R 83 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java SIGNALING_TIMEOUT(7, R.string.error_p2p_failure), R 84 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java HOST_OVERLOAD(8, R.string.error_host_overload), R 85 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java UNKNOWN_ERROR(9, R.string.error_unexpected); R 217 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java pinPrompt.setTitle(sContext.getString(R.string.title_authenticate)); R 218 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java pinPrompt.setMessage(sContext.getString(R.string.pin_message_android)); R 219 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java pinPrompt.setIcon(android.R.drawable.ic_lock_lock); R 221 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java final View pinEntry = sContext.getLayoutInflater().inflate(R.layout.pin_dialog, null); R 224 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java final TextView pinTextView = (TextView)pinEntry.findViewById(R.id.pin_dialog_text); R 225 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java final CheckBox pinCheckBox = (CheckBox)pinEntry.findViewById(R.id.pin_dialog_check); R 233 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java R.string.connect_button, new DialogInterface.OnClickListener() { R 243 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java R.string.cancel, new DialogInterface.OnClickListener() { R 112 testing/gmock_mutant.h template <typename R, typename T, typename Method> R 113 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 118 testing/gmock_mutant.h template <typename R, typename Function> R 119 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 126 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename C1> R 127 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 132 testing/gmock_mutant.h template <typename R, typename Function, typename C1> R 133 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 140 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename C1, typename C2> R 141 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 146 testing/gmock_mutant.h template <typename R, typename Function, typename C1, typename C2> R 147 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 154 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename C1, typename C2, R 156 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 161 testing/gmock_mutant.h template <typename R, typename Function, typename C1, typename C2, typename C3> R 162 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 169 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename C1, typename C2, R 171 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 176 testing/gmock_mutant.h template <typename R, typename Function, typename C1, typename C2, typename C3, R 178 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 185 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename C1, typename C2, R 187 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 192 testing/gmock_mutant.h template <typename R, typename Function, typename C1, typename C2, typename C3, R 194 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 201 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename C1, typename C2, R 203 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 208 testing/gmock_mutant.h template <typename R, typename Function, typename C1, typename C2, typename C3, R 210 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 217 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1> R 218 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 223 testing/gmock_mutant.h template <typename R, typename Function, typename P1> R 224 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 231 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename C1> R 232 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 237 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename C1> R 238 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 245 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename C1, R 247 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 252 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename C1, typename C2> R 253 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 260 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename C1, R 262 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 267 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename C1, typename C2, R 269 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 276 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename C1, R 278 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 283 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename C1, typename C2, R 285 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 292 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename C1, R 294 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 299 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename C1, typename C2, R 301 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 308 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename C1, R 310 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 315 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename C1, typename C2, R 317 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 324 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2> R 325 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 330 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2> R 331 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 338 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 340 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 345 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename C1> R 346 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 353 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 355 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 360 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename C1, R 362 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 369 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 371 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 376 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename C1, R 378 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 385 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 387 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 392 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename C1, R 394 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 401 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 403 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 408 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename C1, R 410 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 417 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 420 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 425 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename C1, R 427 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 434 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 436 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 441 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3> R 442 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 449 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 451 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 456 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 458 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 465 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 467 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 472 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 474 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 481 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 483 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 488 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 490 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 497 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 499 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 504 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 506 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 513 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 516 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 521 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 523 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 530 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 533 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 538 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 541 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 548 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 550 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 555 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 557 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 564 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 566 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 571 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 573 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 580 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 582 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 587 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 589 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 596 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 598 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 603 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 605 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 612 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 615 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 620 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 622 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 629 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 632 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 637 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 640 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 647 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 650 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 655 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 658 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 665 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 667 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 672 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 674 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 681 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 683 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 688 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 690 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 697 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 699 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 704 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 706 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 713 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 716 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 721 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 723 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 730 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 733 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 738 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 741 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 748 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 751 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 756 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 759 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 766 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 769 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 774 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 777 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 784 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 786 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 791 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 793 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 800 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 802 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 807 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 809 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 816 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 819 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 824 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 826 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 833 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 836 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 841 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 844 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 851 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 854 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 859 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 862 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 869 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 872 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 877 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 880 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 887 testing/gmock_mutant.h template <typename R, typename T, typename Method, typename P1, typename P2, R 890 testing/gmock_mutant.h inline R DispatchToMethod(T* obj, Method method, R 895 testing/gmock_mutant.h template <typename R, typename Function, typename P1, typename P2, typename P3, R 898 testing/gmock_mutant.h inline R DispatchToFunction(Function function, R 906 testing/gmock_mutant.h template <typename R, typename Params> R 909 testing/gmock_mutant.h virtual R RunWithParams(const Params& params) = 0; R 916 testing/gmock_mutant.h template <typename R, typename T, typename Method, R 918 testing/gmock_mutant.h class Mutant : public MutantRunner<R, Params> { R 925 testing/gmock_mutant.h virtual R RunWithParams(const Params& params) { R 926 testing/gmock_mutant.h return DispatchToMethod<R>(this->obj_, this->method_, pb_, params); R 934 testing/gmock_mutant.h template <typename R, typename Function, typename PreBound, typename Params> R 935 testing/gmock_mutant.h class MutantFunction : public MutantRunner<R, Params> { R 942 testing/gmock_mutant.h virtual R RunWithParams(const Params& params) { R 943 testing/gmock_mutant.h return DispatchToFunction<R>(function_, pb_, params); R 954 testing/gmock_mutant.h template <typename R, typename T, typename Method, R 956 testing/gmock_mutant.h class MutantLateObjectBind : public MutantRunner<R, Params> { R 963 testing/gmock_mutant.h virtual R RunWithParams(const Params& params) { R 966 testing/gmock_mutant.h return R(); R 967 testing/gmock_mutant.h return DispatchToMethod<R>( *this->obj_, this->method_, pb_, params); R 978 testing/gmock_mutant.h template <typename R, typename Params> R 980 testing/gmock_mutant.h explicit MutantFunctor(MutantRunner<R, Params>* cb) : impl_(cb) { R 986 testing/gmock_mutant.h inline R operator()() { R 991 testing/gmock_mutant.h inline R operator()(const Arg1& a) { R 996 testing/gmock_mutant.h inline R operator()(const Arg1& a, const Arg2& b) { R 1001 testing/gmock_mutant.h inline R operator()(const Arg1& a, const Arg2& b, const Arg3& c) { R 1006 testing/gmock_mutant.h inline R operator()(const Arg1& a, const Arg2& b, const Arg3& c, R 1015 testing/gmock_mutant.h linked_ptr<MutantRunner<R, Params> > impl_; R 1019 testing/gmock_mutant.h template <typename R, typename T, typename U> R 1020 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1021 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)()) { R 1022 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1023 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(), R 1026 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1029 testing/gmock_mutant.h template <typename R> R 1030 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1031 testing/gmock_mutant.h CreateFunctor(R (*function)()) { R 1032 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1033 testing/gmock_mutant.h new MutantFunction<R, R (*)(), R 1036 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1040 testing/gmock_mutant.h template <typename R, typename T, typename U> R 1041 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1042 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)()) { R 1043 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1044 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(), R 1047 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1052 testing/gmock_mutant.h template <typename R, typename T, typename U> R 1053 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1054 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)()) { R 1055 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1056 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(), R 1059 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1062 testing/gmock_mutant.h template <typename R> R 1063 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1064 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)()) { R 1065 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1066 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(), R 1069 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1072 testing/gmock_mutant.h template <typename R, typename T, typename U> R 1073 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1074 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)()) { R 1075 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1076 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(), R 1079 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1085 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1> R 1086 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1087 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1)) { R 1088 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1089 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(A1), R 1092 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1095 testing/gmock_mutant.h template <typename R, typename A1> R 1096 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1097 testing/gmock_mutant.h CreateFunctor(R (*function)(A1)) { R 1098 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1099 testing/gmock_mutant.h new MutantFunction<R, R (*)(A1), R 1102 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1106 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1> R 1107 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1108 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1)) { R 1109 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1110 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(A1), R 1113 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1118 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1> R 1119 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1120 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1)) { R 1121 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1122 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(A1), R 1125 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1128 testing/gmock_mutant.h template <typename R, typename A1> R 1129 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1130 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(A1)) { R 1131 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1132 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(A1), R 1135 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1138 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1> R 1139 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1140 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1)) { R 1141 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1142 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1), R 1145 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1151 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2> R 1152 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1153 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1, A2)) { R 1154 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1155 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(A1, A2), R 1158 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1161 testing/gmock_mutant.h template <typename R, typename A1, typename A2> R 1162 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1163 testing/gmock_mutant.h CreateFunctor(R (*function)(A1, A2)) { R 1164 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1165 testing/gmock_mutant.h new MutantFunction<R, R (*)(A1, A2), R 1168 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1172 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2> R 1173 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1174 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1, A2)) { R 1175 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1176 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(A1, A2), R 1179 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1184 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2> R 1185 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1186 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1, A2)) { R 1187 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1188 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(A1, A2), R 1191 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1194 testing/gmock_mutant.h template <typename R, typename A1, typename A2> R 1195 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1196 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(A1, A2)) { R 1197 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1198 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(A1, A2), R 1201 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1204 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2> R 1205 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1206 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1, A2)) { R 1207 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1208 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2), R 1211 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1217 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1219 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1220 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1, A2, A3)) { R 1221 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1222 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(A1, A2, A3), R 1225 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1228 testing/gmock_mutant.h template <typename R, typename A1, typename A2, typename A3> R 1229 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1230 testing/gmock_mutant.h CreateFunctor(R (*function)(A1, A2, A3)) { R 1231 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1232 testing/gmock_mutant.h new MutantFunction<R, R (*)(A1, A2, A3), R 1235 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1239 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1241 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1242 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1, A2, A3)) { R 1243 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1244 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3), R 1247 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1252 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1254 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1255 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1, A2, A3)) { R 1256 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1257 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3), R 1260 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1263 testing/gmock_mutant.h template <typename R, typename A1, typename A2, typename A3> R 1264 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1265 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(A1, A2, A3)) { R 1266 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1267 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(A1, A2, A3), R 1270 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1273 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1275 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1276 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1, A2, A3)) { R 1277 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1278 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3), R 1281 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1287 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1289 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1290 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1, A2, A3, A4)) { R 1291 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1292 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(A1, A2, A3, A4), R 1295 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1298 testing/gmock_mutant.h template <typename R, typename A1, typename A2, typename A3, typename A4> R 1299 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1300 testing/gmock_mutant.h CreateFunctor(R (*function)(A1, A2, A3, A4)) { R 1301 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1302 testing/gmock_mutant.h new MutantFunction<R, R (*)(A1, A2, A3, A4), R 1305 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1309 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1311 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1312 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1, A2, A3, A4)) { R 1313 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1314 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3, A4), R 1317 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1322 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1324 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1325 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1, A2, A3, A4)) { R 1326 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1327 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3, A4), R 1330 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1333 testing/gmock_mutant.h template <typename R, typename A1, typename A2, typename A3, typename A4> R 1334 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1335 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(A1, A2, A3, A4)) { R 1336 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1337 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(A1, A2, A3, A4), R 1340 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1343 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1345 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1346 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1, A2, A3, A4)) { R 1347 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1348 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3, A4), R 1351 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1357 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1359 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1360 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1, A2, A3, A4, A5)) { R 1361 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1362 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(A1, A2, A3, A4, A5), R 1365 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1368 testing/gmock_mutant.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 1370 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1371 testing/gmock_mutant.h CreateFunctor(R (*function)(A1, A2, A3, A4, A5)) { R 1372 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1373 testing/gmock_mutant.h new MutantFunction<R, R (*)(A1, A2, A3, A4, A5), R 1376 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1380 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1382 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1383 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1, A2, A3, A4, A5)) { R 1384 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1385 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3, A4, A5), R 1388 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1393 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1395 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1396 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1, A2, A3, A4, A5)) { R 1397 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1398 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5), R 1401 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1404 testing/gmock_mutant.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 1406 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1407 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(A1, A2, A3, A4, A5)) { R 1408 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1409 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(A1, A2, A3, A4, A5), R 1412 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1415 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1417 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1418 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1, A2, A3, A4, A5)) { R 1419 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1420 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5), R 1423 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1429 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1431 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1432 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(A1, A2, A3, A4, A5, A6)) { R 1433 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1434 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(A1, A2, A3, A4, A5, A6), R 1437 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 1440 testing/gmock_mutant.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 1442 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1443 testing/gmock_mutant.h CreateFunctor(R (*function)(A1, A2, A3, A4, A5, A6)) { R 1444 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1445 testing/gmock_mutant.h new MutantFunction<R, R (*)(A1, A2, A3, A4, A5, A6), R 1448 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 1452 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1454 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1455 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(A1, A2, A3, A4, A5, A6)) { R 1456 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1457 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(A1, A2, A3, A4, A5, A6), R 1460 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 1465 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1467 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1468 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(A1, A2, A3, A4, A5, A6)) { R 1469 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1470 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5, A6), R 1473 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 1476 testing/gmock_mutant.h template <typename R, typename A1, typename A2, typename A3, typename A4, R 1478 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1479 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(A1, A2, A3, A4, A5, A6)) { R 1480 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1481 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(A1, A2, A3, A4, A5, A6), R 1484 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 1487 testing/gmock_mutant.h template <typename R, typename T, typename U, typename A1, typename A2, R 1489 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1490 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(A1, A2, A3, A4, A5, A6)) { R 1491 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1492 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(A1, A2, A3, A4, A5, A6), R 1495 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 1501 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename X1> R 1502 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1503 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1), const P1& p1) { R 1504 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1505 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1), R 1508 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1511 testing/gmock_mutant.h template <typename R, typename P1, typename X1> R 1512 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1513 testing/gmock_mutant.h CreateFunctor(R (*function)(X1), const P1& p1) { R 1514 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1515 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1), R 1518 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1522 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename X1> R 1523 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1524 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1), const P1& p1) { R 1525 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1526 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1), R 1529 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1534 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename X1> R 1535 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1536 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1), const P1& p1) { R 1537 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1538 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1), R 1541 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1544 testing/gmock_mutant.h template <typename R, typename P1, typename X1> R 1545 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1546 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1), const P1& p1) { R 1547 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1548 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1), R 1551 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1554 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename X1> R 1555 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 1556 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1), const P1& p1) { R 1557 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 1558 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1), R 1561 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 1567 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1569 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1570 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1), const P1& p1) { R 1571 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1572 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, A1), R 1575 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1578 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename X1> R 1579 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1580 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, A1), const P1& p1) { R 1581 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1582 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, A1), R 1585 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1589 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1591 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1592 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1), const P1& p1) { R 1593 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1594 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, A1), R 1597 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1602 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1604 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1605 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1), const P1& p1) { R 1606 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1607 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, A1), R 1610 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1613 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename X1> R 1614 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1615 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, A1), const P1& p1) { R 1616 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1617 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, A1), R 1620 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1623 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1625 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 1626 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1), const P1& p1) { R 1627 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 1628 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1), R 1631 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 1637 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1639 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1640 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1, A2), const P1& p1) { R 1641 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1642 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, A1, A2), R 1645 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1648 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename A2, typename X1> R 1649 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1650 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, A1, A2), const P1& p1) { R 1651 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1652 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, A1, A2), R 1655 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1659 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1661 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1662 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1, A2), const P1& p1) { R 1663 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1664 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2), R 1667 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1672 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1674 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1675 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1, A2), const P1& p1) { R 1676 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1677 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2), R 1680 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1683 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename A2, typename X1> R 1684 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1685 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, A1, A2), const P1& p1) { R 1686 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1687 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, A1, A2), R 1690 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1693 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1695 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 1696 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1, A2), const P1& p1) { R 1697 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 1698 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2), R 1701 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 1707 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1709 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1710 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1, A2, A3), const P1& p1) { R 1711 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1712 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, A1, A2, A3), R 1715 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1718 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename A2, typename A3, R 1720 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1721 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, A1, A2, A3), const P1& p1) { R 1722 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1723 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, A1, A2, A3), R 1726 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1730 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1732 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1733 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1, A2, A3), const P1& p1) { R 1734 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1735 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3), R 1738 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1743 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1745 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1746 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1, A2, A3), const P1& p1) { R 1747 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1748 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3), R 1751 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1754 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename A2, typename A3, R 1756 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1757 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, A1, A2, A3), const P1& p1) { R 1758 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1759 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, A1, A2, A3), R 1762 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1765 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1767 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 1768 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1, A2, A3), const P1& p1) { R 1769 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 1770 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3), R 1773 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 1779 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1781 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1782 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1, A2, A3, A4), const P1& p1) { R 1783 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1784 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, A1, A2, A3, A4), R 1787 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1790 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename A2, typename A3, R 1792 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1793 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, A1, A2, A3, A4), const P1& p1) { R 1794 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1795 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, A1, A2, A3, A4), R 1798 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1802 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1804 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1805 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1, A2, A3, A4), const P1& p1) { R 1806 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1807 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3, A4), R 1810 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1815 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1817 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1818 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4), R 1820 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1821 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4), R 1824 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1827 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename A2, typename A3, R 1829 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1830 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, A1, A2, A3, A4), const P1& p1) { R 1831 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1832 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, A1, A2, A3, A4), R 1835 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1838 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1840 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 1841 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4), R 1843 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 1844 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4), R 1847 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 1853 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1855 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1856 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1, A2, A3, A4, A5), const P1& p1) { R 1857 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1858 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, A1, A2, A3, A4, A5), R 1861 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1864 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename A2, typename A3, R 1866 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1867 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, A1, A2, A3, A4, A5), const P1& p1) { R 1868 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1869 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, A1, A2, A3, A4, A5), R 1872 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1876 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1878 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1879 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1, A2, A3, A4, A5), const P1& p1) { R 1880 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1881 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3, A4, A5), R 1884 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1889 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1891 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1892 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4, A5), R 1894 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1895 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5), R 1898 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1901 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename A2, typename A3, R 1903 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1904 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, A1, A2, A3, A4, A5), const P1& p1) { R 1905 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1906 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, A1, A2, A3, A4, A5), R 1909 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1912 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1914 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 1915 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4, A5), R 1917 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 1918 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5), R 1921 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 1927 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1930 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1931 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, A1, A2, A3, A4, A5, A6), R 1933 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1934 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, A1, A2, A3, A4, A5, A6), R 1937 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 1940 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename A2, typename A3, R 1942 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1943 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, A1, A2, A3, A4, A5, A6), const P1& p1) { R 1944 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1945 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, A1, A2, A3, A4, A5, A6), R 1948 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 1952 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1955 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1956 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, A1, A2, A3, A4, A5, A6), R 1958 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1959 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, A1, A2, A3, A4, A5, A6), R 1962 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 1967 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1970 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1971 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4, A5, A6), R 1973 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1974 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5, A6), R 1977 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 1980 testing/gmock_mutant.h template <typename R, typename P1, typename A1, typename A2, typename A3, R 1982 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1983 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, A1, A2, A3, A4, A5, A6), R 1985 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1986 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, A1, A2, A3, A4, A5, A6), R 1989 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 1992 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename A1, R 1995 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 1996 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, A1, A2, A3, A4, A5, A6), R 1998 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 1999 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, A1, A2, A3, A4, A5, A6), R 2002 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 2008 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2010 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2011 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2), const P1& p1, const P2& p2) { R 2012 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2013 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2), R 2016 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2019 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename X1, typename X2> R 2020 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2021 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2), const P1& p1, const P2& p2) { R 2022 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2023 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2), R 2026 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2030 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2032 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2033 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2), const P1& p1, const P2& p2) { R 2034 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2035 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2), R 2038 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2043 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2045 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2046 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2), const P1& p1, R 2048 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2049 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2), R 2052 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2055 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename X1, typename X2> R 2056 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2057 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2), const P1& p1, const P2& p2) { R 2058 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2059 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2), R 2062 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2065 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2067 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2068 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2), const P1& p1, R 2070 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2071 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2), R 2074 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2080 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2082 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2083 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1), const P1& p1, const P2& p2) { R 2084 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2085 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, A1), R 2088 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2091 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename X1, R 2093 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2094 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, A1), const P1& p1, const P2& p2) { R 2095 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2096 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, A1), R 2099 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2103 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2105 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2106 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1), const P1& p1, const P2& p2) { R 2107 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2108 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1), R 2111 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2116 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2118 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2119 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1), const P1& p1, R 2121 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2122 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1), R 2125 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2128 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename X1, R 2130 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2131 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, A1), const P1& p1, R 2133 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2134 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, A1), R 2137 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2140 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2142 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2143 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1), const P1& p1, R 2145 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2146 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1), R 2149 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2155 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2157 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2158 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1, A2), const P1& p1, R 2160 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2161 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, A1, A2), R 2164 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2167 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename A2, R 2169 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2170 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, A1, A2), const P1& p1, const P2& p2) { R 2171 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2172 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, A1, A2), R 2175 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2179 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2181 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2182 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1, A2), const P1& p1, R 2184 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2185 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2), R 2188 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2193 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2195 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2196 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1, A2), const P1& p1, R 2198 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2199 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2), R 2202 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2205 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename A2, R 2207 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2208 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, A1, A2), const P1& p1, R 2210 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2211 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, A1, A2), R 2214 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2217 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2219 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2220 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1, A2), const P1& p1, R 2222 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2223 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2), R 2226 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2232 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2234 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2235 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1, A2, A3), const P1& p1, R 2237 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2238 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3), R 2241 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2244 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename A2, R 2246 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2247 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, A1, A2, A3), const P1& p1, const P2& p2) { R 2248 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2249 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, A1, A2, A3), R 2252 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2256 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2258 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2259 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1, A2, A3), const P1& p1, R 2261 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2262 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3), R 2265 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2270 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2272 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2273 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3), R 2275 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2276 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3), R 2279 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2282 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename A2, R 2284 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2285 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, A1, A2, A3), const P1& p1, R 2287 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2288 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, A1, A2, A3), R 2291 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2294 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2296 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2297 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3), R 2299 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2300 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3), R 2303 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2309 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2312 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2313 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1, A2, A3, A4), const P1& p1, R 2315 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2316 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3, A4), R 2319 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2322 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename A2, R 2324 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2325 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, A1, A2, A3, A4), const P1& p1, R 2327 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2328 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, A1, A2, A3, A4), R 2331 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2335 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2338 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2339 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1, A2, A3, A4), const P1& p1, R 2341 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2342 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3, A4), R 2345 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2350 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2353 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2354 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4), R 2356 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2357 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4), R 2360 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2363 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename A2, R 2365 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2366 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, A1, A2, A3, A4), const P1& p1, R 2368 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2369 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, A1, A2, A3, A4), R 2372 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2375 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2378 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2379 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4), R 2381 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2382 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4), R 2385 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2391 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2394 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 2395 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1, A2, A3, A4, A5), const P1& p1, R 2397 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 2398 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5), R 2401 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 2404 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename A2, R 2406 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 2407 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, A1, A2, A3, A4, A5), const P1& p1, R 2409 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 2410 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, A1, A2, A3, A4, A5), R 2413 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 2417 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2420 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 2421 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1, A2, A3, A4, A5), const P1& p1, R 2423 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 2424 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5), R 2427 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 2432 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2435 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 2436 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4, A5), R 2438 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 2439 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5), R 2442 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 2445 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename A2, R 2447 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 2448 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, A1, A2, A3, A4, A5), const P1& p1, R 2450 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 2451 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, A1, A2, A3, A4, A5), R 2454 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 2457 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2460 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 2461 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4, A5), R 2463 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 2464 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5), R 2467 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 2473 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2476 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 2477 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, A1, A2, A3, A4, A5, A6), R 2479 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 2480 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5, A6), R 2483 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 2486 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename A2, R 2489 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 2490 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, A1, A2, A3, A4, A5, A6), const P1& p1, R 2492 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 2493 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, A1, A2, A3, A4, A5, A6), R 2496 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 2500 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2503 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 2504 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, A1, A2, A3, A4, A5, A6), R 2506 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 2507 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, A1, A2, A3, A4, A5, A6), R 2510 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 2515 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2518 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 2519 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4, A5, A6), R 2521 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 2522 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5, A6), R 2525 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 2528 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename A1, typename A2, R 2531 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 2532 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, A1, A2, A3, A4, A5, A6), R 2534 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 2535 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, A1, A2, A3, A4, A5, A6), R 2538 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 2541 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2544 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 2545 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, A1, A2, A3, A4, A5, A6), R 2547 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 2548 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, A1, A2, A3, A4, A5, A6), R 2551 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 2557 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2559 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2560 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3), const P1& p1, const P2& p2, R 2562 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2563 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3), R 2566 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2569 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename X1, R 2571 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2572 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3), const P1& p1, const P2& p2, R 2574 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2575 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3), R 2578 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2582 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2584 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2585 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3), const P1& p1, const P2& p2, R 2587 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2588 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3), R 2591 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2596 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2598 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2599 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3), const P1& p1, R 2601 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2602 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3), R 2605 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2608 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename X1, R 2610 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2611 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3), const P1& p1, const P2& p2, R 2613 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2614 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3), R 2617 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2620 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2622 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 2623 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3), const P1& p1, R 2625 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 2626 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3), R 2629 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 2635 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2637 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2638 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1), const P1& p1, R 2640 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2641 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, A1), R 2644 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2647 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 2649 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2650 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, A1), const P1& p1, const P2& p2, R 2652 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2653 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, A1), R 2656 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2660 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2662 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2663 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1), const P1& p1, R 2665 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2666 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1), R 2669 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2674 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2676 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2677 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1), const P1& p1, R 2679 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2680 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1), R 2683 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2686 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 2688 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2689 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, A1), const P1& p1, R 2691 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2692 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1), R 2695 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2698 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2700 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 2701 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1), const P1& p1, R 2703 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 2704 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1), R 2707 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 2713 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2716 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2717 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2), const P1& p1, R 2719 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2720 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2), R 2723 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2726 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 2728 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2729 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, A1, A2), const P1& p1, const P2& p2, R 2731 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2732 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, A1, A2), R 2735 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2739 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2742 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2743 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2), const P1& p1, R 2745 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2746 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2), R 2749 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2754 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2757 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2758 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2), R 2760 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2761 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2), R 2764 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2767 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 2769 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2770 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, A1, A2), const P1& p1, R 2772 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2773 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1, A2), R 2776 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2779 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2782 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 2783 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2), R 2785 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 2786 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2), R 2789 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 2795 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2798 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2799 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3), const P1& p1, R 2801 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2802 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3), R 2805 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2808 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 2810 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2811 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, A1, A2, A3), const P1& p1, const P2& p2, R 2813 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2814 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, A1, A2, A3), R 2817 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2821 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2824 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2825 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3), const P1& p1, R 2827 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2828 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3), R 2831 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2836 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2839 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2840 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3), R 2842 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2843 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3), R 2846 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2849 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 2851 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2852 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, A1, A2, A3), const P1& p1, R 2854 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2855 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1, A2, A3), R 2858 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2861 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2864 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 2865 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3), R 2867 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 2868 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3), R 2871 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 2877 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2880 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2881 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4), const P1& p1, R 2883 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2884 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4), R 2887 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2890 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 2893 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2894 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, A1, A2, A3, A4), const P1& p1, R 2896 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2897 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, A1, A2, A3, A4), R 2900 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2904 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2907 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2908 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4), const P1& p1, R 2910 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2911 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4), R 2914 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2919 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2922 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2923 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4), R 2925 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2926 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4), R 2929 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2932 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 2935 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2936 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, A1, A2, A3, A4), const P1& p1, R 2938 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2939 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1, A2, A3, A4), R 2942 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2945 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2948 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 2949 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4), R 2951 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 2952 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4), R 2955 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 2961 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2964 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 2965 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5), R 2967 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 2968 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5), R 2971 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 2974 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 2977 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 2978 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, A1, A2, A3, A4, A5), const P1& p1, R 2980 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 2981 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, A1, A2, A3, A4, A5), R 2984 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 2988 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 2991 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 2992 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5), R 2994 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 2995 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5), R 2998 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 3003 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3006 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 3007 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5), R 3009 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 3010 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5), R 3013 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 3016 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 3019 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 3020 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, A1, A2, A3, A4, A5), R 3022 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 3023 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1, A2, A3, A4, A5), R 3026 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 3029 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3032 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 3033 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5), R 3035 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 3036 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5), R 3039 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 3045 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3048 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3049 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5, A6), R 3051 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3052 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6), R 3055 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3058 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 3061 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3062 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, A1, A2, A3, A4, A5, A6), const P1& p1, R 3064 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3065 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, A1, A2, A3, A4, A5, A6), R 3068 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3072 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3075 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3076 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5, A6), R 3078 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3079 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6), R 3082 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3087 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3090 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3091 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5, R 3093 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3094 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6), R 3097 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3100 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename A1, R 3103 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3104 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, A1, A2, A3, A4, A5, A6), R 3106 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3107 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, A1, A2, A3, A4, A5, A6), R 3110 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3113 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3116 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3117 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5, R 3119 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3120 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, A1, A2, A3, A4, A5, A6), R 3123 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3129 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3132 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3133 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4), const P1& p1, R 3135 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3136 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4), R 3139 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3142 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3144 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3145 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4), const P1& p1, const P2& p2, R 3147 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3148 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4), R 3151 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3155 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3158 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3159 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4), const P1& p1, R 3161 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3162 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4), R 3165 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3170 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3173 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3174 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4), const P1& p1, R 3176 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3177 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4), R 3180 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3183 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3185 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3186 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4), const P1& p1, R 3188 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3189 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4), R 3192 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3195 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3198 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3199 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4), const P1& p1, R 3201 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3202 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4), R 3205 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3211 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3214 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3215 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1), const P1& p1, R 3217 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3218 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1), R 3221 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3224 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3226 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3227 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, A1), const P1& p1, const P2& p2, R 3229 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3230 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, A1), R 3233 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3237 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3240 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3241 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1), const P1& p1, R 3243 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3244 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1), R 3247 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3252 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3255 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3256 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1), R 3258 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3259 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1), R 3262 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3265 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3267 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3268 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, A1), const P1& p1, R 3270 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3271 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1), R 3274 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3277 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3280 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3281 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1), R 3283 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3284 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1), R 3287 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3293 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3296 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3297 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2), const P1& p1, R 3299 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3300 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2), R 3303 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3306 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3309 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3310 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, A1, A2), const P1& p1, const P2& p2, R 3312 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3313 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, A1, A2), R 3316 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3320 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3323 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3324 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2), const P1& p1, R 3326 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3327 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2), R 3330 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3335 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3338 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3339 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2), R 3341 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3342 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2), R 3345 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3348 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3351 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3352 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, A1, A2), const P1& p1, R 3354 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3355 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1, A2), R 3358 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3361 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3364 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3365 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2), R 3367 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3368 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2), R 3371 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3377 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3380 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 3381 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3), const P1& p1, R 3383 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 3384 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3), R 3387 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 3390 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3393 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 3394 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, A1, A2, A3), const P1& p1, R 3396 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 3397 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, A1, A2, A3), R 3400 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 3404 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3407 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 3408 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3), const P1& p1, R 3410 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 3411 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3), R 3414 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 3419 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3422 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 3423 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3), R 3425 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 3426 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3), R 3429 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 3432 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3435 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 3436 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, A1, A2, A3), const P1& p1, R 3438 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 3439 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1, A2, A3), R 3442 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 3445 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3448 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 3449 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3), R 3451 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 3452 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3), R 3455 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 3461 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3464 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 3465 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4), R 3467 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 3468 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4), R 3471 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 3474 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3477 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 3478 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, A1, A2, A3, A4), const P1& p1, R 3480 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 3481 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, A1, A2, A3, A4), R 3484 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 3488 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3491 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 3492 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4), R 3494 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 3495 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4), R 3498 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 3503 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3506 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 3507 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4), R 3509 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 3510 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4), R 3513 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 3516 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3519 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 3520 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, A1, A2, A3, A4), R 3522 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 3523 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1, A2, A3, A4), R 3526 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 3529 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3532 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 3533 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4), R 3535 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 3536 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4), R 3539 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 3545 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3549 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 3550 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5), R 3552 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 3553 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5), R 3556 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 3559 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3562 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 3563 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, A1, A2, A3, A4, A5), const P1& p1, R 3565 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 3566 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, A1, A2, A3, A4, A5), R 3569 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 3573 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3577 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 3578 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5), R 3580 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 3581 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5), R 3584 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 3589 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3593 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 3594 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, R 3596 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 3597 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5), R 3600 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 3603 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3606 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 3607 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, A1, A2, A3, A4, A5), R 3609 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 3610 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1, A2, A3, A4, A5), R 3613 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 3616 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3620 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 3621 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, R 3623 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 3624 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5), R 3627 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 3633 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3637 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3638 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), R 3640 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3641 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), R 3644 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3647 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3650 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3651 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), R 3653 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3654 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), R 3657 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3661 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3665 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3666 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), R 3668 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3669 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), R 3672 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3677 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3681 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3682 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, R 3684 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3685 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), R 3688 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3691 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3694 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3695 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), R 3697 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3698 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), R 3701 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3704 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3708 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 3709 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, R 3711 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 3712 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), R 3715 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 3721 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3724 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3725 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5), const P1& p1, R 3727 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3728 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5), R 3731 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3734 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3737 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3738 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5), const P1& p1, const P2& p2, R 3740 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3741 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5), R 3744 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3748 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3751 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3752 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5), const P1& p1, R 3754 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3755 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5), R 3758 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3763 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3766 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3767 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5), R 3769 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3770 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5), R 3773 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3776 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3779 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3780 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5), const P1& p1, R 3782 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3783 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5), R 3786 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3789 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3792 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 3793 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5), R 3795 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 3796 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5), R 3799 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 3805 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3808 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3809 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1), const P1& p1, R 3811 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3812 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1), R 3815 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3818 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3821 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3822 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, A1), const P1& p1, const P2& p2, R 3824 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3825 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1), R 3828 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3832 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3835 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3836 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1), const P1& p1, R 3838 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3839 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1), R 3842 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3847 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3850 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3851 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1), R 3853 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3854 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1), R 3857 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3860 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3863 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3864 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, A1), const P1& p1, R 3866 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3867 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1), R 3870 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3873 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3876 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 3877 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1), R 3879 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 3880 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1), R 3883 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 3889 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3892 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3893 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2), const P1& p1, R 3895 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3896 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2), R 3899 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3902 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3905 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3906 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, A1, A2), const P1& p1, R 3908 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3909 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1, A2), R 3912 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3916 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3919 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3920 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2), const P1& p1, R 3922 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3923 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2), R 3926 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3931 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3934 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3935 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2), R 3937 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3938 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2), R 3941 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3944 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3947 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3948 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, A1, A2), const P1& p1, R 3950 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3951 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1, A2), R 3954 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3957 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3960 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 3961 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2), R 3963 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 3964 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2), R 3967 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 3973 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 3977 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 3978 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3), R 3980 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 3981 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3), R 3984 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 3987 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 3990 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 3991 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, A1, A2, A3), const P1& p1, R 3993 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 3994 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1, A2, A3), R 3997 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 4001 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4005 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 4006 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3), R 4008 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 4009 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3), R 4012 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 4017 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4021 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 4022 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3), R 4024 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 4025 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3), R 4028 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 4031 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4034 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 4035 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, A1, A2, A3), R 4037 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 4038 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1, A2, A3), R 4041 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 4044 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4048 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 4049 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3), R 4051 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 4052 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3), R 4055 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 4061 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4065 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4066 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4), R 4068 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4069 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4), R 4072 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4075 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4078 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4079 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, A1, A2, A3, A4), const P1& p1, R 4081 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4082 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1, A2, A3, A4), R 4085 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4089 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4093 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4094 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4), R 4096 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4097 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4), R 4100 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4105 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4109 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4110 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, R 4113 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4114 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4), R 4117 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4120 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4123 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4124 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, A1, A2, A3, A4), R 4126 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4127 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1, A2, A3, A4), R 4130 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4133 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4137 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4138 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, R 4141 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4142 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4), R 4145 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4151 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4155 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4156 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), R 4158 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4159 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), R 4162 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4165 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4169 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4170 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), R 4172 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4173 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), R 4176 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4180 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4184 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4185 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), R 4187 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4188 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), R 4191 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4196 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4200 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4201 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, R 4204 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4205 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), R 4208 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4211 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4215 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4216 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), R 4218 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4219 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), R 4222 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4225 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4229 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4230 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, R 4233 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4234 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), R 4237 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4243 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4247 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4248 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, R 4251 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4252 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), R 4255 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 4258 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4262 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4263 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), R 4265 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4266 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), R 4269 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 4273 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4277 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4278 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, R 4281 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4282 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), R 4285 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 4290 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4294 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4295 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, R 4298 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4299 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), R 4302 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 4305 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4309 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4310 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, R 4313 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4314 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), R 4317 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 4320 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4324 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4325 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, R 4328 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4329 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), R 4332 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 4338 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4341 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 4342 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1, R 4344 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 4345 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6), R 4348 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 4351 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4354 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 4355 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, X6), const P1& p1, const P2& p2, R 4357 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 4358 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6), R 4361 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 4365 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4368 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 4369 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1, R 4371 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 4372 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6), R 4375 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 4380 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4383 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 4384 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6), R 4387 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 4388 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6), R 4391 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 4394 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4397 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 4398 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, X6), const P1& p1, R 4400 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 4401 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6), R 4404 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 4407 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4410 testing/gmock_mutant.h inline MutantFunctor<R, Tuple0> R 4411 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6), R 4414 testing/gmock_mutant.h MutantRunner<R, Tuple0>* t = R 4415 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6), R 4418 testing/gmock_mutant.h return MutantFunctor<R, Tuple0>(t); R 4424 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4428 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 4429 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, R 4431 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 4432 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1), R 4435 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 4438 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4441 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 4442 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, R 4444 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 4445 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1), R 4448 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 4452 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4456 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 4457 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, R 4459 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 4460 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1), R 4463 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 4468 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4472 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 4473 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1), R 4476 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 4477 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1), R 4480 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 4483 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4486 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 4487 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, R 4489 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 4490 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1), R 4493 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 4496 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4500 testing/gmock_mutant.h inline MutantFunctor<R, Tuple1<A1> > R 4501 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1), R 4504 testing/gmock_mutant.h MutantRunner<R, Tuple1<A1> >* t = R 4505 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1), R 4508 testing/gmock_mutant.h return MutantFunctor<R, Tuple1<A1> >(t); R 4514 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4518 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 4519 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2), R 4522 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 4523 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2), R 4526 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 4529 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4532 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 4533 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, X6, A1, A2), const P1& p1, R 4535 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 4536 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1, A2), R 4539 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 4543 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4547 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 4548 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2), R 4551 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 4552 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2), R 4555 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 4560 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4564 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 4565 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2), R 4568 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 4569 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2), R 4572 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 4575 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4578 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 4579 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, X6, A1, A2), R 4582 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 4583 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1, A2), R 4586 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 4589 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4593 testing/gmock_mutant.h inline MutantFunctor<R, Tuple2<A1, A2> > R 4594 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2), R 4597 testing/gmock_mutant.h MutantRunner<R, Tuple2<A1, A2> >* t = R 4598 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2), R 4601 testing/gmock_mutant.h return MutantFunctor<R, Tuple2<A1, A2> >(t); R 4607 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4611 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 4612 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3), R 4615 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 4616 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3), R 4619 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 4622 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4626 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 4627 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, X6, A1, A2, A3), const P1& p1, R 4629 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 4630 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1, A2, A3), R 4633 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 4637 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4641 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 4642 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3), R 4645 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 4646 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3), R 4649 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 4654 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4658 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 4659 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, R 4662 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 4663 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3), R 4666 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 4669 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4673 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 4674 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, X6, A1, A2, A3), R 4677 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 4678 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1, A2, A3), R 4681 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 4684 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4688 testing/gmock_mutant.h inline MutantFunctor<R, Tuple3<A1, A2, A3> > R 4689 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, R 4692 testing/gmock_mutant.h MutantRunner<R, Tuple3<A1, A2, A3> >* t = R 4693 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3), R 4696 testing/gmock_mutant.h return MutantFunctor<R, Tuple3<A1, A2, A3> >(t); R 4702 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4706 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4707 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), R 4710 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4711 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), R 4714 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4717 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4721 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4722 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), R 4725 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4726 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), R 4729 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4733 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4737 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4738 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), R 4741 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4742 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), R 4745 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4750 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4754 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4755 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, R 4758 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4759 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), R 4762 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4765 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4769 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4770 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), R 4773 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4774 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), R 4777 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4780 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4784 testing/gmock_mutant.h inline MutantFunctor<R, Tuple4<A1, A2, A3, A4> > R 4785 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, R 4788 testing/gmock_mutant.h MutantRunner<R, Tuple4<A1, A2, A3, A4> >* t = R 4789 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), R 4792 testing/gmock_mutant.h return MutantFunctor<R, Tuple4<A1, A2, A3, A4> >(t); R 4798 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4802 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4803 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, R 4806 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4807 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), R 4810 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4813 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4817 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4818 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), R 4821 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4822 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), R 4825 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4829 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4833 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4834 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, R 4837 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4838 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), R 4841 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4846 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4850 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4851 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, R 4854 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4855 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), R 4858 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4861 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4865 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4866 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, R 4869 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4870 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), R 4873 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4876 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4880 testing/gmock_mutant.h inline MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> > R 4881 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, R 4884 testing/gmock_mutant.h MutantRunner<R, Tuple5<A1, A2, A3, A4, A5> >* t = R 4885 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), R 4888 testing/gmock_mutant.h return MutantFunctor<R, Tuple5<A1, A2, A3, A4, A5> >(t); R 4894 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4899 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4900 testing/gmock_mutant.h CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, R 4903 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4904 testing/gmock_mutant.h new Mutant<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), R 4907 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 4910 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4914 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4915 testing/gmock_mutant.h CreateFunctor(R (*function)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), R 4918 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4919 testing/gmock_mutant.h new MutantFunction<R, R (*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), R 4922 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 4926 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4931 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4932 testing/gmock_mutant.h CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, R 4935 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4936 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), R 4939 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 4944 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4949 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4950 testing/gmock_mutant.h CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, R 4953 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4954 testing/gmock_mutant.h new Mutant<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), R 4957 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 4960 testing/gmock_mutant.h template <typename R, typename P1, typename P2, typename P3, typename P4, R 4964 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4965 testing/gmock_mutant.h CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, R 4968 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4969 testing/gmock_mutant.h new MutantFunction<R, R (__stdcall *)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), R 4972 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 4975 testing/gmock_mutant.h template <typename R, typename T, typename U, typename P1, typename P2, R 4980 testing/gmock_mutant.h inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > R 4981 testing/gmock_mutant.h CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, R 4984 testing/gmock_mutant.h MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = R 4985 testing/gmock_mutant.h new MutantLateObjectBind<R, T, R (__stdcall U::*)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), R 4988 testing/gmock_mutant.h return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); R 76 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0938 */ _(C,x), _(C,x), _(M,T), _(M,R), _(N,x), _(A,x), _(M,R), _(M,L), R 77 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0940 */ _(M,R), _(M,B), _(M,B), _(M,B), _(M,B), _(M,T), _(M,T), _(M,T), R 78 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0948 */ _(M,T), _(M,R), _(M,R), _(M,R), _(M,R), _(V,B), _(M,L), _(M,R), R 95 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09B8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,L), R 96 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09C0 */ _(M,R), _(M,B), _(M,B), _(M,B), _(M,B), _(x,x), _(x,x), _(M,L), R 98 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), R 114 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A38 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(x,x), _(M,R), _(M,L), R 115 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A40 */ _(M,R), _(M,B), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), _(M,T), R 133 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AB8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,L), R 134 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AC0 */ _(M,R), _(M,B), _(M,B), _(M,B), _(M,B), _(M,T), _(x,x), _(M,T), R 135 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AC8 */ _(M,T), _(M,TR), _(x,x), _(M,R), _(M,R), _(V,B), _(x,x), _(x,x), R 152 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B38 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,T), R 153 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B40 */ _(M,R), _(M,B), _(M,B), _(M,B), _(M,B), _(x,x), _(x,x), _(M,L), R 171 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BB8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), _(M,R), R 174 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BD0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), R 191 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C40 */ _(M,T), _(M,R), _(M,R), _(M,R), _(M,R), _(x,x), _(M,T), _(M,T), R 209 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CB8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,T), R 210 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CC0 */ _(M,TR), _(M,R), _(M,R), _(M,R), _(M,R), _(x,x), _(M,T), _(M,TR), R 212 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CD0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), _(M,R), _(x,x), R 228 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D38 */ _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(A,x), _(M,R), _(M,R), R 229 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D40 */ _(M,R), _(M,R), _(M,R), _(M,B), _(M,B), _(x,x), _(M,L), _(M,L), R 231 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D50 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), R 249 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DC8 */ _(x,x), _(x,x), _(V,T), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), R 250 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DD0 */ _(M,R), _(M,R), _(M,T), _(M,T), _(M,B), _(x,x), _(M,B), _(x,x), R 251 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DD8 */ _(M,R), _(M,L), _(M,TL), _(M,L), _(M,LR), _(M,LR), _(M,LR), _(M,R), R 254 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DF0 */ _(x,x), _(x,x), _(M,R), _(M,R), _(x,x), _(x,x), _(x,x), _(x,x), R 265 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E30 */ _(M,R), _(M,T), _(M,R), _(M,R), _(M,T), _(M,T), _(M,T), _(M,T), R 267 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E40 */_(M,VOL),_(M,VOL),_(M,VOL),_(M,VOL),_(M,VOL), _(M,R), _(x,x), _(M,T), R 284 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EB0 */ _(M,R), _(M,T), _(M,R), _(M,R), _(M,T), _(M,T), _(M,T), _(M,T), R 337 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1028 */ _(VI,x), _(VI,x), _(VI,x), _(M,R), _(M,R), _(M,T), _(M,T), _(M,B), R 342 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1050 */ _(C,x), _(C,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(M,R), _(M,R), R 344 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1060 */ _(CM,x), _(C,x), _(M,R), _(TM,x), _(TM,x), _(C,x), _(C,x), _(M,R), R 345 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1068 */ _(M,R), _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(C,x), _(C,x), R 348 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1080 */ _(C,x), _(C,x), _(CM,x), _(M,R), _(M,L), _(M,T), _(M,T), _(TM,x), R 351 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1098 */ _(x,x), _(x,x), _(TM,x), _(TM,x), _(M,R), _(M,T), _(x,x), _(x,x), R 392 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17B0 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(x,x), _(x,x), _(M,R), _(M,T), R 395 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17C8 */ _(M,R), _(RS,x), _(RS,x), _(x,x), _(CR,x), _(x,x), _(x,x), _(x,x), R 412 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1920 */ _(M,T), _(M,T), _(M,B), _(M,R), _(M,R), _(M,TR), _(M,TR), _(M,T), R 436 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19B0 */ _(M,R), _(M,R), _(M,R), _(M,R), _(M,R), _(M,L), _(M,L), _(M,L), R 437 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19B8 */ _(M,R), _(M,R), _(M,L), _(M,R), _(M,R), _(M,R), _(M,R), _(M,R), R 438 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19C0 */ _(M,R), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), R 455 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A18 */ _(M,B), _(M,L), _(M,R), _(M,L), _(x,x), _(x,x), _(x,x), _(x,x), R 467 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A60 */ _(V,I), _(M,R), _(M,T), _(M,R), _(M,R), _(M,T), _(M,T), _(M,T), R 468 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A68 */ _(M,T), _(M,B), _(M,B), _(M,T), _(M,B), _(M,R), _(M,L), _(M,L), R 489 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(N,x), _(M,R), _(M,T), _(M,T), R 491 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B40 */ _(M,LR), _(M,LR), _(M,T), _(M,TR), _(V,R), _(C,x), _(C,x), _(C,x), R 506 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BA0 */ _(C,x), _(CS,x), _(CS,x), _(CS,x), _(M,T), _(M,B), _(M,L), _(M,R), R 507 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BA8 */ _(M,T), _(M,T), _(V,R), _(V,x), _(CS,x), _(CS,x), _(C,x), _(C,x), R 519 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BF0 */ _(CF,x), _(CF,x), _(V,R), _(V,R), _(x,x), _(x,x), _(x,x), _(x,x), R 528 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(CS,x), _(CS,x), _(M,R), _(M,L), R 529 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C28 */ _(M,L), _(M,TL), _(M,R), _(M,R), _(M,B), _(CF,x), _(CF,x), _(CF,x), R 556 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A820 */ _(C,x), _(C,x), _(C,x), _(M,R), _(M,R), _(M,B), _(M,T), _(M,R), R 583 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8B0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(CF,x), _(M,R), _(M,R), _(M,R), R 584 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8B8 */ _(M,R), _(M,R), _(M,R), _(M,R), _(M,R), _(M,R), _(M,R), _(M,R), R 585 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8C0 */ _(M,R), _(M,R), _(M,R), _(M,R), _(V,B), _(x,x), _(x,x), _(x,x), R 612 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A950 */ _(CF,x), _(CF,x), _(CF,x), _(V,R), _(x,x), _(x,x), _(x,x), _(x,x), R 630 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9B0 */ _(C,x), _(C,x), _(C,x), _(N,x), _(M,R), _(M,R), _(M,T), _(M,T), R 674 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAB0 */ _(M,T), _(M,R), _(M,T), _(M,T), _(M,B),_(M,VOL),_(M,VOL), _(M,T), R 675 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAB8 */ _(M,T),_(M,VOL), _(M,R),_(M,VOL),_(M,VOL), _(M,R), _(M,T), _(TM,x), R 684 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAE8 */ _(C,x), _(C,x), _(C,x), _(M,L), _(M,B), _(M,T), _(M,L), _(M,R), R 697 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABE0 */ _(CF,x), _(CF,x), _(CF,x), _(M,R), _(M,R), _(M,T), _(M,R), _(M,R), R 698 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABE8 */ _(M,B), _(M,R), _(M,R), _(x,x), _(TM,x), _(V,B), _(x,x), _(x,x), R 750 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 110B0 */ _(M,R), _(M,L), _(M,R), _(M,B), _(M,B), _(M,T), _(M,T), _(M,R), R 751 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 110B8 */ _(M,R), _(V,B), _(N,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), R 782 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111B0 */ _(C,x), _(C,x), _(C,x), _(M,R), _(M,L), _(M,R), _(M,B), _(M,B), R 784 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111C0 */ _(V,R), _(A,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), R 799 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 116A8 */ _(C,x), _(C,x), _(C,x), _(Bi,x), _(Vs,x), _(M,T), _(M,L), _(M,R), R 378 third_party/libwebp/enc/frame.c int R = 0; R 384 third_party/libwebp/enc/frame.c R += GetResidualCost(ctx, &res); R 385 third_party/libwebp/enc/frame.c return R; R 392 third_party/libwebp/enc/frame.c int R = 0; R 399 third_party/libwebp/enc/frame.c R += GetResidualCost(it->top_nz_[8] + it->left_nz_[8], &res); R 407 third_party/libwebp/enc/frame.c R += GetResidualCost(ctx, &res); R 411 third_party/libwebp/enc/frame.c return R; R 418 third_party/libwebp/enc/frame.c int R = 0; R 428 third_party/libwebp/enc/frame.c R += GetResidualCost(ctx, &res); R 433 third_party/libwebp/enc/frame.c return R; R 770 third_party/libwebp/enc/frame.c size += info.R + info.H; R 70 third_party/libwebp/enc/quant.c (int)rd->D, (int)rd->SD, (int)rd->R, (int)rd->H, (int)rd->nz, R 490 third_party/libwebp/enc/quant.c rd->R = 0; R 499 third_party/libwebp/enc/quant.c dst->R = src->R; R 508 third_party/libwebp/enc/quant.c dst->R += src->R; R 538 third_party/libwebp/enc/quant.c rd->score = (rd->R + rd->H) * lambda + 256 * (rd->D + rd->SD); R 875 third_party/libwebp/enc/quant.c rd16.R = VP8GetCostLuma16(it, &rd16); R 879 third_party/libwebp/enc/quant.c rd16.R += FLATNESS_PENALTY * kNumBlocks; R 960 third_party/libwebp/enc/quant.c rd_tmp.R = VP8GetCostLuma4(it, tmp_levels); R 962 third_party/libwebp/enc/quant.c rd_tmp.R += FLATNESS_PENALTY * kNumBlocks; R 1023 third_party/libwebp/enc/quant.c rd_uv.R = VP8GetCostUV(it, &rd_uv); R 1025 third_party/libwebp/enc/quant.c rd_uv.R += FLATNESS_PENALTY * kNumBlocks; R 263 third_party/libwebp/enc/vp8enci.h score_t H, R, score; // header bits, rate, score. R 62267 third_party/sqlite/amalgamation/sqlite3.c # define REGISTER_TRACE(R,M) if(p->trace)registerTrace(p->trace,R,M) R 62269 third_party/sqlite/amalgamation/sqlite3.c # define REGISTER_TRACE(R,M) R 62669 third_party/sqlite/amalgamation/sqlite3.c i64 R; /* Rowid stored in register P3 */ R 65925 third_party/sqlite/amalgamation/sqlite3.c i64 R; /* Rowid stored in register P3 */ R 65965 third_party/sqlite/amalgamation/sqlite3.c u.bc.R = pIn3->u.i; R 65971 third_party/sqlite/amalgamation/sqlite3.c if( (u.bc.r.flags & UNPACKED_PREFIX_SEARCH) || u.bc.r.rowid==u.bc.R ){ R 294 third_party/sqlite/src/src/parse.y ccons ::= NOT NULL onconf(R). {sqlite3AddNotNull(pParse, R);} R 295 third_party/sqlite/src/src/parse.y ccons ::= PRIMARY KEY sortorder(Z) onconf(R) autoinc(I). R 296 third_party/sqlite/src/src/parse.y {sqlite3AddPrimaryKey(pParse,0,R,I,Z);} R 297 third_party/sqlite/src/src/parse.y ccons ::= UNIQUE onconf(R). {sqlite3CreateIndex(pParse,0,0,0,0,R,0,0,0,0);} R 299 third_party/sqlite/src/src/parse.y ccons ::= REFERENCES nm(T) idxlist_opt(TA) refargs(R). R 300 third_party/sqlite/src/src/parse.y {sqlite3CreateForeignKey(pParse,0,&T,TA,R);} R 345 third_party/sqlite/src/src/parse.y tcons ::= PRIMARY KEY LP idxlist(X) autoinc(I) RP onconf(R). R 346 third_party/sqlite/src/src/parse.y {sqlite3AddPrimaryKey(pParse,X,R,I,0);} R 347 third_party/sqlite/src/src/parse.y tcons ::= UNIQUE LP idxlist(X) RP onconf(R). R 348 third_party/sqlite/src/src/parse.y {sqlite3CreateIndex(pParse,0,0,0,X,R,0,0,0,0);} R 352 third_party/sqlite/src/src/parse.y REFERENCES nm(T) idxlist_opt(TA) refargs(R) defer_subclause_opt(D). { R 353 third_party/sqlite/src/src/parse.y sqlite3CreateForeignKey(pParse, FA, &T, TA, R); R 652 third_party/sqlite/src/src/parse.y cmd ::= UPDATE orconf(R) fullname(X) indexed_opt(I) SET setlist(Y) where_opt(W) orderby_opt(O) limit_opt(L). { R 656 third_party/sqlite/src/src/parse.y sqlite3Update(pParse,X,Y,W,R); R 660 third_party/sqlite/src/src/parse.y cmd ::= UPDATE orconf(R) fullname(X) indexed_opt(I) SET setlist(Y) where_opt(W). { R 663 third_party/sqlite/src/src/parse.y sqlite3Update(pParse,X,Y,W,R); R 681 third_party/sqlite/src/src/parse.y cmd ::= insert_cmd(R) INTO fullname(X) inscollist_opt(F) R 683 third_party/sqlite/src/src/parse.y {sqlite3Insert(pParse, X, Y, 0, F, R);} R 684 third_party/sqlite/src/src/parse.y cmd ::= insert_cmd(R) INTO fullname(X) inscollist_opt(F) select(S). R 685 third_party/sqlite/src/src/parse.y {sqlite3Insert(pParse, X, 0, S, F, R);} R 686 third_party/sqlite/src/src/parse.y cmd ::= insert_cmd(R) INTO fullname(X) inscollist_opt(F) DEFAULT VALUES. R 687 third_party/sqlite/src/src/parse.y {sqlite3Insert(pParse, X, 0, 0, F, R);} R 690 third_party/sqlite/src/src/parse.y insert_cmd(A) ::= INSERT orconf(R). {A = R;} R 1258 third_party/sqlite/src/src/parse.y UPDATE orconf(R) trnm(X) tridxby SET setlist(Y) where_opt(Z). R 1259 third_party/sqlite/src/src/parse.y { A = sqlite3TriggerUpdateStep(pParse->db, &X, Y, Z, R); } R 1263 third_party/sqlite/src/src/parse.y insert_cmd(R) INTO trnm(X) inscollist_opt(F) VALUES LP itemlist(Y) RP. R 1264 third_party/sqlite/src/src/parse.y {A = sqlite3TriggerInsertStep(pParse->db, &X, F, Y, 0, R);} R 1266 third_party/sqlite/src/src/parse.y trigger_cmd(A) ::= insert_cmd(R) INTO trnm(X) inscollist_opt(F) select(S). R 1267 third_party/sqlite/src/src/parse.y {A = sqlite3TriggerInsertStep(pParse->db, &X, F, 0, S, R);} R 451 third_party/sqlite/src/src/vdbe.c # define REGISTER_TRACE(R,M) if(p->trace)registerTrace(p->trace,R,M) R 453 third_party/sqlite/src/src/vdbe.c # define REGISTER_TRACE(R,M) R 3556 third_party/sqlite/src/src/vdbe.c i64 R; /* Rowid stored in register P3 */ R 3595 third_party/sqlite/src/src/vdbe.c R = pIn3->u.i; R 3601 third_party/sqlite/src/src/vdbe.c if( (r.flags & UNPACKED_PREFIX_SEARCH) || r.rowid==R ){ R 45 tools/android/memconsumer/java/src/org/chromium/memconsumer/ResidentService.java setSmallIcon(R.drawable.notification_icon). R 66 ui/android/java/src/org/chromium/ui/ColorPickerAdvanced.java mHueDetails = createAndAddNewGradient(R.string.color_picker_hue, R 68 ui/android/java/src/org/chromium/ui/ColorPickerAdvanced.java mSaturationDetails = createAndAddNewGradient(R.string.color_picker_saturation, R 70 ui/android/java/src/org/chromium/ui/ColorPickerAdvanced.java mValueDetails = createAndAddNewGradient(R.string.color_picker_value, R 90 ui/android/java/src/org/chromium/ui/ColorPickerAdvanced.java View newComponent = inflater.inflate(R.layout.color_picker_advanced_component, null); R 48 ui/android/java/src/org/chromium/ui/ColorPickerAdvancedComponent.java mGradientView = rootView.findViewById(R.id.gradient); R 49 ui/android/java/src/org/chromium/ui/ColorPickerAdvancedComponent.java mText = (TextView) rootView.findViewById(R.id.text); R 52 ui/android/java/src/org/chromium/ui/ColorPickerAdvancedComponent.java mSeekBar = (SeekBar) rootView.findViewById(R.id.seek_bar); R 59 ui/android/java/src/org/chromium/ui/ColorPickerAdvancedComponent.java .getDrawable(R.drawable.color_picker_advanced_select_handle) R 55 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java View title = inflater.inflate(R.layout.color_picker_dialog_title, null); R 58 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java mCurrentColorView = title.findViewById(R.id.selected_color_view); R 60 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java TextView titleText = (TextView) title.findViewById(R.id.title); R 61 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java titleText.setText(R.string.color_picker_dialog_title); R 64 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java String positiveButtonText = context.getString(R.string.color_picker_button_set); R 80 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java String negativeButtonText = context.getString(R.string.color_picker_button_cancel); R 97 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java View content = inflater.inflate(R.layout.color_picker_dialog_content, null); R 101 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java mMoreButton = (Button) content.findViewById(R.id.more_colors_button); R 111 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java (ColorPickerAdvanced) content.findViewById(R.id.color_picker_advanced); R 115 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java mSimpleColorPicker = (ColorPickerSimple) content.findViewById(R.id.color_picker_simple); R 139 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java View buttonBorder = findViewById(R.id.more_colors_button_border); R 142 ui/android/java/src/org/chromium/ui/ColorPickerDialog.java View simpleView = findViewById(R.id.color_picker_simple); R 34 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java R.string.color_picker_button_red, R 35 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java R.string.color_picker_button_cyan, R 36 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java R.string.color_picker_button_blue, R 37 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java R.string.color_picker_button_green, R 38 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java R.string.color_picker_button_magenta, R 39 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java R.string.color_picker_button_yellow, R 40 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java R.string.color_picker_button_black, R 41 ui/android/java/src/org/chromium/ui/ColorPickerSimple.java R.string.color_picker_button_white R 73 ui/android/java/src/org/chromium/ui/ColorSuggestionListAdapter.java (GradientDrawable) layers.findDrawableByLayerId(R.id.color_button_swatch); R 108 ui/android/java/src/org/chromium/ui/ColorSuggestionListAdapter.java mContext.getResources().getDimensionPixelOffset(R.dimen.color_button_height); R 118 ui/android/java/src/org/chromium/ui/ColorSuggestionListAdapter.java button.setBackgroundResource(R.drawable.color_button_background); R 18 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java import org.chromium.ui.R; R 33 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java super(context, R.layout.autofill_text, objects); R 44 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java layout = inflater.inflate(R.layout.autofill_text, null); R 47 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java TextView labelView = (TextView) layout.findViewById(R.id.autofill_label); R 51 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java int height = mContext.getResources().getDimensionPixelSize(R.dimen.autofill_text_height); R 56 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java R.dimen.autofill_text_divider_height); R 61 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java R.color.autofill_dark_divider_color)); R 64 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java R.color.autofill_divider_color)); R 69 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java TextView sublabelView = (TextView) layout.findViewById(R.id.autofill_sublabel); R 18 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java import org.chromium.ui.R; R 83 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java super(context, null, 0, R.style.AutofillPopupWindow); R 91 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java mAnchorView.setId(R.id.autofill_popup_window); R 188 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java View layout = inflater.inflate(R.layout.autofill_text, null); R 189 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java TextView labelView = (TextView) layout.findViewById(R.id.autofill_label); R 191 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java TextView sublabelView = (TextView) layout.findViewById(R.id.autofill_sublabel); R 119 ui/android/java/src/org/chromium/ui/base/ActivityWindowAndroid.java View rootView = activity.findViewById(android.R.id.content).getRootView(); R 15 ui/android/java/src/org/chromium/ui/base/Clipboard.java import org.chromium.ui.R; R 161 ui/android/java/src/org/chromium/ui/base/Clipboard.java String text = mContext.getString(R.string.copy_to_clipboard_failure_message); R 18 ui/android/java/src/org/chromium/ui/base/SelectFileDialog.java import org.chromium.ui.R; R 72 ui/android/java/src/org/chromium/ui/base/SelectFileDialog.java if (window.showIntent(camera, this, R.string.low_memory_error)) return; R 74 ui/android/java/src/org/chromium/ui/base/SelectFileDialog.java if (window.showIntent(camcorder, this, R.string.low_memory_error)) return; R 76 ui/android/java/src/org/chromium/ui/base/SelectFileDialog.java if (window.showIntent(soundRecorder, this, R.string.low_memory_error)) return; R 111 ui/android/java/src/org/chromium/ui/base/SelectFileDialog.java if (!window.showIntent(chooser, this, R.string.low_memory_error)) { R 201 ui/android/java/src/org/chromium/ui/base/SelectFileDialog.java window.showError(R.string.opening_file_error); R 15 ui/android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java import org.chromium.ui.R; R 106 ui/android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java if (id == 0) id = R.dimen.config_min_scaling_span; R 116 ui/android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java if (id == 0) id = R.dimen.config_min_scaling_touch_major; R 1450 url/url_canon_unittest.cc SetupReplComp(&R::SetScheme, &R::ClearRef, &r, cur.scheme); R 1451 url/url_canon_unittest.cc SetupReplComp(&R::SetUsername, &R::ClearUsername, &r, cur.username); R 1452 url/url_canon_unittest.cc SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); R 1453 url/url_canon_unittest.cc SetupReplComp(&R::SetHost, &R::ClearHost, &r, cur.host); R 1454 url/url_canon_unittest.cc SetupReplComp(&R::SetPort, &R::ClearPort, &r, cur.port); R 1455 url/url_canon_unittest.cc SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); R 1456 url/url_canon_unittest.cc SetupReplComp(&R::SetQuery, &R::ClearQuery, &r, cur.query); R 1457 url/url_canon_unittest.cc SetupReplComp(&R::SetRef, &R::ClearRef, &r, cur.ref); R 1525 url/url_canon_unittest.cc SetupReplComp(&R::SetScheme, &R::ClearRef, &r, cur.scheme); R 1526 url/url_canon_unittest.cc SetupReplComp(&R::SetUsername, &R::ClearUsername, &r, cur.username); R 1527 url/url_canon_unittest.cc SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); R 1528 url/url_canon_unittest.cc SetupReplComp(&R::SetHost, &R::ClearHost, &r, cur.host); R 1529 url/url_canon_unittest.cc SetupReplComp(&R::SetPort, &R::ClearPort, &r, cur.port); R 1530 url/url_canon_unittest.cc SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); R 1531 url/url_canon_unittest.cc SetupReplComp(&R::SetQuery, &R::ClearQuery, &r, cur.query); R 1532 url/url_canon_unittest.cc SetupReplComp(&R::SetRef, &R::ClearRef, &r, cur.ref); R 1576 url/url_canon_unittest.cc SetupReplComp(&R::SetScheme, &R::ClearRef, &r, cur.scheme); R 1577 url/url_canon_unittest.cc SetupReplComp(&R::SetUsername, &R::ClearUsername, &r, cur.username); R 1578 url/url_canon_unittest.cc SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); R 1579 url/url_canon_unittest.cc SetupReplComp(&R::SetHost, &R::ClearHost, &r, cur.host); R 1580 url/url_canon_unittest.cc SetupReplComp(&R::SetPort, &R::ClearPort, &r, cur.port); R 1581 url/url_canon_unittest.cc SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); R 1582 url/url_canon_unittest.cc SetupReplComp(&R::SetQuery, &R::ClearQuery, &r, cur.query); R 1583 url/url_canon_unittest.cc SetupReplComp(&R::SetRef, &R::ClearRef, &r, cur.ref); R 1616 url/url_canon_unittest.cc SetupReplComp(&R::SetScheme, &R::ClearRef, &r, cur.scheme); R 1617 url/url_canon_unittest.cc SetupReplComp(&R::SetUsername, &R::ClearUsername, &r, cur.username); R 1618 url/url_canon_unittest.cc SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); R 1619 url/url_canon_unittest.cc SetupReplComp(&R::SetHost, &R::ClearHost, &r, cur.host); R 1620 url/url_canon_unittest.cc SetupReplComp(&R::SetPort, &R::ClearPort, &r, cur.port); R 1621 url/url_canon_unittest.cc SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); R 1622 url/url_canon_unittest.cc SetupReplComp(&R::SetQuery, &R::ClearQuery, &r, cur.query); R 1623 url/url_canon_unittest.cc SetupReplComp(&R::SetRef, &R::ClearRef, &r, cur.ref); R 1668 url/url_canon_unittest.cc SetupReplComp(&R::SetScheme, &R::ClearRef, &r, cur.scheme); R 1669 url/url_canon_unittest.cc SetupReplComp(&R::SetUsername, &R::ClearUsername, &r, cur.username); R 1670 url/url_canon_unittest.cc SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password); R 1671 url/url_canon_unittest.cc SetupReplComp(&R::SetHost, &R::ClearHost, &r, cur.host); R 1672 url/url_canon_unittest.cc SetupReplComp(&R::SetPort, &R::ClearPort, &r, cur.port); R 1673 url/url_canon_unittest.cc SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); R 1674 url/url_canon_unittest.cc SetupReplComp(&R::SetQuery, &R::ClearQuery, &r, cur.query); R 1675 url/url_canon_unittest.cc SetupReplComp(&R::SetRef, &R::ClearRef, &r, cur.ref);