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

  /development/simulator/app/
Preferences.h 83 bool _GetInt(TiXmlElement* pElem, int* pInt) const;
Preferences.cpp 354 bool Preferences::_GetInt(TiXmlElement* pElem, int* pInt) const
397 return _GetInt(FindPrefElement(name), pInt);

Completed in 375 milliseconds