Lines Matching refs:Prebuilt
71 type Prebuilt struct { struct
84 func (p *Prebuilt) Name(name string) string { argument
94 func (p *Prebuilt) ForcePrefer() { argument
98 func (p *Prebuilt) Prefer() bool { argument
138 func (p *Prebuilt) SingleSourcePath(ctx ModuleContext) Path { argument
142 func (p *Prebuilt) UsePrebuilt() bool { argument
167 p := module.Prebuilt()
231 Prebuilt() *Prebuilt methodSpec
262 func GetEmbeddedPrebuilt(module Module) *Prebuilt {
264 return p.Prebuilt()
355 func (p *Prebuilt) usePrebuilt(ctx TopDownMutatorContext, source Module, prebuilt Module) bool { argument
375 func (p *Prebuilt) SourceExists() bool { argument