Home
last modified time | relevance | path

Searched defs:PartialCompileInputs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/soong/cmd/find_input_delta/find_input_delta_proto_internal/
H A Dinternal_state.pb.go39 type PartialCompileInputs struct { struct
40 state protoimpl.MessageState
41 sizeCache protoimpl.SizeCache
42 unknownFields protoimpl.UnknownFields
45 …CompileInput `protobuf:"bytes,1,rep,name=input_files,json=inputFiles" json:"input_files,omitempty"`
48 func (x *PartialCompileInputs) Reset() {
57 func (x *PartialCompileInputs) String() string {
61 func (*PartialCompileInputs) ProtoMessage() {}
63 func (x *PartialCompileInputs) ProtoReflect() protoreflect.Message {
76 func (*PartialCompileInputs) Descriptor() ([]byte, []int) {
[all …]
H A Dinternal_state.proto21 message PartialCompileInputs { message
/aosp_15_r20/build/soong/cmd/find_input_delta/find_input_delta_lib/
H A Dinternal_state.go106 func WriteState(s *fid_proto.PartialCompileInputs, path string) error {
114 func CompareInternalState(prior, other *fid_proto.PartialCompileInputs, target string) *FileList {