Searched refs:splitPath (Results 1 – 2 of 2) sorted by relevance
1120 auto splitPath = SplitNodePath(path, '.'); in Lookup() local1121 if (splitPath.front() != astRoot_->name_) { in Lookup()1125 splitPath.erase(splitPath.begin()); in Lookup()1128 for (auto &it : splitPath) { in Lookup()
1045 let splitPath = this.splitNodePath(path, '.');