go-common/app/interface/bbq/app-bbq/model/grpc/bvc.pb.go
2019-04-22 18:49:16 +08:00

1077 lines
26 KiB
Go

// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: app/interface/bbq/video/api/grpc/bvc.proto
/*
Package grpc is a generated protocol buffer package.
It is generated from these files:
app/interface/bbq/video/api/grpc/bvc.proto
It has these top-level messages:
RequestMsg
VideoKeyItem
ResponseMsg
*/
package grpc
import proto "github.com/gogo/protobuf/proto"
import fmt "fmt"
import math "math"
import _ "github.com/gogo/protobuf/gogoproto"
import context "golang.org/x/net/context"
import grpc1 "google.golang.org/grpc"
import strings "strings"
import reflect "reflect"
import sortkeys "github.com/gogo/protobuf/sortkeys"
import io "io"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
type RequestMsg struct {
Keys []string `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"`
Platform string `protobuf:"bytes,2,opt,name=platform,proto3" json:"platform,omitempty"`
UIP string `protobuf:"bytes,3,opt,name=uip,proto3" json:"uip,omitempty"`
Uiplong uint32 `protobuf:"varint,4,opt,name=uiplong,proto3" json:"uiplong,omitempty"`
Backup uint32 `protobuf:"varint,5,opt,name=backup,proto3" json:"backup,omitempty"`
UUID string `protobuf:"bytes,6,opt,name=uuid,proto3" json:"uuid,omitempty"`
}
func (m *RequestMsg) Reset() { *m = RequestMsg{} }
func (*RequestMsg) ProtoMessage() {}
func (*RequestMsg) Descriptor() ([]byte, []int) { return fileDescriptorBvc, []int{0} }
type VideoKeyItem struct {
Etime uint32 `protobuf:"varint,1,opt,name=etime,proto3" json:"etime,omitempty"`
URL []string `protobuf:"bytes,2,rep,name=url" json:"url,omitempty"`
}
func (m *VideoKeyItem) Reset() { *m = VideoKeyItem{} }
func (*VideoKeyItem) ProtoMessage() {}
func (*VideoKeyItem) Descriptor() ([]byte, []int) { return fileDescriptorBvc, []int{1} }
type ResponseMsg struct {
Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
Data map[string]*VideoKeyItem `protobuf:"bytes,2,rep,name=data" json:"data,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
}
func (m *ResponseMsg) Reset() { *m = ResponseMsg{} }
func (*ResponseMsg) ProtoMessage() {}
func (*ResponseMsg) Descriptor() ([]byte, []int) { return fileDescriptorBvc, []int{2} }
func init() {
proto.RegisterType((*RequestMsg)(nil), "bvc.playurl.bbq.RequestMsg")
proto.RegisterType((*VideoKeyItem)(nil), "bvc.playurl.bbq.VideoKeyItem")
proto.RegisterType((*ResponseMsg)(nil), "bvc.playurl.bbq.ResponseMsg")
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc1.ClientConn
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc1.SupportPackageIsVersion4
// Client API for PlayurlService service
type PlayurlServiceClient interface {
ProtobufPlayurl(ctx context.Context, in *RequestMsg, opts ...grpc1.CallOption) (*ResponseMsg, error)
}
type playurlServiceClient struct {
cc *grpc1.ClientConn
}
func NewPlayurlServiceClient(cc *grpc1.ClientConn) PlayurlServiceClient {
return &playurlServiceClient{cc}
}
func (c *playurlServiceClient) ProtobufPlayurl(ctx context.Context, in *RequestMsg, opts ...grpc1.CallOption) (*ResponseMsg, error) {
out := new(ResponseMsg)
err := grpc1.Invoke(ctx, "/bvc.playurl.bbq.PlayurlService/ProtobufPlayurl", in, out, c.cc, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// Server API for PlayurlService service
type PlayurlServiceServer interface {
ProtobufPlayurl(context.Context, *RequestMsg) (*ResponseMsg, error)
}
func RegisterPlayurlServiceServer(s *grpc1.Server, srv PlayurlServiceServer) {
s.RegisterService(&_PlayurlService_serviceDesc, srv)
}
func _PlayurlService_ProtobufPlayurl_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc1.UnaryServerInterceptor) (interface{}, error) {
in := new(RequestMsg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(PlayurlServiceServer).ProtobufPlayurl(ctx, in)
}
info := &grpc1.UnaryServerInfo{
Server: srv,
FullMethod: "/bvc.playurl.bbq.PlayurlService/ProtobufPlayurl",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(PlayurlServiceServer).ProtobufPlayurl(ctx, req.(*RequestMsg))
}
return interceptor(ctx, in, info, handler)
}
var _PlayurlService_serviceDesc = grpc1.ServiceDesc{
ServiceName: "bvc.playurl.bbq.PlayurlService",
HandlerType: (*PlayurlServiceServer)(nil),
Methods: []grpc1.MethodDesc{
{
MethodName: "ProtobufPlayurl",
Handler: _PlayurlService_ProtobufPlayurl_Handler,
},
},
Streams: []grpc1.StreamDesc{},
Metadata: "app/interface/bbq/video/api/grpc/bvc.proto",
}
func (m *RequestMsg) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
if err != nil {
return nil, err
}
return dAtA[:n], nil
}
func (m *RequestMsg) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if len(m.Keys) > 0 {
for _, s := range m.Keys {
dAtA[i] = 0xa
i++
l = len(s)
for l >= 1<<7 {
dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
l >>= 7
i++
}
dAtA[i] = uint8(l)
i++
i += copy(dAtA[i:], s)
}
}
if len(m.Platform) > 0 {
dAtA[i] = 0x12
i++
i = encodeVarintBvc(dAtA, i, uint64(len(m.Platform)))
i += copy(dAtA[i:], m.Platform)
}
if len(m.UIP) > 0 {
dAtA[i] = 0x1a
i++
i = encodeVarintBvc(dAtA, i, uint64(len(m.UIP)))
i += copy(dAtA[i:], m.UIP)
}
if m.Uiplong != 0 {
dAtA[i] = 0x20
i++
i = encodeVarintBvc(dAtA, i, uint64(m.Uiplong))
}
if m.Backup != 0 {
dAtA[i] = 0x28
i++
i = encodeVarintBvc(dAtA, i, uint64(m.Backup))
}
if len(m.UUID) > 0 {
dAtA[i] = 0x32
i++
i = encodeVarintBvc(dAtA, i, uint64(len(m.UUID)))
i += copy(dAtA[i:], m.UUID)
}
return i, nil
}
func (m *VideoKeyItem) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
if err != nil {
return nil, err
}
return dAtA[:n], nil
}
func (m *VideoKeyItem) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.Etime != 0 {
dAtA[i] = 0x8
i++
i = encodeVarintBvc(dAtA, i, uint64(m.Etime))
}
if len(m.URL) > 0 {
for _, s := range m.URL {
dAtA[i] = 0x12
i++
l = len(s)
for l >= 1<<7 {
dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
l >>= 7
i++
}
dAtA[i] = uint8(l)
i++
i += copy(dAtA[i:], s)
}
}
return i, nil
}
func (m *ResponseMsg) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalTo(dAtA)
if err != nil {
return nil, err
}
return dAtA[:n], nil
}
func (m *ResponseMsg) MarshalTo(dAtA []byte) (int, error) {
var i int
_ = i
var l int
_ = l
if m.Code != 0 {
dAtA[i] = 0x8
i++
i = encodeVarintBvc(dAtA, i, uint64(m.Code))
}
if len(m.Data) > 0 {
for k, _ := range m.Data {
dAtA[i] = 0x12
i++
v := m.Data[k]
msgSize := 0
if v != nil {
msgSize = v.Size()
msgSize += 1 + sovBvc(uint64(msgSize))
}
mapSize := 1 + len(k) + sovBvc(uint64(len(k))) + msgSize
i = encodeVarintBvc(dAtA, i, uint64(mapSize))
dAtA[i] = 0xa
i++
i = encodeVarintBvc(dAtA, i, uint64(len(k)))
i += copy(dAtA[i:], k)
if v != nil {
dAtA[i] = 0x12
i++
i = encodeVarintBvc(dAtA, i, uint64(v.Size()))
n1, err := v.MarshalTo(dAtA[i:])
if err != nil {
return 0, err
}
i += n1
}
}
}
return i, nil
}
func encodeVarintBvc(dAtA []byte, offset int, v uint64) int {
for v >= 1<<7 {
dAtA[offset] = uint8(v&0x7f | 0x80)
v >>= 7
offset++
}
dAtA[offset] = uint8(v)
return offset + 1
}
func (m *RequestMsg) Size() (n int) {
var l int
_ = l
if len(m.Keys) > 0 {
for _, s := range m.Keys {
l = len(s)
n += 1 + l + sovBvc(uint64(l))
}
}
l = len(m.Platform)
if l > 0 {
n += 1 + l + sovBvc(uint64(l))
}
l = len(m.UIP)
if l > 0 {
n += 1 + l + sovBvc(uint64(l))
}
if m.Uiplong != 0 {
n += 1 + sovBvc(uint64(m.Uiplong))
}
if m.Backup != 0 {
n += 1 + sovBvc(uint64(m.Backup))
}
l = len(m.UUID)
if l > 0 {
n += 1 + l + sovBvc(uint64(l))
}
return n
}
func (m *VideoKeyItem) Size() (n int) {
var l int
_ = l
if m.Etime != 0 {
n += 1 + sovBvc(uint64(m.Etime))
}
if len(m.URL) > 0 {
for _, s := range m.URL {
l = len(s)
n += 1 + l + sovBvc(uint64(l))
}
}
return n
}
func (m *ResponseMsg) Size() (n int) {
var l int
_ = l
if m.Code != 0 {
n += 1 + sovBvc(uint64(m.Code))
}
if len(m.Data) > 0 {
for k, v := range m.Data {
_ = k
_ = v
l = 0
if v != nil {
l = v.Size()
l += 1 + sovBvc(uint64(l))
}
mapEntrySize := 1 + len(k) + sovBvc(uint64(len(k))) + l
n += mapEntrySize + 1 + sovBvc(uint64(mapEntrySize))
}
}
return n
}
func sovBvc(x uint64) (n int) {
for {
n++
x >>= 7
if x == 0 {
break
}
}
return n
}
func sozBvc(x uint64) (n int) {
return sovBvc(uint64((x << 1) ^ uint64((int64(x) >> 63))))
}
func (this *RequestMsg) String() string {
if this == nil {
return "nil"
}
s := strings.Join([]string{`&RequestMsg{`,
`Keys:` + fmt.Sprintf("%v", this.Keys) + `,`,
`Platform:` + fmt.Sprintf("%v", this.Platform) + `,`,
`UIP:` + fmt.Sprintf("%v", this.UIP) + `,`,
`Uiplong:` + fmt.Sprintf("%v", this.Uiplong) + `,`,
`Backup:` + fmt.Sprintf("%v", this.Backup) + `,`,
`UUID:` + fmt.Sprintf("%v", this.UUID) + `,`,
`}`,
}, "")
return s
}
func (this *VideoKeyItem) String() string {
if this == nil {
return "nil"
}
s := strings.Join([]string{`&VideoKeyItem{`,
`Etime:` + fmt.Sprintf("%v", this.Etime) + `,`,
`URL:` + fmt.Sprintf("%v", this.URL) + `,`,
`}`,
}, "")
return s
}
func (this *ResponseMsg) String() string {
if this == nil {
return "nil"
}
keysForData := make([]string, 0, len(this.Data))
for k, _ := range this.Data {
keysForData = append(keysForData, k)
}
sortkeys.Strings(keysForData)
mapStringForData := "map[string]*VideoKeyItem{"
for _, k := range keysForData {
mapStringForData += fmt.Sprintf("%v: %v,", k, this.Data[k])
}
mapStringForData += "}"
s := strings.Join([]string{`&ResponseMsg{`,
`Code:` + fmt.Sprintf("%v", this.Code) + `,`,
`Data:` + mapStringForData + `,`,
`}`,
}, "")
return s
}
func valueToStringBvc(v interface{}) string {
rv := reflect.ValueOf(v)
if rv.IsNil() {
return "nil"
}
pv := reflect.Indirect(rv).Interface()
return fmt.Sprintf("*%v", pv)
}
func (m *RequestMsg) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: RequestMsg: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: RequestMsg: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Keys", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthBvc
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Keys = append(m.Keys, string(dAtA[iNdEx:postIndex]))
iNdEx = postIndex
case 2:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Platform", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthBvc
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Platform = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field UIP", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthBvc
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.UIP = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 4:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Uiplong", wireType)
}
m.Uiplong = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Uiplong |= (uint32(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 5:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Backup", wireType)
}
m.Backup = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Backup |= (uint32(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 6:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field UUID", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthBvc
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.UUID = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipBvc(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthBvc
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *VideoKeyItem) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: VideoKeyItem: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: VideoKeyItem: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Etime", wireType)
}
m.Etime = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Etime |= (uint32(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 2:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field URL", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthBvc
}
postIndex := iNdEx + intStringLen
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.URL = append(m.URL, string(dAtA[iNdEx:postIndex]))
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipBvc(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthBvc
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *ResponseMsg) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: ResponseMsg: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: ResponseMsg: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Code", wireType)
}
m.Code = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.Code |= (uint32(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
case 2:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Data", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthBvc
}
postIndex := iNdEx + msglen
if postIndex > l {
return io.ErrUnexpectedEOF
}
if m.Data == nil {
m.Data = make(map[string]*VideoKeyItem)
}
var mapkey string
var mapvalue *VideoKeyItem
for iNdEx < postIndex {
entryPreIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
if fieldNum == 1 {
var stringLenmapkey uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLenmapkey |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
intStringLenmapkey := int(stringLenmapkey)
if intStringLenmapkey < 0 {
return ErrInvalidLengthBvc
}
postStringIndexmapkey := iNdEx + intStringLenmapkey
if postStringIndexmapkey > l {
return io.ErrUnexpectedEOF
}
mapkey = string(dAtA[iNdEx:postStringIndexmapkey])
iNdEx = postStringIndexmapkey
} else if fieldNum == 2 {
var mapmsglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowBvc
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
mapmsglen |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
if mapmsglen < 0 {
return ErrInvalidLengthBvc
}
postmsgIndex := iNdEx + mapmsglen
if mapmsglen < 0 {
return ErrInvalidLengthBvc
}
if postmsgIndex > l {
return io.ErrUnexpectedEOF
}
mapvalue = &VideoKeyItem{}
if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
return err
}
iNdEx = postmsgIndex
} else {
iNdEx = entryPreIndex
skippy, err := skipBvc(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthBvc
}
if (iNdEx + skippy) > postIndex {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
m.Data[mapkey] = mapvalue
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipBvc(dAtA[iNdEx:])
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthBvc
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func skipBvc(dAtA []byte) (n int, err error) {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return 0, ErrIntOverflowBvc
}
if iNdEx >= l {
return 0, io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
wireType := int(wire & 0x7)
switch wireType {
case 0:
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return 0, ErrIntOverflowBvc
}
if iNdEx >= l {
return 0, io.ErrUnexpectedEOF
}
iNdEx++
if dAtA[iNdEx-1] < 0x80 {
break
}
}
return iNdEx, nil
case 1:
iNdEx += 8
return iNdEx, nil
case 2:
var length int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return 0, ErrIntOverflowBvc
}
if iNdEx >= l {
return 0, io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
length |= (int(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
iNdEx += length
if length < 0 {
return 0, ErrInvalidLengthBvc
}
return iNdEx, nil
case 3:
for {
var innerWire uint64
var start int = iNdEx
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return 0, ErrIntOverflowBvc
}
if iNdEx >= l {
return 0, io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
innerWire |= (uint64(b) & 0x7F) << shift
if b < 0x80 {
break
}
}
innerWireType := int(innerWire & 0x7)
if innerWireType == 4 {
break
}
next, err := skipBvc(dAtA[start:])
if err != nil {
return 0, err
}
iNdEx = start + next
}
return iNdEx, nil
case 4:
return iNdEx, nil
case 5:
iNdEx += 4
return iNdEx, nil
default:
return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
}
}
panic("unreachable")
}
var (
ErrInvalidLengthBvc = fmt.Errorf("proto: negative length found during unmarshaling")
ErrIntOverflowBvc = fmt.Errorf("proto: integer overflow")
)
func init() { proto.RegisterFile("app/interface/bbq/video/api/grpc/bvc.proto", fileDescriptorBvc) }
var fileDescriptorBvc = []byte{
// 443 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0x41, 0x6b, 0x13, 0x41,
0x14, 0xee, 0x64, 0x37, 0x69, 0xf3, 0xa2, 0x56, 0x06, 0x91, 0x31, 0xd6, 0x6d, 0xc8, 0x41, 0x82,
0xe0, 0x2e, 0xa4, 0x17, 0xe9, 0x45, 0x28, 0xf5, 0x10, 0xac, 0x10, 0x46, 0xd2, 0x83, 0x07, 0x61,
0x66, 0x33, 0x59, 0x87, 0x6c, 0x32, 0x93, 0xdd, 0x99, 0xc0, 0xde, 0xfc, 0x37, 0xfe, 0x02, 0xff,
0x43, 0x8f, 0x1e, 0x3d, 0x15, 0xbb, 0xbf, 0x44, 0x76, 0x76, 0x53, 0x82, 0x8a, 0xb7, 0xef, 0xfb,
0xe6, 0x7d, 0x8f, 0xef, 0xbd, 0x79, 0xf0, 0x8a, 0x69, 0x1d, 0xc9, 0xb5, 0x11, 0xd9, 0x82, 0xc5,
0x22, 0xe2, 0x7c, 0x13, 0x6d, 0xe5, 0x5c, 0xa8, 0x88, 0x69, 0x19, 0x25, 0x99, 0x8e, 0x23, 0xbe,
0x8d, 0x43, 0x9d, 0x29, 0xa3, 0xf0, 0xb1, 0x83, 0x29, 0x2b, 0x6c, 0x96, 0x86, 0x9c, 0x6f, 0xfa,
0xaf, 0x13, 0x69, 0xbe, 0x58, 0x1e, 0xc6, 0x6a, 0x15, 0x25, 0x2a, 0x51, 0x91, 0xab, 0xe3, 0x76,
0xe1, 0x98, 0x23, 0x0e, 0xd5, 0xfe, 0xe1, 0x37, 0x04, 0x40, 0xc5, 0xc6, 0x8a, 0xdc, 0x7c, 0xc8,
0x13, 0x8c, 0xc1, 0x5f, 0x8a, 0x22, 0x27, 0x68, 0xe0, 0x8d, 0xba, 0xd4, 0x61, 0xdc, 0x87, 0x23,
0x9d, 0x32, 0xb3, 0x50, 0xd9, 0x8a, 0xb4, 0x06, 0x68, 0xd4, 0xa5, 0xf7, 0x1c, 0x3f, 0x03, 0xcf,
0x4a, 0x4d, 0xbc, 0x4a, 0xbe, 0x38, 0x2c, 0x6f, 0x4f, 0xbd, 0xd9, 0x64, 0x4a, 0x2b, 0x0d, 0x13,
0x38, 0xb4, 0x52, 0xa7, 0x6a, 0x9d, 0x10, 0x7f, 0x80, 0x46, 0x0f, 0xe9, 0x8e, 0xe2, 0xa7, 0xd0,
0xe1, 0x2c, 0x5e, 0x5a, 0x4d, 0xda, 0xee, 0xa1, 0x61, 0xf8, 0x04, 0x7c, 0x6b, 0xe5, 0x9c, 0x74,
0x5c, 0xb7, 0xa3, 0xf2, 0xf6, 0xd4, 0x9f, 0xcd, 0x26, 0x97, 0xd4, 0xa9, 0xc3, 0xb7, 0xf0, 0xe0,
0xba, 0xda, 0xc2, 0x7b, 0x51, 0x4c, 0x8c, 0x58, 0xe1, 0x27, 0xd0, 0x16, 0x46, 0xae, 0x04, 0x41,
0xae, 0x49, 0x4d, 0x5c, 0xa0, 0x2c, 0x25, 0xad, 0x2a, 0x7f, 0x13, 0x88, 0x5e, 0xd1, 0x4a, 0x1b,
0x7e, 0x47, 0xd0, 0xa3, 0x22, 0xd7, 0x6a, 0x9d, 0x8b, 0x66, 0xd6, 0x58, 0xcd, 0x77, 0x7e, 0x87,
0xf1, 0x39, 0xf8, 0x73, 0x66, 0x98, 0xf3, 0xf7, 0xc6, 0x2f, 0xc3, 0x3f, 0xb6, 0x1b, 0xee, 0xf9,
0xc3, 0x4b, 0x66, 0xd8, 0xbb, 0xb5, 0xc9, 0x0a, 0xea, 0x3c, 0xfd, 0x6b, 0xe8, 0xde, 0x4b, 0xf8,
0x31, 0x78, 0x4b, 0x51, 0xb8, 0xde, 0x5d, 0x5a, 0x41, 0x7c, 0x06, 0xed, 0x2d, 0x4b, 0xad, 0x70,
0x3b, 0xec, 0x8d, 0x5f, 0xfc, 0xd5, 0x7b, 0x7f, 0x3a, 0x5a, 0xd7, 0x9e, 0xb7, 0xde, 0xa0, 0xf1,
0x67, 0x78, 0x34, 0xad, 0xcb, 0x3e, 0x8a, 0x6c, 0x2b, 0x63, 0x81, 0xaf, 0xe0, 0x78, 0xda, 0xfc,
0x6a, 0xf3, 0x82, 0x9f, 0xff, 0x23, 0xea, 0xee, 0x57, 0xfb, 0x27, 0xff, 0x9b, 0xe3, 0x22, 0xb8,
0xb9, 0x0b, 0x0e, 0x7e, 0xde, 0x05, 0x07, 0x5f, 0xcb, 0x00, 0xdd, 0x94, 0x01, 0xfa, 0x51, 0x06,
0xe8, 0x57, 0x19, 0xa0, 0x4f, 0x7e, 0x75, 0x6c, 0xbc, 0xe3, 0x2e, 0xe5, 0xec, 0x77, 0x00, 0x00,
0x00, 0xff, 0xff, 0xfb, 0x05, 0xc9, 0xa7, 0x97, 0x02, 0x00, 0x00,
}