Searched refs:findChildNdx (Results 1 – 1 of 1) sorted by relevance
312 int findChildNdx (const std::string& name) const;324 int CaseTreeNode::findChildNdx (const std::string& name) const in findChildNdx() function in tcu::CaseTreeNode336 return findChildNdx(name) != NOT_FOUND; in hasChild()341 const int ndx = findChildNdx(name); in getChild()347 const int ndx = findChildNdx(name); in getChild()