Searched refs:pStrChildName (Results 1 – 6 of 6) sorted by relevance
62 std::string *pStrChildName = next(); in navigateThrough() local64 if (!pStrChildName) { in navigateThrough()72 if (*pStrChildName != strItemName) { in navigateThrough()75 " but found: " + *pStrChildName; in navigateThrough()
53 string *pStrChildName = pathNavigator.next(); in locate() local55 if (!pStrChildName) { in locate()67 if (*pStrChildName != _pSubRootElement->getName()) { in locate()
411 string *pStrChildName = pathNavigator.next(); in findDescendant() local413 if (!pStrChildName) { in findDescendant()418 const CElement *pChild = findChild(*pStrChildName); in findDescendant()430 string *pStrChildName = pathNavigator.next(); in findDescendant() local432 if (!pStrChildName) { in findDescendant()437 CElement *pChild = findChild(*pStrChildName); in findDescendant()
208 string *pStrChildName = pathNavigator.next(); in getIndex() local210 if (pStrChildName) { in getIndex()213 std::istringstream iss(*pStrChildName); in getIndex()236 pStrChildName = pathNavigator.next(); in getIndex()238 if (pStrChildName) { in getIndex()
206 std::string *pStrChildName = pathNavigator.next(); in checkPathExhausted() local208 if (pStrChildName) { in checkPathExhausted()
207 std::string *pStrChildName = pathNavigator.next(); in accessValue() local209 if (!pStrChildName) { in accessValue()219 static_cast<const CConfigurableElement *>(findChild(*pStrChildName)); in accessValue()