Home
last modified time | relevance | path

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

/build/make/tools/ide_query/cc_analyzer_proto/
Dcc_analyzer.pb.go277 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 …]
Dcc_analyzer.proto63 message GeneratedFile { message
/build/make/tools/ide_query/ide_query_proto/
Dide_query.pb.go139 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 …]
Dide_query.proto22 message GeneratedFile { message
/build/soong/android/
Ddefs.go39 GeneratedFile = pctx.AndroidStaticRule("GeneratedFile", var