Home
last modified time | relevance | path

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

/build/soong/rust/
Dbindgen.go85 type bindgenDecorator struct { struct
86 *BaseSourceProvider
88 Properties BindgenProperties
89 ClangProperties cc.RustBindgenClangProperties
92 func (b *bindgenDecorator) getStdVersion(ctx ModuleContext, src android.Path) (string, bool) {
131 func (b *bindgenDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path {
229 func (b *bindgenDecorator) SourceProviderProps() []interface{} {
261 func (b *bindgenDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {