Home
last modified time | relevance | path

Searched refs:strNext (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DRuleParser.cpp241 bool CRuleParser::next(string &strNext, string &strError) in next() argument
259 strNext = _strApplicationRule.substr(_uiCurrentPos, delimiter - _uiCurrentPos); in next()
DRuleParser.h64 bool next(std::string &strNext, std::string &strError);