OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TiXmlText
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h
88
class
TiXmlText
;
146
virtual bool Visit( const
TiXmlText
& /*text*/ ) { return true; }
701
virtual const
TiXmlText
* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
708
virtual
TiXmlText
* ToText() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
[
all
...]
tinyxml.cpp
904
const
TiXmlText
* childText = child->ToText();
1332
void
TiXmlText
::Print( FILE* cfile, int depth ) const
1353
void
TiXmlText
::CopyTo(
TiXmlText
* target ) const
1360
bool
TiXmlText
::Accept( TiXmlVisitor* visitor ) const
1366
TiXmlNode*
TiXmlText
::Clone() const
1368
TiXmlText
* clone = 0;
1369
clone = new
TiXmlText
( "" );
[
all
...]
tinyxmlparser.cpp
866
TiXmlText
* text = new
TiXmlText
( "" );
949
TiXmlText
text( "" );
1192
TiXmlText
* textNode = new
TiXmlText
( "" );
1219
// a
TiXmlText
in the "CDATA" style.
[
all
...]
Completed in 68 milliseconds