kubernetes/vendor/github.com/golang/protobuf/proto/deprecated.go

var ErrNil

var ErrTooLarge

var ErrInternalBadWireType

type Stats

// Deprecated: Do not use.
func GetStats() Stats {}

// Deprecated: Do not use.
func MarshalMessageSet(interface{}

// Deprecated: Do not use.
func UnmarshalMessageSet([]byte, interface{}

// Deprecated: Do not use.
func MarshalMessageSetJSON(interface{}

// Deprecated: Do not use.
func UnmarshalMessageSetJSON([]byte, interface{}

// Deprecated: Do not use.
func RegisterMessageSetType(Message, int32, string) {}

// Deprecated: Do not use.
func EnumName(m map[int32]string, v int32) string {}

// Deprecated: Do not use.
func UnmarshalJSONEnum(m map[string]int32, data []byte, enumName string) (int32, error) {}

type InternalMessageInfo

// Deprecated: Do not use; this method existed for intenal-use only.
func (*InternalMessageInfo) DiscardUnknown(m Message) {}

// Deprecated: Do not use; this method existed for intenal-use only.
func (*InternalMessageInfo) Marshal(b []byte, m Message, deterministic bool) ([]byte, error) {}

// Deprecated: Do not use; this method existed for intenal-use only.
func (*InternalMessageInfo) Merge(dst, src Message) {}

// Deprecated: Do not use; this method existed for intenal-use only.
func (*InternalMessageInfo) Size(m Message) int {}

// Deprecated: Do not use; this method existed for intenal-use only.
func (*InternalMessageInfo) Unmarshal(m Message, b []byte) error {}