Home
last modified time | relevance | path

Searched defs:SingletonFactory (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dregister.go56 type SingletonFactory func() Singleton type
60 func SingletonFactoryAdaptor(factory SingletonFactory) blueprint.SingletonFactory {
74 func RegisterSingletonType(name string, factory SingletonFactory) {
78 func RegisterPreSingletonType(name string, factory SingletonFactory) {
131 RegisterSingletonType(name string, factory SingletonFactory)
/build/blueprint/
Dcontext.go411 type SingletonFactory func() Singleton type