Lines Matching defs:protobufDecorator
57 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{} {
201 func (proto *protobufDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {