Searched defs:pathMap (Results 1 – 1 of 1) sorted by relevance
470 type pathMap struct { struct471 mapNode473 path string475 children map[string]*pathMap478 approximateNumDescendents int488 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap {523 func (m *pathMap) newChild(name string) (child *pathMap) {531 func (m *pathMap) UpdateNumDescendents() int {540 func (m *pathMap) UpdateNumDescendentsRecursive() {547 func (m *pathMap) MergeIn(other *pathMap) {[all …]