Home
last modified time | relevance | path

Searched refs:nullrep_ (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
Dtinystr.h66 TiXmlString () : rep_(&nullrep_) in TiXmlString()
235 rep_ = &nullrep_; in init()
241 if (rep_ != &nullrep_) in quit()
250 static Rep nullrep_; variable
Dtinystr.cpp34 TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, { '\0' } }; member in TiXmlString
/external/tinyxml/
Dtinystr.h63 TiXmlString () : rep_(&nullrep_) in TiXmlString()
226 rep_ = &nullrep_; in init()
232 if (rep_ != &nullrep_) in quit()
239 static Rep nullrep_; variable
Dtinystr.cpp38 TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, '\0' }; member in TiXmlString