Home
last modified time | relevance | path

Searched refs:contacts_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Drostermoduleimpl.cc574 contacts_(new ContactVector()) { in XmppRosterModuleImpl()
699 return contacts_->size(); in GetRosterContactCount()
704 if (index >= contacts_->size()) in GetRosterContact()
706 return (*contacts_)[index]; in GetRosterContact()
726 pos = std::find_if(contacts_->begin(), in FindRosterContact()
727 contacts_->end(), in FindRosterContact()
729 if (pos == contacts_->end()) in FindRosterContact()
897 for (pos = contacts_->begin(); in DeleteContacts()
898 pos < contacts_->end(); in DeleteContacts()
904 contacts_->clear(); in DeleteContacts()
[all …]
Drostermoduleimpl.h280 rtc::scoped_ptr<ContactVector> contacts_; variable