Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp312 int findChildNdx (const std::string& name) const;
324 int CaseTreeNode::findChildNdx (const std::string& name) const in findChildNdx() function in tcu::CaseTreeNode
336 return findChildNdx(name) != NOT_FOUND; in hasChild()
341 const int ndx = findChildNdx(name); in getChild()
347 const int ndx = findChildNdx(name); in getChild()