Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go159 nodes pathMap
466 type pathMap struct { struct
471 children map[string]*pathMap argument
477 func newPathMap(path string) *pathMap {
478 result := &pathMap{path: path, children: make(map[string]*pathMap, 4),
484 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap { argument
519 func (m *pathMap) newChild(name string) (child *pathMap) { argument
527 func (m *pathMap) UpdateNumDescendents() int { argument
536 func (m *pathMap) UpdateNumDescendentsRecursive() { argument
543 func (m *pathMap) MergeIn(other *pathMap) { argument
[all …]