Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h135 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()
945 virtual char* ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr);
949 mutable StrPair _value;
1013 char* ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr );
1044 char* ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr);
[all …]
Dtinyxml2.cpp138 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()
988 char* XMLNode::ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr ) in ParseDeep()
1022 StrPair endTag; in ParseDeep()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-extract/
Dllvm-extract.cpp234 for (StringRef StrPair : ExtractBlocks) { in main() local
235 auto BBInfo = StrPair.split(':'); in main()