Searched refs:pathMap (Results 1 – 1 of 1) sorted by relevance
166 nodes pathMap474 type pathMap struct { struct479 children map[string]*pathMap argument485 func newPathMap(path string) *pathMap {486 result := &pathMap{path: path, children: make(map[string]*pathMap, 4),492 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap { argument527 func (m *pathMap) newChild(name string) (child *pathMap) { argument535 func (m *pathMap) UpdateNumDescendents() int { argument544 func (m *pathMap) UpdateNumDescendentsRecursive() { argument551 func (m *pathMap) MergeIn(other *pathMap) { argument[all …]