Home
last modified time | relevance | path

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

/build/make/tools/rbcrun/
Dhost_test.go141 moduleCache = make(map[string]*modentry)
158 moduleCache = make(map[string]*modentry)
175 moduleCache = make(map[string]*modentry)
190 moduleCache = make(map[string]*modentry)
Dhost.go41 type modentry struct { struct
46 var moduleCache = make(map[string]*modentry)
190 e = &modentry{globals, err}
193 e = &modentry{globals, err}
198 e = &modentry{starlark.StringDict{defaultSymbol: starlark.None}, nil}