Home
last modified time | relevance | path

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

/build/soong/cmd/source_tree_size/
Dsource_tree.pb.go92 type SourceTree struct { struct
93 state protoimpl.MessageState
94 sizeCache protoimpl.SizeCache
95 unknownFields protoimpl.UnknownFields
97 Files []*SourceFile `protobuf:"bytes,1,rep,name=files" json:"files,omitempty"`
100 func (x *SourceTree) Reset() {
109 func (x *SourceTree) String() string {
113 func (*SourceTree) ProtoMessage() {}
115 func (x *SourceTree) ProtoReflect() protoreflect.Message {
128 func (*SourceTree) Descriptor() ([]byte, []int) {
[all …]
Dsource_tree.proto25 message SourceTree { message