Searched refs:XmppRosterContactImpl (Results 1 – 2 of 2) sorted by relevance
366 return new XmppRosterContactImpl(); in Create()369 XmppRosterContactImpl::XmppRosterContactImpl() { in XmppRosterContactImpl() function in buzz::XmppRosterContactImpl374 XmppRosterContactImpl::SetXmlFromWire(const XmlElement* xml) { in SetXmlFromWire()383 XmppRosterContactImpl::ResetGroupCache() { in ResetGroupCache()390 XmppRosterContactImpl::jid() const { in jid()395 XmppRosterContactImpl::set_jid(const Jid& jid) in set_jid()409 XmppRosterContactImpl::name() const { in name()414 XmppRosterContactImpl::set_name(const std::string& name) { in set_name()427 XmppRosterContactImpl::subscription_state() const { in subscription_state()442 XmppRosterContactImpl::GetGroupCount() const { in GetGroupCount()[all …]
110 class XmppRosterContactImpl : public XmppRosterContact {112 virtual ~XmppRosterContactImpl() {} in ~XmppRosterContactImpl()154 XmppRosterContactImpl();296 typedef std::vector<XmppRosterContactImpl*> ContactVector;