Searched defs:pathMap (Results 1 – 1 of 1) sorted by relevance
466 type pathMap struct { struct467 mapNode469 path string471 children map[string]*pathMap474 approximateNumDescendents int484 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap {519 func (m *pathMap) newChild(name string) (child *pathMap) {527 func (m *pathMap) UpdateNumDescendents() int {536 func (m *pathMap) UpdateNumDescendentsRecursive() {543 func (m *pathMap) MergeIn(other *pathMap) {[all …]