Searched defs:PathFragment (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/m133/bazel/exporter/build_proto/analysis_v2/ |
| D | analysis_v2.pb.go | 1021 type PathFragment struct { struct 1022 state protoimpl.MessageState 1023 sizeCache protoimpl.SizeCache 1024 unknownFields protoimpl.UnknownFields 1027 Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` 1029 Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` 1031 …tId uint32 `protobuf:"varint,3,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` 1034 func (x *PathFragment) Reset() { 1043 func (x *PathFragment) String() string { 1047 func (*PathFragment) ProtoMessage() {} [all …]
|