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

  /external/webrtc/webrtc/libjingle/xmllite/
xmlnsstack.h 41 rtc::scoped_ptr<std::vector<size_t> > pxmlnsDepthStack_;
xmlnsstack.cc 24 pxmlnsDepthStack_(new std::vector<size_t>) {
30 pxmlnsDepthStack_->push_back(pxmlnsStack_->size());
34 size_t prev_size = pxmlnsDepthStack_->back();
35 pxmlnsDepthStack_->pop_back();
175 pxmlnsDepthStack_->clear();

Completed in 183 milliseconds