OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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