Searched refs:FindNodeWithObjectIdRecursive (Results 1 – 2 of 2) sorted by relevance
132 return FindNodeWithObjectIdRecursive(root_.get(), objectId); in FindNodeWithObjectId()159 TreeNode* Tree::FindNodeWithObjectIdRecursive(TreeNode* node, int32_t objectId) const in FindNodeWithObjectIdRecursive() function in OHOS::ArkCompiler::Toolchain::Tree182 TreeNode* foundNode = FindNodeWithObjectIdRecursive(child.get(), objectId); in FindNodeWithObjectIdRecursive()
70 TreeNode* FindNodeWithObjectIdRecursive(TreeNode* node, int32_t objectId) const;