HomeSort by relevance Sort by last modified time
    Searched full:nullrep_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinystr.h 66 TiXmlString () : rep_(&nullrep_)
235 rep_ = &nullrep_;
241 if (rep_ != &nullrep_)
250 static Rep nullrep_;
tinystr.cpp 34 TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, { '\0' } }; member in class:TiXmlString
  /external/sfntly/cpp/src/test/tinyxml/
tinystr.h 66 TiXmlString () : rep_(&nullrep_)
235 rep_ = &nullrep_;
241 if (rep_ != &nullrep_)
250 static Rep nullrep_;
tinystr.cpp 34 TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, { '\0' } }; member in class:TiXmlString
  /external/tinyxml/
tinystr.h 63 TiXmlString () : rep_(&nullrep_)
226 rep_ = &nullrep_;
232 if (rep_ != &nullrep_)
239 static Rep nullrep_;
tinystr.cpp 38 TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, '\0' }; member in class:TiXmlString
  /external/tinyxml/docs/
tinystr_8h-source.html 70 <a name="l00063"></a>00063 TiXmlString () : rep_(&amp;nullrep_)
233 <a name="l00226"></a>00226 rep_ = &amp;nullrep_;
239 <a name="l00232"></a>00232 <span class="keywordflow">if</span> (rep_ != &amp;nullrep_)
246 <a name="l00239"></a>00239 <span class="keyword">static</span> Rep nullrep_;

Completed in 685 milliseconds