Home
last modified time | relevance | path

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

/build/soong/rust/
Dprotobuf.go57 type protobufDecorator struct { struct
58 *BaseSourceProvider
60 Properties ProtobufProperties
61 protoNames []string
62 grpcNames []string
64 grpcProtoFlags android.ProtoFlags
65 protoFlags android.ProtoFlags
68 func (proto *protobufDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path {
174 func (proto *protobufDecorator) genModFileContents() string {
197 func (proto *protobufDecorator) SourceProviderProps() []interface{} {
[all …]