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