HomeSort by relevance Sort by last modified time
    Searched defs:StrPair (Results 1 - 2 of 2) sorted by null

  /external/tinyxml2/
tinyxml2.cpp 138 StrPair::~StrPair()
144 void StrPair::TransferTo( StrPair* other )
169 void StrPair::Reset()
180 void StrPair::SetStr( const char* str, int flags )
193 char* StrPair::ParseText( char* p, const char* endTag, int strFlags, int* curLineNumPtr )
218 char* StrPair::ParseName( char* p )
238 void StrPair::CollapseWhitespace()
267 const char* StrPair::GetStr()
    [all...]
tinyxml2.h 135 class TINYXML2_LIB StrPair
151 StrPair() : _flags( 0 ), _start( 0 ), _end( 0 ) {}
152 ~StrPair();
179 void TransferTo( StrPair* other );
194 StrPair( const StrPair& other ); // not supported
195 void operator=( const StrPair& other ); // not supported, use TransferTo()
945 virtual char* ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr);
949 mutable StrPair _value;
1013 char* ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr );
    [all...]

Completed in 469 milliseconds