Lines Matching defs:protobufDecorator
62 type protobufDecorator struct { struct
63 *BaseSourceProvider
65 Properties ProtobufProperties
66 protoNames []string
67 additionalCrates []string
68 grpcNames []string
70 grpcProtoFlags android.ProtoFlags
71 protoFlags android.ProtoFlags
74 func (proto *protobufDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path {
207 func (proto *protobufDecorator) genModFileContents() string {
236 func (proto *protobufDecorator) SourceProviderProps() []interface{} {
240 func (proto *protobufDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {