Home
last modified time | relevance | path

Searched refs:first_name_ (Results 1 – 18 of 18) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContact.cpp22 , first_name_(std::move(first_name)) in Contact()
44 return first_name_; in get_first_name()
52 …return make_tl_object<td_api::contact>(phone_number_, first_name_, last_name_, vcard_, user_id_.ge… in get_contact_object()
56 …return make_tl_object<telegram_api::inputMediaContact>(phone_number_, first_name_, last_name_, vca… in get_input_media_contact()
61 … phone_number_, first_name_, last_name_, static_cast<int32>(0))}; in get_secret_input_media_contact()
65 …return make_tl_object<telegram_api::inputPhoneContact>(client_id, phone_number_, first_name_, last… in get_input_phone_contact()
79 return std::tie(lhs.phone_number_, lhs.first_name_, lhs.last_name_, lhs.vcard_, lhs.user_id_) == in operator ==()
80 std::tie(rhs.phone_number_, rhs.first_name_, rhs.last_name_, rhs.vcard_, rhs.user_id_); in operator ==()
89 … << ", first_name = " << contact.first_name_ << ", last_name = " << contact.last_name_ in operator <<()
101 if (!clean_input_string(contact->first_name_)) { in get_contact()
[all …]
H A DContact.h27 string first_name_; variable
69 bool has_first_name = !first_name_.empty(); in store()
81 store(first_name_, storer); in store()
111 parse(first_name_, parser); in parse()
132 return std::tie(lhs.phone_number_, lhs.first_name_, lhs.last_name_) == in operator()
133 std::tie(rhs.phone_number_, rhs.first_name_, rhs.last_name_); in operator()
140 std::hash<std::string>()(contact.first_name_)) * in operator()
H A DInlineQueriesManager.cpp481 string first_name = trim(contact->contact_->first_name_); in answer_inline_query()
1084 …return make_tl_object<td_api::contact>(obj.phone_number_, obj.first_name_, obj.last_name_, obj.vca… in copy()
1488 Contact c(inline_message_contact->phone_number_, inline_message_contact->first_name_, in on_get_inline_query_results()
H A DSecureValue.cpp760 TRY_STATUS(check_name(personal_details->first_name_)); in get_personal_details()
775 o("first_name", personal_details->first_name_); in get_personal_details()
H A DMessageContent.cpp1564 Contact(std::move(inline_message->phone_number_), std::move(inline_message->first_name_), in create_inline_message_content()
4024 if (!clean_input_string(message_contact->first_name_)) { in get_secret_message_content()
4025 message_contact->first_name_.clear(); in get_secret_message_content()
4031 std::move(message_contact->first_name_), in get_secret_message_content()
4209 … Contact(std::move(message_contact->phone_number_), std::move(message_contact->first_name_), in get_message_content()
H A DTd.cpp4474 CLEAN_INPUT_STRING(request.first_name_); in on_request()
4476 send_closure(auth_manager_actor_, &AuthManager::register_user, id, std::move(request.first_name_), in on_request()
6755 CLEAN_INPUT_STRING(request.first_name_); in on_request()
6758 contacts_manager_->set_name(request.first_name_, request.last_name_, std::move(promise)); in on_request()
H A DUpdatesManager.cpp2889 …_->contacts_manager_->on_update_user_name(UserId(update->user_id_), std::move(update->first_name_), in on_update()
H A DContactsManager.cpp531 string first_name_; member in td::UpdateProfileQuery
541 first_name_ = first_name; in send()
556 td_->contacts_manager_->on_update_profile_success(flags_, first_name_, last_name_, about_); in on_result()
8309 on_update_user_name(u, user_id, std::move(user->first_name_), std::move(user->last_name_), in on_get_user()
H A Dcli.cpp248 new_user.first_name = user.first_name_; in register_user()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/form_parsing/
H A Dname_field.cc60 AutofillField* first_name_{nullptr}; member in autofill::__anonc968fda20111::FirstTwoLastNamesField
92 AutofillField* first_name_{nullptr}; member in autofill::__anonc968fda20111::FirstLastNameField
216 if (!v->first_name_ && in ParseComponentNames()
218 &v->first_name_, {log_manager, "kFirstNameRe"})) { in ParseComponentNames()
246 if (v->first_name_ && v->first_last_name_ && v->second_last_name_) in ParseComponentNames()
257 AddClassification(first_name_, NAME_FIRST, kBaseNameParserScore, in AddClassifications()
282 &v->first_name_, {log_manager, "kNameSpecificRe"}) && in ParseSpecificName()
357 if (!v->first_name_ && in ParseComponentNames()
359 &v->first_name_, {log_manager, "kFirstNameRe"})) { in ParseComponentNames()
392 if (v->first_name_ && v->last_name_) in ParseComponentNames()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/form_parsing/
H A Dname_field.cc55 AutofillField* first_name_; member in autofill::__anon0d09e69d0111::FirstLastNameField
121 if (ParseField(scanner, UTF8ToUTF16(kNameSpecificRe), &v->first_name_, in ParseSpecificName()
166 if (!v->first_name_ && in ParseComponentNames()
167 ParseField(scanner, UTF8ToUTF16(kFirstNameRe), &v->first_name_, in ParseComponentNames()
201 if (v->first_name_ && v->last_name_) in ParseComponentNames()
220 : first_name_(nullptr), in FirstLastNameField()
227 AddClassification(first_name_, NAME_FIRST, kBaseNameParserScore, in AddClassifications()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/internet/digitally/
H A Ddigitallyimportedclient.h50 QString first_name_; member
H A Ddigitallyimportedclient.cpp105 ret.first_name_ = json_root_object["first_name"].toString(); in ParseAuthReply()
H A Ddigitallyimportedsettingspage.cpp68 QString name = QString("%1 %2").arg(result.first_name_, result.last_name_); in LoginFinished()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/input_method/
H A Dpersonal_info_suggester_unittest.cc181 const base::string16 first_name_ = base::UTF8ToUTF16("John"); member in chromeos::PersonalInfoSuggesterTest
273 first_name_); in TEST_F()
279 suggestion_handler_->VerifySuggestion(first_name_, 0); in TEST_F()
303 first_name_); in TEST_F()
327 first_name_); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/data_model/
H A Dautofill_structured_address_component_unittest.cc90 {&first_name_, &middle_name_, &last_name_}, in TestCompoundNameAddressComponent()
94 return &first_name_; in GetFirstNameSubComponentForTesting()
98 TestAtomicFirstNameAddressComponent first_name_{this}; member in autofill::structured_address::TestCompoundNameAddressComponent
112 {&first_name_, &middle_name_, &last_name_}, in TestCompoundNameMethodParsedAddressComponent()
117 first_name_.SetValue(GetValue(), VerificationStatus::kParsed); in ParseValueAndAssignSubcomponentsByMethod()
122 TestAtomicFirstNameAddressComponent first_name_{this}; member in autofill::structured_address::TestCompoundNameMethodParsedAddressComponent
140 {&first_name_, &middle_name_, &last_name_}, in TestCompoundNameRegExParsedAddressComponent()
153 TestAtomicFirstNameAddressComponent first_name_{this}; member in autofill::structured_address::TestCompoundNameRegExParsedAddressComponent
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/example/cpp/
H A Dtd_example.cpp182 return it->second->first_name_ + " " + it->second->last_name_; in get_user_name()
/dports/cad/stepcode/stepcode-0.8/example/ap203min/
H A Dap203min.cpp611 person->first_name_( "'John'" ); in main()