Home
last modified time | relevance | path

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

/build/soong/android/
Dregister.go288 type initRegistrationContext struct { struct
289 moduleTypes map[string]ModuleFactory
290 singletonTypes map[string]SingletonFactory
291 preSingletonTypes map[string]SingletonFactory
292 moduleTypesForDocs map[string]reflect.Value
295 func (ctx *initRegistrationContext) RegisterModuleType(name string, factory ModuleFactory) {
304 …initRegistrationContext) RegisterSingletonModuleType(name string, factory SingletonModuleFactory) {
314 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) {
322 …nc (ctx *initRegistrationContext) RegisterPreSingletonType(name string, factory SingletonFactory) {
330 func (ctx *initRegistrationContext) PreArchMutators(f RegisterMutatorFunc) {
[all …]