HomeSort by relevance Sort by last modified time
    Searched refs:_GetBool (Results 1 - 2 of 2) sorted by null

  /development/simulator/app/
Preferences.h 82 bool _GetBool(TiXmlElement* pElem, bool* pVal) const;
Preferences.cpp 331 bool Preferences::_GetBool(TiXmlElement* pElem, bool* pVal) const
392 return _GetBool(FindPrefElement(name), pVal);

Completed in 1631 milliseconds