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

  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 885 return visitor->VisitExit( *this );
1166 return visitor->VisitExit( *this );
    [all...]
tinyxml.h 113 you will get called with a VisitEnter/VisitExit pair. Nodes that are always leaves
136 virtual bool VisitExit( const TiXmlDocument& /*doc*/ ) { return true; }
141 virtual bool VisitExit( const TiXmlElement& /*element*/ ) { return true; }
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 885 return visitor->VisitExit( *this );
1166 return visitor->VisitExit( *this );
    [all...]
tinyxml.h 113 you will get called with a VisitEnter/VisitExit pair. Nodes that are always leaves
136 virtual bool VisitExit( const TiXmlDocument& /*doc*/ ) { return true; }
141 virtual bool VisitExit( const TiXmlElement& /*element*/ ) { return true; }
    [all...]
  /external/tinyxml2/
tinyxml2.h 317 you will get called with a VisitEnter/VisitExit pair. Nodes that are always leafs
340 virtual bool VisitExit( const XMLDocument& /*doc*/ ) { return true; }
345 virtual bool VisitExit( const XMLElement& /*element*/ ) { return true; }
    [all...]
tinyxml2.cpp 537 return visitor->VisitExit( *this );
    [all...]

Completed in 55 milliseconds