Home
last modified time | relevance | path

Searched defs:SourceFile (Results 1 – 4 of 4) sorted by relevance

/build/soong/cmd/source_tree_size/
Dsource_tree.pb.go37 type SourceFile struct { struct
38 state protoimpl.MessageState
39 sizeCache protoimpl.SizeCache
40 unknownFields protoimpl.UnknownFields
42 Path *string `protobuf:"bytes,1,opt,name=path" json:"path,omitempty"`
43 …eBytes *int32 `protobuf:"varint,2,opt,name=size_bytes,json=sizeBytes" json:"size_bytes,omitempty"`
46 func (x *SourceFile) Reset() {
55 func (x *SourceFile) String() string {
59 func (*SourceFile) ProtoMessage() {}
61 func (x *SourceFile) ProtoReflect() protoreflect.Message {
[all …]
Dsource_tree.proto20 message SourceFile { message
/build/make/tools/ide_query/cc_analyzer_proto/
Dcc_analyzer.pb.go335 type SourceFile struct { struct
336 state protoimpl.MessageState
337 sizeCache protoimpl.SizeCache
338 unknownFields protoimpl.UnknownFields
341 Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
345 …tring `protobuf:"bytes,2,opt,name=working_dir,json=workingDir,proto3" json:"working_dir,omitempty"`
349 …s,3,rep,name=compiler_arguments,json=compilerArguments,proto3" json:"compiler_arguments,omitempty"`
351 …enerated []*GeneratedFile `protobuf:"bytes,4,rep,name=generated,proto3" json:"generated,omitempty"`
357 Deps []string `protobuf:"bytes,5,rep,name=deps,proto3" json:"deps,omitempty"`
360 Status *Status `protobuf:"bytes,6,opt,name=status,proto3,oneof" json:"status,omitempty"`
[all …]
Dcc_analyzer.proto72 message SourceFile { message