Home
last modified time | relevance | path

Searched refs:StrPair (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.h133 class TINYXML2_LIB StrPair
149 StrPair() : _flags( 0 ), _start( 0 ), _end( 0 ) {} in StrPair() function
150 ~StrPair();
177 void TransferTo( StrPair* other );
192 StrPair( const StrPair& other ); // not supported
193 void operator=( const StrPair& other ); // not supported, use TransferTo()
955 virtual char* ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr);
959 mutable StrPair _value;
1023 char* ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr ) override;
1054 char* ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr) override;
[all …]
Dtinyxml2.cpp157 StrPair::~StrPair() in ~StrPair()
163 void StrPair::TransferTo( StrPair* other ) in TransferTo()
188 void StrPair::Reset() in Reset()
199 void StrPair::SetStr( const char* str, int flags ) in SetStr()
212 char* StrPair::ParseText( char* p, const char* endTag, int strFlags, int* curLineNumPtr ) in ParseText()
237 char* StrPair::ParseName( char* p ) in ParseName()
257 void StrPair::CollapseWhitespace() in CollapseWhitespace()
286 const char* StrPair::GetStr() in GetStr()
1085 char* XMLNode::ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr ) in ParseDeep()
1121 StrPair endTag; in ParseDeep()
[all …]