Home
last modified time | relevance | path

Searched refs:protobufDecorator (Results 1 – 2 of 2) sorted by relevance

/build/soong/rust/
Dprotobuf.go39 var _ SourceProvider = (*protobufDecorator)(nil)
57 type protobufDecorator struct { struct
68 func (proto *protobufDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path { argument
174 func (proto *protobufDecorator) genModFileContents() string { argument
197 func (proto *protobufDecorator) SourceProviderProps() []interface{} { argument
201 func (proto *protobufDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps { argument
229 func NewRustProtobuf(hod android.HostOrDeviceSupported) (*Module, *protobufDecorator) {
230 protobuf := &protobufDecorator{
Dandroidmk.go175 func (proto *protobufDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {