Home
last modified time | relevance | path

Searched refs:findChildNdx (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuCommandLine.cpp269 int findChildNdx (const std::string& name) const;
281 int CaseTreeNode::findChildNdx (const std::string& name) const in findChildNdx() function in tcu::CaseTreeNode
293 return findChildNdx(name) != NOT_FOUND; in hasChild()
298 const int ndx = findChildNdx(name); in getChild()
304 const int ndx = findChildNdx(name); in getChild()