Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cmd/find_input_delta/find_input_delta_proto_internal/
H A Dinternal_state.pb.go88 type PartialCompileInput struct { struct
89 state protoimpl.MessageState
90 sizeCache protoimpl.SizeCache
91 unknownFields protoimpl.UnknownFields
94 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
96 …imeNsec *int64 `protobuf:"varint,2,opt,name=mtime_nsec,json=mtimeNsec" json:"mtime_nsec,omitempty"`
98 Hash *string `protobuf:"bytes,3,opt,name=hash" json:"hash,omitempty"`
100 Contents []*PartialCompileInput `protobuf:"bytes,4,rep,name=contents" json:"contents,omitempty"`
103 func (x *PartialCompileInput) Reset() {
112 func (x *PartialCompileInput) String() string {
[all …]
H A Dinternal_state.proto27 message PartialCompileInput { message
/aosp_15_r20/build/soong/cmd/find_input_delta/find_input_delta_lib/
H A Dinternal_state_test.go41 …c protoFile(name string, mtime_nsec int64, hash string, contents []*fid_proto.PartialCompileInput)…
H A Dinternal_state.go118 func CompareInputFiles(prior, other []*fid_proto.PartialCompileInput, name string) *FileList {