OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToText
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/ports/
SkXMLParser_tinyxml.cpp
44
else if (node->
ToText
())
/external/tinyxml/
tinyxml.h
640
const TiXmlText*
ToText
() const { return ( this && type == TEXT ) ? (const TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
647
TiXmlText*
ToText
() { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
[
all
...]
xmltest.cpp
267
XmlTest ( "First child exists.", true, ( node != 0 && node->
ToText
() ) );
569
text = latinDoc.FirstChildElement()->FirstChild()->
ToText
();
856
TiXmlText* text = doc.FirstChildElement()->FirstChildElement()->FirstChild()->
ToText
();
/external/srec/tools/grxmlcompile/
grxmldoc.cpp
156
node.
ToText
()->Print( stdout, level);
[
all
...]
Completed in 1556 milliseconds