Searched refs:addChildren (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/executor/ |
D | xeTestCase.cpp | 328 static void addChildren (std::set<const TestNode*>& nodeSet, const TestGroup* group) in addChildren() function 336 addChildren(nodeSet, static_cast<const TestGroup*>(child)); in addChildren() 394 addChildren(m_set, testGroup); in addGroup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 373 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates); in parse() 390 Error WindowsResourceParser::addChildren(TreeNode &Node, in addChildren() function in llvm::object::WindowsResourceParser 416 addChildren(*Child, RSR, NextTable, Origin, Context, Duplicates); in addChildren()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | WindowsResource.h | 246 Error addChildren(TreeNode &Node, ResourceSectionRef &RSR,
|