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

  /external/tinyxml2/
tinyxml2.h 97 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
627 virtual XMLText* ToText() { return this; }
628 virtual const XMLText* ToText() const { return this; }
641 XMLText( XMLDocument* doc ) : XMLNode( doc ), isCData( false ) {}
642 virtual ~XMLText() {}
643 XMLText( const XMLText& ); // not supported
    [all...]
tinyxml2.cpp 500 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
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 186 static string XMLText(const string& txt) {
199 *r += (XMLText(txt));
327 XMLText(Basename(prog_name)).c_str());
329 XMLText(ProgramUsage()).c_str());
  /external/open-vcdiff/gflags/src/
gflags_reporting.cc 186 static string XMLText(const string& txt) {
199 *r += (XMLText(txt));
327 XMLText(Basename(prog_name)).c_str());
329 XMLText(ProgramUsage()).c_str());

Completed in 196 milliseconds