Searched refs:findChildNdx (Results 1 – 1 of 1) sorted by relevance
305 int findChildNdx (const std::string& name) const;317 int CaseTreeNode::findChildNdx (const std::string& name) const in findChildNdx() function in tcu::CaseTreeNode329 return findChildNdx(name) != NOT_FOUND; in hasChild()334 const int ndx = findChildNdx(name); in getChild()340 const int ndx = findChildNdx(name); in getChild()