Searched refs:SearchTree (Results 1 – 3 of 3) sorted by relevance
45 bool SearchTree(std::vector<std::string> &singlePath, size_t &index);
66 bool ProjectionTree::SearchTree(std::vector<std::string> &singlePath, size_t &index) in SearchTree() function in DocumentDB::ProjectionTree
199 bool isMatch = context_->projectionTree.SearchTree(singlePath, index); in CheckCutNode()