Searched refs:findChildNdx (Results 1 – 1 of 1) sorted by relevance
269 int findChildNdx (const std::string& name) const;281 int CaseTreeNode::findChildNdx (const std::string& name) const in findChildNdx() function in tcu::CaseTreeNode293 return findChildNdx(name) != NOT_FOUND; in hasChild()298 const int ndx = findChildNdx(name); in getChild()304 const int ndx = findChildNdx(name); in getChild()