Home
last modified time | relevance | path

Searched refs:UserFFBranchRequest (Results 1 – 17 of 17) sorted by relevance

/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Doperations.pb.go1084 type UserFFBranchRequest struct { struct
1101 func (m *UserFFBranchRequest) Reset() { *m = UserFFBranchRequest{} } argument
1103 func (*UserFFBranchRequest) ProtoMessage() {} argument
1104 func (*UserFFBranchRequest) Descriptor() ([]byte, []int) { argument
1117 func (m *UserFFBranchRequest) XXX_Size() int { argument
1120 func (m *UserFFBranchRequest) XXX_DiscardUnknown() { argument
1126 func (m *UserFFBranchRequest) GetRepository() *Repository { argument
1133 func (m *UserFFBranchRequest) GetUser() *User { argument
1140 func (m *UserFFBranchRequest) GetCommitId() string { argument
1147 func (m *UserFFBranchRequest) GetBranch() []byte { argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Doperations_grpc.pb.go46 …UserFFBranch(ctx context.Context, in *UserFFBranchRequest, opts ...grpc.CallOption) (*UserFFBranch… argument
167 func (c *operationServiceClient) UserFFBranch(ctx context.Context, in *UserFFBranchRequest, opts ..…
340 UserFFBranch(context.Context, *UserFFBranchRequest) (*UserFFBranchResponse, error) argument
394 func (UnimplementedOperationServiceServer) UserFFBranch(context.Context, *UserFFBranchRequest) (*Us…
566 in := new(UserFFBranchRequest)
578 return srv.(OperationServiceServer).UserFFBranch(ctx, req.(*UserFFBranchRequest))
H A Doperations.pb.go1334 type UserFFBranchRequest struct { struct
1352 func (x *UserFFBranchRequest) Reset() { argument
1353 *x = UserFFBranchRequest{}
1361 func (x *UserFFBranchRequest) String() string { argument
1365 func (*UserFFBranchRequest) ProtoMessage() {} argument
1380 func (*UserFFBranchRequest) Descriptor() ([]byte, []int) { argument
1384 func (x *UserFFBranchRequest) GetRepository() *Repository { argument
1391 func (x *UserFFBranchRequest) GetUser() *User { argument
1398 func (x *UserFFBranchRequest) GetCommitId() string { argument
1405 func (x *UserFFBranchRequest) GetBranch() []byte { argument
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Doperations_grpc.pb.go46 …UserFFBranch(ctx context.Context, in *UserFFBranchRequest, opts ...grpc.CallOption) (*UserFFBranch… argument
167 func (c *operationServiceClient) UserFFBranch(ctx context.Context, in *UserFFBranchRequest, opts ..…
340 UserFFBranch(context.Context, *UserFFBranchRequest) (*UserFFBranchResponse, error) argument
394 func (UnimplementedOperationServiceServer) UserFFBranch(context.Context, *UserFFBranchRequest) (*Us…
566 in := new(UserFFBranchRequest)
578 return srv.(OperationServiceServer).UserFFBranch(ctx, req.(*UserFFBranchRequest))
H A Doperations.pb.go1334 type UserFFBranchRequest struct { struct
1352 func (x *UserFFBranchRequest) Reset() { argument
1353 *x = UserFFBranchRequest{}
1361 func (x *UserFFBranchRequest) String() string { argument
1365 func (*UserFFBranchRequest) ProtoMessage() {} argument
1380 func (*UserFFBranchRequest) Descriptor() ([]byte, []int) { argument
1384 func (x *UserFFBranchRequest) GetRepository() *Repository { argument
1391 func (x *UserFFBranchRequest) GetUser() *User { argument
1398 func (x *UserFFBranchRequest) GetCommitId() string { argument
1405 func (x *UserFFBranchRequest) GetBranch() []byte { argument
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dmerge.go136 func validateFFRequest(in *gitalypb.UserFFBranchRequest) error {
152 func (s *Server) UserFFBranch(ctx context.Context, in *gitalypb.UserFFBranchRequest) (*gitalypb.Use…
H A Dmerge_test.go419 request := &gitalypb.UserFFBranchRequest{
517 request := &gitalypb.UserFFBranchRequest{
537 request := &gitalypb.UserFFBranchRequest{
582 request := &gitalypb.UserFFBranchRequest{
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dmerge.go181 func validateFFRequest(in *gitalypb.UserFFBranchRequest) error { argument
201 func (s *Server) UserFFBranch(ctx context.Context, in *gitalypb.UserFFBranchRequest) (*gitalypb.Use… argument
H A Dmerge_test.go666 request := &gitalypb.UserFFBranchRequest{
766 request := &gitalypb.UserFFBranchRequest{
788 request := &gitalypb.UserFFBranchRequest{
835 request := &gitalypb.UserFFBranchRequest{
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations/
H A Dmerge.go181 func validateFFRequest(in *gitalypb.UserFFBranchRequest) error { argument
201 func (s *Server) UserFFBranch(ctx context.Context, in *gitalypb.UserFFBranchRequest) (*gitalypb.Use… argument
H A Dmerge_test.go666 request := &gitalypb.UserFFBranchRequest{
766 request := &gitalypb.UserFFBranchRequest{
788 request := &gitalypb.UserFFBranchRequest{
835 request := &gitalypb.UserFFBranchRequest{
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/proto/gitaly/
H A Doperations_pb.rb290UserFFBranchRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserFFBranc… constant
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/proto/gitaly/
H A Doperations_pb.rb283UserFFBranchRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserFFBranc…
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/proto/gitaly/
H A Doperations_pb.rb290UserFFBranchRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserFFBranc… constant
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Doperations.proto74 rpc UserFFBranch(UserFFBranchRequest) returns (UserFFBranchResponse) { argument
311 // UserFFBranchRequest contains parameters for the UserFFBranch RPC.
312 message UserFFBranchRequest { message
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Doperations.proto73 rpc UserFFBranch(UserFFBranchRequest) returns (UserFFBranchResponse) { argument
299 // UserFFBranchRequest contains parameters for the UserFFBranch RPC.
300 message UserFFBranchRequest { message
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Doperations.proto74 rpc UserFFBranch(UserFFBranchRequest) returns (UserFFBranchResponse) { argument
311 // UserFFBranchRequest contains parameters for the UserFFBranch RPC.
312 message UserFFBranchRequest { message