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

  /external/parameter-framework/parameter/
ElementLocator.cpp 35 CElementLocator::CElementLocator(CElement* pSubRootElement, bool bStrict) : _pSubRootElement(pSubRootElement), _bStrict(bStrict)
40 bool CElementLocator::locate(const string& strPath, CElement** ppElement, string& strError)
ElementLocator.h 36 class CElementLocator
39 CElementLocator(CElement* pSubRootElement, bool bStrict = true);

Completed in 30 milliseconds