HomeSort by relevance Sort by last modified time
    Searched refs:ToDeclaration (Results 1 - 4 of 4) sorted by null

  /external/tinyxml/
tinyxml.h 641 const TiXmlDeclaration* ToDeclaration() const { return ( this && type == DECLARATION ) ? (const TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
648 TiXmlDeclaration* ToDeclaration() { return ( this && type == DECLARATION ) ? (TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
    [all...]
tinyxmlparser.cpp 746 && node->ToDeclaration() )
748 TiXmlDeclaration* dec = node->ToDeclaration();
    [all...]
xmltest.cpp 385 TiXmlDeclaration* declaration = doc.FirstChild()->ToDeclaration();
530 TiXmlDeclaration* dec = docH.Child( 0 ).Node()->ToDeclaration();
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 158 node.ToDeclaration()->Print( stdout, level);
    [all...]

Completed in 244 milliseconds