OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VisitEnter
(Results
1 - 3
of
3
) sorted by null
/external/sfntly/cpp/src/test/tinyxml/
tinyxml.h
113
you will get called with a
VisitEnter
/VisitExit pair. Nodes that are always leaves
134
virtual bool
VisitEnter
( const TiXmlDocument& /*doc*/ ) { return true; }
139
virtual bool
VisitEnter
( const TiXmlElement& /*element*/, const TiXmlAttribute* /*firstAttribute*/ ) { return true; }
[
all
...]
/external/tinyxml2/
tinyxml2.cpp
529
if ( visitor->
VisitEnter
( *this ) )
[
all
...]
tinyxml2.h
317
you will get called with a
VisitEnter
/VisitExit pair. Nodes that are always leafs
338
virtual bool
VisitEnter
( const XMLDocument& /*doc*/ ) { return true; }
343
virtual bool
VisitEnter
( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) { return true; }
[
all
...]
Completed in 6230 milliseconds