Searched refs:ProjectionNode (Results 1 – 2 of 2) sorted by relevance
27 struct ProjectionNode { struct28 std::unordered_map<std::string, ProjectionNode *> sonNode; argument31 ProjectionNode() in ProjectionNode() argument37 ~ProjectionNode() in ~ProjectionNode() argument48 ProjectionNode node_;
20 static int ParseSinglePathToTree(ProjectionNode *node, std::vector<std::string> &singlePath) in ParseSinglePathToTree()32 auto tempNode = new (std::nothrow) ProjectionNode; in ParseSinglePathToTree()52 ProjectionNode *node = &node_; in ParseTree()68 ProjectionNode *node = &node_; in SearchTree()82 int ProjectionNode::DeleteProjectionNode() in DeleteProjectionNode()