Lines Matching refs:copy
5 * You may obtain a copy of the License at
416 std::copy(std::begin(temp.phoneNumber), std::end(temp.phoneNumber), std::begin(phoneNumber));
417 std::copy(std::begin(temp.formattedNumberToE164), std::end(temp.formattedNumberToE164),
419 std::copy(std::begin(temp.formattedNumber), std::end(temp.formattedNumber),
421 std::copy(std::begin(temp.numberLocation), std::end(temp.numberLocation),
436 std::copy(std::begin(temp.numberMarkInfo.markContent), std::end(temp.numberMarkInfo.markContent),
439 std::copy(std::begin(temp.numberMarkInfo.markSource), std::end(temp.numberMarkInfo.markSource),
442 std::copy(std::begin(temp.numberMarkInfo.markDetails), std::end(temp.numberMarkInfo.markDetails),
515 std::copy(std::begin(temp.phoneNum), std::end(temp.phoneNum), std::begin(phoneNum));
516 std::copy(std::begin(temp.bundleName), std::end(temp.bundleName), std::begin(bundleName));