Searched defs:SingletonFactory (Results 1 – 3 of 3) sorted by relevance
/aosp12/build/soong/android/ |
H A D | register.go | 71 func newSingleton(name string, factory SingletonFactory) singleton { 75 func newPreSingleton(name string, factory SingletonFactory) singleton { 117 type SingletonFactory func() Singleton type 121 func SingletonFactoryAdaptor(ctx *Context, factory SingletonFactory) blueprint.SingletonFactory { 145 func RegisterSingletonType(name string, factory SingletonFactory) { 149 func RegisterPreSingletonType(name string, factory SingletonFactory) { 314 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) { 322 func (ctx *initRegistrationContext) RegisterPreSingletonType(name string, factory SingletonFactory)…
|
H A D | testing.go | 487 func (ctx *TestContext) RegisterSingletonType(name string, factory SingletonFactory) { 491 func (ctx *TestContext) RegisterPreSingletonType(name string, factory SingletonFactory) {
|
/aosp12/build/blueprint/ |
H A D | context.go | 486 type SingletonFactory func() Singleton type 496 func (c *Context) RegisterSingletonType(name string, factory SingletonFactory) { 518 func (c *Context) RegisterPreSingletonType(name string, factory SingletonFactory) {
|