Searched refs:getCurrentPath (Results 1 – 5 of 5) sorted by relevance
57 strError = "Path not well formed: " + getCurrentPath(); in navigateThrough()66 strError = "Path not complete: " + getCurrentPath() + in navigateThrough()74 strError = "Path not found: " + getCurrentPath() + in navigateThrough()93 std::string CPathNavigator::getCurrentPath() const in getCurrentPath() function in CPathNavigator
51 std::string getCurrentPath() const;
227 …ontext.setError("Expected numerical expression as last item in " + pathNavigator.getCurrentPath()); in getIndex()248 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in getIndex()
143 …ontext.setError((bSet ? "Can't set " : "Can't get ") + pathNavigator.getCurrentPath() + " because … in accessValue()152 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in accessValue()
213 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in checkPathExhausted()