OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToDocument
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h
697
virtual const TiXmlDocument*
ToDocument
() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
704
virtual TiXmlDocument*
ToDocument
() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
[
all
...]
/external/sfntly/cpp/src/test/tinyxml/
tinyxml.h
697
virtual const TiXmlDocument*
ToDocument
() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
704
virtual TiXmlDocument*
ToDocument
() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
[
all
...]
/external/tinyxml2/
tinyxml2.h
447
virtual XMLDocument*
ToDocument
() { return 0; } ///< Safely cast to a Document, or null.
454
virtual const XMLDocument*
ToDocument
() const { return 0; }
[
all
...]
/external/tinyxml/
tinyxml.h
636
const TiXmlDocument*
ToDocument
() const { return ( this && type == DOCUMENT ) ? (const TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
643
TiXmlDocument*
ToDocument
() { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
[
all
...]
/external/srec/tools/grxmlcompile/
grxmldoc.cpp
154
node.
ToDocument
()->Print( stdout, level);
[
all
...]
Completed in 151 milliseconds