Searched refs:XMLText (Results 1 - 4 of 4) sorted by relevance

/external/tinyxml2/
H A Dtinyxml2.h97 class XMLText;
350 virtual bool Visit( const XMLText& /*text*/ ) { return true; }
445 virtual XMLText* ToText() { return 0; } ///< Safely cast to Text, or null.
452 virtual const XMLText* ToText() const { return 0; }
620 class XMLText : public XMLNode class in namespace:tinyxml2
627 virtual XMLText* ToText() { return this; }
628 virtual const XMLText* ToText() const { return this; }
641 XMLText( XMLDocument* doc ) : XMLNode( doc ), isCData( false ) {} function in class:tinyxml2::XMLText
642 virtual ~XMLText() {}
643 XMLText( cons
[all...]
H A Dtinyxml2.cpp500 XMLText* text = new (textPool.Alloc()) XMLText( this );
517 returnNode = new (textPool.Alloc()) XMLText( this );
806 // --------- XMLText ---------- //
807 char* XMLText::ParseDeep( char* p, StrPair* )
830 XMLNode* XMLText::ShallowClone( XMLDocument* doc ) const
835 XMLText* text = doc->NewText( Value() ); // fixme: this will always allocate memory. Intern?
841 bool XMLText::ShallowEqual( const XMLNode* compare ) const
847 bool XMLText::Accept( XMLVisitor* visitor ) const
1481 XMLText* XMLDocumen
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags_reporting.cc186 static string XMLText(const string& txt) { function in namespace:google
199 *r += (XMLText(txt));
327 XMLText(Basename(prog_name)).c_str());
329 XMLText(ProgramUsage()).c_str());
/external/open-vcdiff/gflags/src/
H A Dgflags_reporting.cc186 static string XMLText(const string& txt) { function
199 *r += (XMLText(txt));
327 XMLText(Basename(prog_name)).c_str());
329 XMLText(ProgramUsage()).c_str());

Completed in 492 milliseconds