OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TiXmlDeclaration
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp
1379
TiXmlDeclaration
::
TiXmlDeclaration
( const char * _version,
1391
TiXmlDeclaration
::
TiXmlDeclaration
( const std::string& _version,
1403
TiXmlDeclaration
::
TiXmlDeclaration
( const
TiXmlDeclaration
& copy )
1410
TiXmlDeclaration
&
TiXmlDeclaration
::operator=( const
TiXmlDeclaration
& copy
[
all
...]
tinyxml.h
89
class
TiXmlDeclaration
;
144
virtual bool Visit( const
TiXmlDeclaration
& /*declaration*/ ) { return true; }
702
virtual const
TiXmlDeclaration
* ToDeclaration() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
709
virtual
TiXmlDeclaration
* ToDeclaration() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
[
all
...]
tinyxmlparser.cpp
771
TiXmlDeclaration
* dec = node->ToDeclaration();
852
returnNode = new
TiXmlDeclaration
();
[
all
...]
Completed in 902 milliseconds