Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go466 type pathMap struct { struct
467 mapNode
469 path string
471 children map[string]*pathMap
474 approximateNumDescendents int
484 func (m *pathMap) GetNode(path string, createIfNotFound bool) *pathMap {
519 func (m *pathMap) newChild(name string) (child *pathMap) {
527 func (m *pathMap) UpdateNumDescendents() int {
536 func (m *pathMap) UpdateNumDescendentsRecursive() {
543 func (m *pathMap) MergeIn(other *pathMap) {
[all …]