Searched refs:TiXmlString (Results 1 - 4 of 4) sorted by relevance

/external/tinyxml/
H A Dtinystr.cpp35 const TiXmlString::size_type TiXmlString::npos = static_cast< size_type >(-1);
38 TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, '\0' };
41 void TiXmlString::reserve (size_type cap)
45 TiXmlString tmp;
53 TiXmlString& TiXmlString::assign(const char* str, size_type len)
58 TiXmlString tmp;
72 TiXmlString
[all...]
H A Dtinystr.h29 * - sizeof(TiXmlString) = pointer size (4 bytes on 32-bit systems)
46 TiXmlString is an emulation of a subset of the std::string template.
52 class TiXmlString class
62 // TiXmlString empty constructor
63 TiXmlString () : rep_(&nullrep_) function in class:TiXmlString
67 // TiXmlString copy constructor
68 TiXmlString (const TiXmlString & copy) function in class:TiXmlString
74 // TiXmlString constructor, based on a string
75 TiXmlString (cons function in class:TiXmlString
82 TiXmlString (const char * str, size_type len) function in class:TiXmlString
[all...]
H A Dxmltest.cpp770 TiXmlString a;
771 TiXmlString b( "Hello" );
772 TiXmlString c( "ooga" );
779 XmlTest( "Basic TiXmlString test. ", "Hello World!", a.c_str() );
1010 TiXmlString temp;
1013 TiXmlString foo;
1014 TiXmlString bar( "" );
H A Dtinyxml.h61 #define TIXML_STRING TiXmlString

Completed in 232 milliseconds