Searched refs:StanzaHandlerVector (Results 1 – 2 of 2) sorted by relevance
252 typedef std::vector<XmppStanzaHandler*> StanzaHandlerVector; typedef253 rtc::scoped_ptr<StanzaHandlerVector> stanza_handlers_[HL_COUNT];
52 stanza_handlers_[i].reset(new StanzaHandlerVector()); in XmppEngineImpl()185 StanzaHandlerVector::iterator new_end = in RemoveStanzaHandler()