Home | History | Annotate | Download | only in internal

Lines Matching full:copyfrom

218   tuple& operator=(const tuple& t) { return CopyFrom(t); }
222 return CopyFrom(t);
228 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
253 tuple& operator=(const tuple& t) { return CopyFrom(t); }
257 return CopyFrom(t);
269 tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) {
294 tuple& operator=(const tuple& t) { return CopyFrom(t); }
298 return CopyFrom(t);
304 tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) {
333 tuple& operator=(const tuple& t) { return CopyFrom(t); }
337 return CopyFrom(t);
343 tuple& CopyFrom(const GTEST_4_TUPLE_(U)& t) {
375 tuple& operator=(const tuple& t) { return CopyFrom(t); }
379 return CopyFrom(t);
385 tuple& CopyFrom(const GTEST_5_TUPLE_(U)& t) {
420 tuple& operator=(const tuple& t) { return CopyFrom(t); }
424 return CopyFrom(t);
430 tuple& CopyFrom(const GTEST_6_TUPLE_(U)& t) {
467 tuple& operator=(const tuple& t) { return CopyFrom(t); }
471 return CopyFrom(t);
477 tuple& CopyFrom(const GTEST_7_TUPLE_(U)& t) {
517 tuple& operator=(const tuple& t) { return CopyFrom(t); }
521 return CopyFrom(t);
527 tuple& CopyFrom(const GTEST_8_TUPLE_(U)& t) {
569 tuple& operator=(const tuple& t) { return CopyFrom(t); }
573 return CopyFrom(t);
579 tuple& CopyFrom(const GTEST_9_TUPLE_(U)& t) {
625 tuple& operator=(const tuple& t) { return CopyFrom(t); }
629 return CopyFrom(t);
635 tuple& CopyFrom(const GTEST_10_TUPLE_(U)& t) {