Searched defs:ParamFile (Results  1 – 1 of 1) sorted by relevance
| /external/skia/bazel/exporter/build_proto/analysis_v2/ | 
| D | analysis_v2.pb.go | 962 type ParamFile struct {  struct963 	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 …]
 
 |