Searched defs:GeneratedFile (Results 1 – 3 of 3) sorted by relevance
| /build/make/tools/ide_query/ide_query_proto/ |
| D | ide_query.pb.go | 262 type GeneratedFile struct { struct 263 state protoimpl.MessageState 264 sizeCache protoimpl.SizeCache 265 unknownFields protoimpl.UnknownFields 268 Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` 271 Contents []byte `protobuf:"bytes,2,opt,name=contents,proto3,oneof" json:"contents,omitempty"` 274 func (x *GeneratedFile) Reset() { 283 func (x *GeneratedFile) String() string { 287 func (*GeneratedFile) ProtoMessage() {} 289 func (x *GeneratedFile) ProtoReflect() protoreflect.Message { [all …]
|
| D | ide_query.proto | 62 message GeneratedFile { message
|
| /build/soong/android/ |
| D | defs.go | 40 GeneratedFile = pctx.AndroidStaticRule("GeneratedFile", var
|