Lines Matching refs:begin
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),
418 std::begin(formattedNumberToE164));
419 std::copy(std::begin(temp.formattedNumber), std::end(temp.formattedNumber),
420 std::begin(formattedNumber));
421 std::copy(std::begin(temp.numberLocation), std::end(temp.numberLocation),
422 std::begin(numberLocation));
436 std::copy(std::begin(temp.numberMarkInfo.markContent), std::end(temp.numberMarkInfo.markContent),
437 std::begin(numberMarkInfo.markContent));
439 std::copy(std::begin(temp.numberMarkInfo.markSource), std::end(temp.numberMarkInfo.markSource),
440 std::begin(numberMarkInfo.markSource));
442 std::copy(std::begin(temp.numberMarkInfo.markDetails), std::end(temp.numberMarkInfo.markDetails),
443 std::begin(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));
529 (temp.voipCallInfo.userProfile).begin(), (temp.voipCallInfo.userProfile).end());