HomeSort by relevance Sort by last modified time
    Searched defs:TiXmlString (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinystr.h 34 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
65 // TiXmlString empty constructor
66 TiXmlString () : rep_(&nullrep_)
70 // TiXmlString copy constructor
71 TiXmlString ( const TiXmlString & copy) : rep_(0)
77 // TiXmlString constructor, based on a string
78 TIXML_EXPLICIT TiXmlString ( const char * copy) : rep_(0
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinystr.h 34 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
65 // TiXmlString empty constructor
66 TiXmlString () : rep_(&nullrep_)
70 // TiXmlString copy constructor
71 TiXmlString ( const TiXmlString & copy) : rep_(0)
77 // TiXmlString constructor, based on a string
78 TIXML_EXPLICIT TiXmlString ( const char * copy) : rep_(0
    [all...]
  /external/tinyxml/
tinystr.h 29 * - 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
62 // TiXmlString empty constructor
63 TiXmlString () : rep_(&nullrep_)
67 // TiXmlString copy constructor
68 TiXmlString (const TiXmlString & copy)
74 // TiXmlString constructor, based on a string
75 TiXmlString (const char * copy
    [all...]

Completed in 200 milliseconds