Searched refs:XmppRosterContactImpl (Results 1 – 2 of 2) sorted by relevance
349 return new XmppRosterContactImpl(); in Create()352 XmppRosterContactImpl::XmppRosterContactImpl() { in XmppRosterContactImpl() function in buzz::XmppRosterContactImpl357 XmppRosterContactImpl::SetXmlFromWire(const XmlElement* xml) { in SetXmlFromWire()366 XmppRosterContactImpl::ResetGroupCache() { in ResetGroupCache()373 XmppRosterContactImpl::jid() const { in jid()378 XmppRosterContactImpl::set_jid(const Jid& jid) in set_jid()392 XmppRosterContactImpl::name() const { in name()397 XmppRosterContactImpl::set_name(const std::string& name) { in set_name()410 XmppRosterContactImpl::subscription_state() const { in subscription_state()425 XmppRosterContactImpl::GetGroupCount() const { in GetGroupCount()[all …]
93 class XmppRosterContactImpl : public XmppRosterContact {95 virtual ~XmppRosterContactImpl() {} in ~XmppRosterContactImpl()137 XmppRosterContactImpl();279 typedef std::vector<XmppRosterContactImpl*> ContactVector;