Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dprovider.go275 ModuleProvider(m Module, provider AnyProviderKey) (any, bool) methodSpec
312 func ModuleProvider[K any](ctx ModuleProviderContext, provider ProviderKey[K]) (K, bool) { func
H A Dsingleton_ctx.go55 ModuleProvider(module Module, provider AnyProviderKey) (any, bool) methodSpec
215 func (s *singletonContext) ModuleProvider(logicModule Module, provider AnyProviderKey) (any, bool) { func
H A Dcontext.go3999 func (c *Context) ModuleProvider(logicModule Module, provider AnyProviderKey) (any, bool) { func
/aosp_15_r20/build/soong/android/
H A Dprovider.go57 func ModuleProvider[K any](ctx ModuleProviderContext, provider blueprint.ProviderKey[K]) (K, bool) { func
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go46 ModuleProvider struct { struct
47 C C.LLVMModuleProviderRef
78 func (c ModuleProvider) IsNil() bool { return c.C == nil }
1766 func (mp ModuleProvider) Dispose() { C.LLVMDisposeModuleProvider(mp.C) }