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

  /external/webrtc/webrtc/libjingle/xmllite/
xmlnsstack.cc 23 pxmlnsStack_(new std::vector<std::string>),
30 pxmlnsDepthStack_->push_back(pxmlnsStack_->size());
36 if (prev_size < pxmlnsStack_->size()) {
37 pxmlnsStack_->erase(pxmlnsStack_->begin() + prev_size,
38 pxmlnsStack_->end());
57 for (pos = pxmlnsStack_->end(); pos > pxmlnsStack_->begin(); ) {
85 for (pos = pxmlnsStack_->end(); pos > pxmlnsStack_->begin(); )
    [all...]
xmlnsstack.h 40 rtc::scoped_ptr<std::vector<std::string> > pxmlnsStack_;

Completed in 55 milliseconds