OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XmppIqEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium/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
...]
/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
...]
Completed in 244 milliseconds