Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.cpp305 int findChildNdx (const std::string& name) const;
317 int CaseTreeNode::findChildNdx (const std::string& name) const in findChildNdx() function in tcu::CaseTreeNode
329 return findChildNdx(name) != NOT_FOUND; in hasChild()
334 const int ndx = findChildNdx(name); in getChild()
340 const int ndx = findChildNdx(name); in getChild()