OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextWithNamespace
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.h
182
XmlElement *
NextWithNamespace
(const std::string & ns);
183
const XmlElement *
NextWithNamespace
(const std::string & ns) const
184
{ return const_cast<XmlElement *>(this)->
NextWithNamespace
(ns); }
xmlelement.cc
286
XmlElement::
NextWithNamespace
(const std::string & ns) {
Completed in 1701 milliseconds