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

  /external/webrtc/webrtc/libjingle/xmllite/
xmlnsstack.h 33 bool PrefixMatchesNs(const std::string & prefix, const std::string & ns);
xmlnsstack.cc 69 bool XmlnsStack::PrefixMatchesNs(const std::string& prefix,
81 if (isattr ? ns == STR_EMPTY : PrefixMatchesNs(STR_EMPTY, ns))
88 (!isattr || !pos->empty()) && PrefixMatchesNs(*pos, ns))

Completed in 168 milliseconds