HomeSort by relevance Sort by last modified time
    Searched refs:XmppIqEntry (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl_iq.cc 19 class XmppIqEntry {
20 XmppIqEntry(const std::string & id, const std::string & to,
56 XmppIqEntry * iq_entry = new XmppIqEntry(id,
73 std::vector<XmppIqEntry*, std::allocator<XmppIqEntry*> >::iterator pos;
77 reinterpret_cast<XmppIqEntry*>(cookie));
82 XmppIqEntry* entry = *pos;
94 XmppIqEntry * iq_entry_ = (*iq_entries_)[i];
246 for (std::vector<XmppIqEntry *>::iterator it = iq_entries_->begin()
    [all...]
xmppengineimpl.h 23 class XmppIqEntry;
171 friend class XmppIqEntry;
255 typedef std::vector<XmppIqEntry*> IqEntryVector;

Completed in 59 milliseconds