Searched defs:ParamFile (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/skia/bazel/exporter/build_proto/analysis_v2/ |
H A D | analysis_v2.pb.go | 962 type ParamFile struct { struct 963 state protoimpl.MessageState 964 sizeCache protoimpl.SizeCache 965 unknownFields protoimpl.UnknownFields 968 …Path string `protobuf:"bytes,1,opt,name=exec_path,json=execPath,proto3" json:"exec_path,omitempty"` 971 Arguments []string `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` 974 func (x *ParamFile) Reset() { 983 func (x *ParamFile) String() string { 987 func (*ParamFile) ProtoMessage() {} 989 func (x *ParamFile) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/prebuilts/bazel/common/proto/analysis_v2/ |
D | analysis_v2.pb.go | 982 type ParamFile struct { struct 983 state protoimpl.MessageState 984 sizeCache protoimpl.SizeCache 985 unknownFields protoimpl.UnknownFields 988 …Path string `protobuf:"bytes,1,opt,name=exec_path,json=execPath,proto3" json:"exec_path,omitempty"` 991 Arguments []string `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` 994 func (x *ParamFile) Reset() { 1003 func (x *ParamFile) String() string { 1007 func (*ParamFile) ProtoMessage() {} 1009 func (x *ParamFile) ProtoReflect() protoreflect.Message { [all …]
|
D | analysis_v2.proto | 183 message ParamFile { message
|