Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dbindgen.go118 type bindgenDecorator struct { struct
119 *BaseSourceProvider
121 Properties BindgenProperties
122 ClangProperties cc.RustBindgenClangProperties
125 func (b *bindgenDecorator) getStdVersion(ctx ModuleContext, src android.Path) (string, bool) {
166 func (b *bindgenDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path {
347 func (b *bindgenDecorator) SourceProviderProps() []interface{} {
387 func (b *bindgenDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {