Lines Matching defs:FileCount
2313 type FileCount struct { struct
2314 state protoimpl.MessageState
2315 sizeCache protoimpl.SizeCache
2316 unknownFields protoimpl.UnknownFields
2319 Extension *string `protobuf:"bytes,1,opt,name=extension" json:"extension,omitempty"`
2321 Additions *uint32 `protobuf:"varint,2,opt,name=additions" json:"additions,omitempty"`
2323 Modifications *uint32 `protobuf:"varint,3,opt,name=modifications" json:"modifications,omitempty"`
2325 Deletions *uint32 `protobuf:"varint,4,opt,name=deletions" json:"deletions,omitempty"`
2328 func (x *FileCount) Reset() {
2337 func (x *FileCount) String() string {
2341 func (*FileCount) ProtoMessage() {}
2343 func (x *FileCount) ProtoReflect() protoreflect.Message {
2356 func (*FileCount) Descriptor() ([]byte, []int) {
2360 func (x *FileCount) GetExtension() string {
2367 func (x *FileCount) GetAdditions() uint32 {
2374 func (x *FileCount) GetModifications() uint32 {
2381 func (x *FileCount) GetDeletions() uint32 {