Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go474 type pathMap struct { struct
475 mapNode
477 path string
479 children map[string]*pathMap
482 approximateNumDescendents int
492 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 …]