Home | History | Annotate | Download | only in internal

Lines Matching refs:CopyFrom

196   tuple& operator=(const tuple& t) { return CopyFrom(t); }
200 return CopyFrom(t);
206 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
231 tuple& operator=(const tuple& t) { return CopyFrom(t); }
235 return CopyFrom(t);
247 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
272 tuple& operator=(const tuple& t) { return CopyFrom(t); }
276 return CopyFrom(t);
282 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
311 tuple& operator=(const tuple& t) { return CopyFrom(t); }
315 return CopyFrom(t);
321 tuple& CopyFrom(const GTEST_4_TUPLE_(U)& t) {
353 tuple& operator=(const tuple& t) { return CopyFrom(t); }
357 return CopyFrom(t);
363 tuple& CopyFrom(const GTEST_5_TUPLE_(U)& t) {
398 tuple& operator=(const tuple& t) { return CopyFrom(t); }
402 return CopyFrom(t);
408 tuple& CopyFrom(const GTEST_6_TUPLE_(U)& t) {
445 tuple& operator=(const tuple& t) { return CopyFrom(t); }
449 return CopyFrom(t);
455 tuple& CopyFrom(const GTEST_7_TUPLE_(U)& t) {
495 tuple& operator=(const tuple& t) { return CopyFrom(t); }
499 return CopyFrom(t);
505 tuple& CopyFrom(const GTEST_8_TUPLE_(U)& t) {
547 tuple& operator=(const tuple& t) { return CopyFrom(t); }
551 return CopyFrom(t);
557 tuple& CopyFrom(const GTEST_9_TUPLE_(U)& t) {
603 tuple& operator=(const tuple& t) { return CopyFrom(t); }
607 return CopyFrom(t);
613 tuple& CopyFrom(const GTEST_10_TUPLE_(U)& t) {