Searched refs:StrPair (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | tinyxml2.cpp | 81 StrPair::~StrPair() in ~StrPair() 87 void StrPair::Reset() in Reset() 98 void StrPair::SetStr( const char* str, int flags ) in SetStr() 109 char* StrPair::ParseText( char* p, const char* endTag, int strFlags ) in ParseText() 129 char* StrPair::ParseName( char* p ) in ParseName() 160 const char* StrPair::GetStr() in GetStr() 753 char* XMLNode::ParseDeep( char* p, StrPair* parentEnd ) in ParseDeep() 780 StrPair endTag; in ParseDeep() 831 char* XMLText::ParseDeep( char* p, StrPair* ) in ParseDeep() argument 835 p = value.ParseText( p, "]]>", StrPair::NEEDS_NEWLINE_NORMALIZATION ); in ParseDeep() [all …]
|
| H A D | tinyxml2.h | 109 class StrPair 124 StrPair() : flags( 0 ), start( 0 ), end( 0 ) {} in StrPair() function 125 ~StrPair(); 722 virtual char* ParseDeep( char*, StrPair* ); 732 mutable StrPair value; 781 char* ParseDeep( char*, StrPair* endTag ); 811 char* ParseDeep( char*, StrPair* endTag ); 849 char* ParseDeep( char*, StrPair* endTag ); 881 char* ParseDeep( char*, StrPair* endTag ); 1013 mutable StrPair name; [all …]
|