Searched refs:contructor_ (Results 1 – 2 of 2) sorted by relevance
26 contructor_ = std::make_shared<VCardConstructor>(cardType, charset); in VCardEncoder()58 contructor_->SetPhoneNumberEncodedCallback(phoneNumberEncodedCallback_); in ContructVCard()60 return contructor_->ContactVCard(contact); in ContructVCard()
37 std::shared_ptr<VCardConstructor> contructor_ = nullptr; variable