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

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

Completed in 116 milliseconds