OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TiXmlUnknown
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h
86
class
TiXmlUnknown
;
150
virtual bool Visit( const
TiXmlUnknown
& /*unknown*/ ) { return true; }
700
virtual const
TiXmlUnknown
* ToUnknown() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
707
virtual
TiXmlUnknown
* ToUnknown() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
[
all
...]
tinyxml.cpp
1468
void
TiXmlUnknown
::Print( FILE* cfile, int depth ) const
1476
void
TiXmlUnknown
::CopyTo(
TiXmlUnknown
* target ) const
1482
bool
TiXmlUnknown
::Accept( TiXmlVisitor* visitor ) const
1488
TiXmlNode*
TiXmlUnknown
::Clone() const
1490
TiXmlUnknown
* clone = new
TiXmlUnknown
();
[
all
...]
tinyxmlparser.cpp
875
returnNode = new
TiXmlUnknown
();
890
returnNode = new
TiXmlUnknown
();
1251
void
TiXmlUnknown
::StreamIn( std::istream * in, TIXML_STRING * tag )
1275
const char*
TiXmlUnknown
::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
[
all
...]
Completed in 433 milliseconds