OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNumerical
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/parameter/
EnumValuePair.cpp
43
int32_t CEnumValuePair::
getNumerical
() const
EnumParameterType.cpp
103
if (not
getNumerical
(strValue, iNumerical)) {
191
return static_cast<const CEnumValuePair *>(getChild(0))->
getNumerical
();
204
if (pValuePair->
getNumerical
() == iNumerical) {
215
bool CEnumParameterType::
getNumerical
(const string &strLiteral, int32_t &iNumerical) const
226
iNumerical = pValuePair->
getNumerical
();
246
if (pValuePair->
getNumerical
() == iNumerical) {
Completed in 544 milliseconds