Searched refs:pathMap (Results 1 – 1 of 1) sorted by relevance
159 nodes pathMap467 type pathMap struct { struct472 children map[string]*pathMap argument478 func newPathMap(path string) *pathMap {479 result := &pathMap{path: path, children: make(map[string]*pathMap, 4),485 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap { argument520 func (m *pathMap) newChild(name string) (child *pathMap) { argument528 func (m *pathMap) UpdateNumDescendents() int { argument537 func (m *pathMap) UpdateNumDescendentsRecursive() { argument544 func (m *pathMap) MergeIn(other *pathMap) { argument[all …]