Searched refs:Singleton (Results 1 – 9 of 9) sorted by relevance
35 func EnvSingleton() blueprint.Singleton {
50 func AndroidMkSingleton() blueprint.Singleton {
621 func BuildTargetSingleton() blueprint.Singleton {
106 func LogtagsSingleton() blueprint.Singleton {
21 type Singleton interface { interface
209 singleton Singleton327 type SingletonFactory func() Singleton351 func singletonPkgPath(singleton Singleton) string { argument359 func singletonTypeName(singleton Singleton) string { argument2950 Singleton: {{.name}}
292 # Singleton: bootstrap
623 func newSingletonFactory(config *Config) func() blueprint.Singleton {624 return func() blueprint.Singleton {
522 # Singleton: bootstrap