OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmppIqEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl_iq.cc
36
class
XmppIqEntry
{
37
XmppIqEntry
(const std::string & id, const std::string & to,
73
XmppIqEntry
* iq_entry = new
XmppIqEntry
(id,
90
std::vector<
XmppIqEntry
*, std::allocator<
XmppIqEntry
*> >::iterator pos;
94
reinterpret_cast<
XmppIqEntry
*>(cookie));
99
XmppIqEntry
* entry = *pos;
111
XmppIqEntry
* iq_entry_ = (*iq_entries_)[i];
263
for (std::vector<
XmppIqEntry
*>::iterator it = iq_entries_->begin()
[
all
...]
xmppengineimpl.h
40
class
XmppIqEntry
;
188
friend class
XmppIqEntry
;
272
typedef std::vector<
XmppIqEntry
*> IqEntryVector;
Completed in 33 milliseconds