Searched refs:pathMap (Results 1 – 1 of 1) sorted by relevance
159 nodes pathMap466 type pathMap struct { struct471 children map[string]*pathMap argument477 func newPathMap(path string) *pathMap {478 result := &pathMap{path: path, children: make(map[string]*pathMap, 4),484 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap { argument519 func (m *pathMap) newChild(name string) (child *pathMap) { argument527 func (m *pathMap) UpdateNumDescendents() int { argument536 func (m *pathMap) UpdateNumDescendentsRecursive() { argument543 func (m *pathMap) MergeIn(other *pathMap) { argument[all …]