Searched defs:pathMap (Results 1 – 1 of 1) sorted by relevance
467 type pathMap struct { struct468 mapNode470 path string472 children map[string]*pathMap475 approximateNumDescendents int485 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap {520 func (m *pathMap) newChild(name string) (child *pathMap) {528 func (m *pathMap) UpdateNumDescendents() int {537 func (m *pathMap) UpdateNumDescendentsRecursive() {544 func (m *pathMap) MergeIn(other *pathMap) {[all …]