Searched defs:Tree (Results 1 – 3 of 3) sorted by relevance
51 Type *Tree(Type *node) in Tree() function
54 Tree(int32_t rootValue) : root_(std::make_unique<TreeNode>(rootValue)) {} in Tree() function
78 Tree::Tree(const std::map<int32_t, std::map<int32_t, std::string>>& dataMap, int32_t index) in Tree() function in OHOS::ArkCompiler::Toolchain::Tree