Searched defs:pathMap (Results 1 – 1 of 1) sorted by relevance
474 type pathMap struct { struct475 mapNode477 path string479 children map[string]*pathMap482 approximateNumDescendents int492 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap {527 func (m *pathMap) newChild(name string) (child *pathMap) {535 func (m *pathMap) UpdateNumDescendents() int {544 func (m *pathMap) UpdateNumDescendentsRecursive() {551 func (m *pathMap) MergeIn(other *pathMap) {[all …]