Searched defs:getChild (Results 1 – 12 of 12) sorted by relevance
31 const sk_sp<RenderNode>& getChild() const { return fChild; } in getChild() function
94 TestNode* getChild (int ndx) { return m_children[ndx]; } in getChild() function in xe::TestGroup95 const TestNode* getChild (int ndx) const { return m_children[ndx]; } in getChild() function in xe::TestGroup
20 std::vector<sk_sp<SkSVGNode>> SkSVGContainer::getChild() { in getChild() function in SkSVGContainer
505 std::vector<sk_sp<SkSVGNode>> SkSVGTextContainer::getChild() { in getChild() function in SkSVGTextContainer
102 virtual std::vector<sk_sp<SkSVGNode>> getChild() { in getChild() function
769 UXMLElement::getChild(int32_t i, UXMLNodeType &type) const { in getChild() function in UXMLElement
463 inline CaseTreeNode* CaseTreeNode::getChild (test_case_hash_t hash) const in getChild() function in tcu::CaseTreeNode
1756 def getChild(self, suffix): member in Logger
636 InMemoryNode *getChild(StringRef Name) { in getChild() function in llvm::vfs::detail::InMemoryDirectory
1159 const Node *getChild() const { return Child; } in getChild() function