Home
last modified time | relevance | path

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

/prebuilts/bazel/common/proto/build/
Dbuild.pb.go1640 type GeneratedFile struct { struct
1641 state protoimpl.MessageState
1642 sizeCache protoimpl.SizeCache
1643 unknownFields protoimpl.UnknownFields
1646 Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
1648 … `protobuf:"bytes,2,req,name=generating_rule,json=generatingRule" json:"generating_rule,omitempty"`
1650 Location *string `protobuf:"bytes,3,opt,name=location" json:"location,omitempty"`
1653 func (x *GeneratedFile) Reset() {
1662 func (x *GeneratedFile) String() string {
1666 func (*GeneratedFile) ProtoMessage() {}
[all …]
Dbuild.proto340 message GeneratedFile { message