Home
last modified time | relevance | path

Searched refs:pathMap (Results 1 – 1 of 1) sorted by relevance

/build/soong/finder/
Dfinder.go159 nodes pathMap
467 type pathMap struct { struct
472 children map[string]*pathMap argument
478 func newPathMap(path string) *pathMap {
479 result := &pathMap{path: path, children: make(map[string]*pathMap, 4),
485 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap { argument
520 func (m *pathMap) newChild(name string) (child *pathMap) { argument
528 func (m *pathMap) UpdateNumDescendents() int { argument
537 func (m *pathMap) UpdateNumDescendentsRecursive() { argument
544 func (m *pathMap) MergeIn(other *pathMap) { argument
[all …]