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

  /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());
  /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...]

Completed in 2058 milliseconds