Searched refs:StrPair (Results 1 – 3 of 3) sorted by relevance
/external/tinyxml2/ |
D | tinyxml2.h | 135 class TINYXML2_LIB StrPair 151 StrPair() : _flags( 0 ), _start( 0 ), _end( 0 ) {} in StrPair() function 152 ~StrPair(); 179 void TransferTo( StrPair* other ); 194 StrPair( const StrPair& other ); // not supported 195 void operator=( const StrPair& other ); // not supported, use TransferTo() 946 virtual char* ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr); 950 mutable StrPair _value; 1014 char* ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr ); 1045 char* ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr); [all …]
|
D | tinyxml2.cpp | 138 StrPair::~StrPair() in ~StrPair() 144 void StrPair::TransferTo( StrPair* other ) in TransferTo() 169 void StrPair::Reset() in Reset() 180 void StrPair::SetStr( const char* str, int flags ) in SetStr() 193 char* StrPair::ParseText( char* p, const char* endTag, int strFlags, int* curLineNumPtr ) in ParseText() 218 char* StrPair::ParseName( char* p ) in ParseName() 238 void StrPair::CollapseWhitespace() in CollapseWhitespace() 267 const char* StrPair::GetStr() in GetStr() 1010 char* XMLNode::ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr ) in ParseDeep() 1044 StrPair endTag; in ParseDeep() [all …]
|
/external/llvm-project/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 261 for (StringRef StrPair : ExtractBlocks) { in main() local 263 auto BBInfo = StrPair.split(':'); in main()
|