OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefixMatchesNs
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.h
50
bool
PrefixMatchesNs
(const std::string & prefix, const std::string & ns);
xmlnsstack.cc
90
XmlnsStack::
PrefixMatchesNs
(const std::string & prefix, const std::string & ns) {
103
if (isattr ? ns == STR_EMPTY :
PrefixMatchesNs
(STR_EMPTY, ns))
110
(!isattr || !pos->empty()) &&
PrefixMatchesNs
(*pos, ns))
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlnsstack.h
50
bool
PrefixMatchesNs
(const std::string & prefix, const std::string & ns);
xmlnsstack.cc
86
bool XmlnsStack::
PrefixMatchesNs
(const std::string& prefix,
98
if (isattr ? ns == STR_EMPTY :
PrefixMatchesNs
(STR_EMPTY, ns))
105
(!isattr || !pos->empty()) &&
PrefixMatchesNs
(*pos, ns))
Completed in 658 milliseconds