Lines Matching refs:CopyFrom
195 tuple& operator=(const tuple& t) { return CopyFrom(t); }
199 return CopyFrom(t);
205 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
230 tuple& operator=(const tuple& t) { return CopyFrom(t); }
234 return CopyFrom(t);
246 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
271 tuple& operator=(const tuple& t) { return CopyFrom(t); }
275 return CopyFrom(t);
281 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
310 tuple& operator=(const tuple& t) { return CopyFrom(t); }
314 return CopyFrom(t);
320 tuple& CopyFrom(const GTEST_4_TUPLE_(U)& t) {
352 tuple& operator=(const tuple& t) { return CopyFrom(t); }
356 return CopyFrom(t);
362 tuple& CopyFrom(const GTEST_5_TUPLE_(U)& t) {
397 tuple& operator=(const tuple& t) { return CopyFrom(t); }
401 return CopyFrom(t);
407 tuple& CopyFrom(const GTEST_6_TUPLE_(U)& t) {
444 tuple& operator=(const tuple& t) { return CopyFrom(t); }
448 return CopyFrom(t);
454 tuple& CopyFrom(const GTEST_7_TUPLE_(U)& t) {
494 tuple& operator=(const tuple& t) { return CopyFrom(t); }
498 return CopyFrom(t);
504 tuple& CopyFrom(const GTEST_8_TUPLE_(U)& t) {
546 tuple& operator=(const tuple& t) { return CopyFrom(t); }
550 return CopyFrom(t);
556 tuple& CopyFrom(const GTEST_9_TUPLE_(U)& t) {
601 tuple& operator=(const tuple& t) { return CopyFrom(t); }
605 return CopyFrom(t);
611 tuple& CopyFrom(const GTEST_10_TUPLE_(U)& t) {