OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NextNamed
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.h
190
XmlElement *
NextNamed
(const QName & name);
191
const XmlElement *
NextNamed
(const QName & name) const
192
{ return const_cast<XmlElement *>(this)->
NextNamed
(name); }
xmlelement.cc
306
XmlElement::
NextNamed
(const QName & name) {
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.h
197
XmlElement*
NextNamed
(const StaticQName& name);
198
const XmlElement*
NextNamed
(const StaticQName& name) const {
199
return const_cast<XmlElement *>(this)->
NextNamed
(name);
202
XmlElement*
NextNamed
(const QName& name);
203
const XmlElement*
NextNamed
(const QName& name) const {
204
return const_cast<XmlElement *>(this)->
NextNamed
(name);
xmlelement.cc
310
XmlElement::
NextNamed
(const QName& name) {
320
XmlElement::
NextNamed
(const StaticQName& name) {
Completed in 25 milliseconds