Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go470 type pathMap struct { struct
471 mapNode
473 path string
475 children map[string]*pathMap
478 approximateNumDescendents int
488 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 …]