Searched defs:ParseDeep (Results 1 - 1 of 1) sorted by relevance

/external/tinyxml2/
H A Dtinyxml2.cpp729 char* XMLNode::ParseDeep( char* p, StrPair* parentEnd ) function in class:XMLNode
757 p = node->ParseDeep( p, &endTag );
807 char* XMLText::ParseDeep( char* p, StrPair* ) function in class:XMLText
866 char* XMLComment::ParseDeep( char* p, StrPair* ) function in class:XMLComment
913 char* XMLDeclaration::ParseDeep( char* p, StrPair* ) function in class:XMLDeclaration
959 char* XMLUnknown::ParseDeep( char* p, StrPair* ) function in class:XMLUnknown
994 char* XMLAttribute::ParseDeep( char* p, bool processEntities ) function in class:XMLAttribute
1297 p = attrib->ParseDeep( p, document->ProcessEntities() );
1339 char* XMLElement::ParseDeep( char* p, StrPair* strPair ) function in class:XMLElement
1360 p = XMLNode::ParseDeep(
[all...]

Completed in 47 milliseconds