Searched refs:SetExpressionPathAtIndex (Results 1 – 3 of 3) sorted by relevance
298 bool SetExpressionPathAtIndex(size_t i, const char *path) { in SetExpressionPathAtIndex() function299 return SetExpressionPathAtIndex(i, std::string(path)); in SetExpressionPathAtIndex()304 bool SetExpressionPathAtIndex(size_t i, const std::string &path);
76 return m_opaque_sp->SetExpressionPathAtIndex(i, item); in ReplaceExpressionPathAtIndex()
39 bool TypeFilterImpl::SetExpressionPathAtIndex(size_t i, in SetExpressionPathAtIndex() function in TypeFilterImpl