Searched defs:TiXmlString (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.h34 required - it is used to check that the TiXmlString class isn't incorrectly
49 TiXmlString is an emulation of a subset of the std::string template.
55 class TiXmlString class
65 // TiXmlString empty constructor
66 TiXmlString () : rep_(&nullrep_) function in class:TiXmlString
70 // TiXmlString copy constructor
71 TiXmlString ( const TiXmlString & copy) : rep_(0) function in class:TiXmlString
77 // TiXmlString constructor, based on a string
78 TIXML_EXPLICIT TiXmlString ( cons function in class:TiXmlString
85 TIXML_EXPLICIT TiXmlString ( const char * str, size_type len) : rep_(0) function in class:TiXmlString
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.h34 required - it is used to check that the TiXmlString class isn't incorrectly
49 TiXmlString is an emulation of a subset of the std::string template.
55 class TiXmlString class
65 // TiXmlString empty constructor
66 TiXmlString () : rep_(&nullrep_) function in class:TiXmlString
70 // TiXmlString copy constructor
71 TiXmlString ( const TiXmlString & copy) : rep_(0) function in class:TiXmlString
77 // TiXmlString constructor, based on a string
78 TIXML_EXPLICIT TiXmlString ( cons function in class:TiXmlString
85 TIXML_EXPLICIT TiXmlString ( const char * str, size_type len) : rep_(0) function in class:TiXmlString
[all...]
/external/tinyxml/
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...]

Completed in 114 milliseconds