OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VisitEnter
(Results
1 - 4
of
4
) 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
729
if ( visitor->
VisitEnter
( *this ) ) {
[
all
...]
tinyxml2.h
465
you will get called with a
VisitEnter
/VisitExit pair. Nodes that are always leafs
486
virtual bool
VisitEnter
( const XMLDocument& /*doc*/ ) {
495
virtual bool
VisitEnter
( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) {
[
all
...]
xmltest.cpp
[
all
...]
Completed in 2097 milliseconds