Searched defs:GeneratedFile (Results 1 – 5 of 5) sorted by relevance
| /build/make/tools/ide_query/cc_analyzer_proto/ |
| D | cc_analyzer.pb.go | 277 type GeneratedFile struct { struct 278 state protoimpl.MessageState 279 sizeCache protoimpl.SizeCache 280 unknownFields protoimpl.UnknownFields 283 Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` 286 Contents []byte `protobuf:"bytes,2,opt,name=contents,proto3,oneof" json:"contents,omitempty"` 289 func (x *GeneratedFile) Reset() { 298 func (x *GeneratedFile) String() string { 302 func (*GeneratedFile) ProtoMessage() {} 304 func (x *GeneratedFile) ProtoReflect() protoreflect.Message { [all …]
|
| D | cc_analyzer.proto | 63 message GeneratedFile { message
|
| /build/make/tools/ide_query/ide_query_proto/ |
| D | ide_query.pb.go | 139 type GeneratedFile struct { struct 140 state protoimpl.MessageState 141 sizeCache protoimpl.SizeCache 142 unknownFields protoimpl.UnknownFields 145 Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` 148 Contents []byte `protobuf:"bytes,2,opt,name=contents,proto3,oneof" json:"contents,omitempty"` 151 func (x *GeneratedFile) Reset() { 160 func (x *GeneratedFile) String() string { 164 func (*GeneratedFile) ProtoMessage() {} 166 func (x *GeneratedFile) ProtoReflect() protoreflect.Message { [all …]
|
| D | ide_query.proto | 22 message GeneratedFile { message
|
| /build/soong/android/ |
| D | defs.go | 39 GeneratedFile = pctx.AndroidStaticRule("GeneratedFile", var
|