Home
last modified time | relevance | path

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

/aosp12/build/blueprint/microfactory/
H A Dmicrofactory.go164 type linkedDepSet struct { struct
169 func newDepSet() *linkedDepSet {
170 return &linkedDepSet{packageSet: make(map[string]*GoPackage)}
172 func (s *linkedDepSet) tryGetByName(name string) (*GoPackage, bool) {
176 func (s *linkedDepSet) getByName(name string) *GoPackage {
180 func (s *linkedDepSet) add(name string, goPackage *GoPackage) {
184 func (s *linkedDepSet) ignore(name string) {
262 func (p *GoPackage) findDeps(config *Config, path string, allPackages *linkedDepSet) error { argument