kubernetes/vendor/github.com/gogo/protobuf/proto/message_set.go

var errNoMessageTypeID

type _MessageSet_Item

type messageSet

var _

type messageTypeIder

func (ms *messageSet) find(pb Message) *_MessageSet_Item {}

func (ms *messageSet) Has(pb Message) bool {}

func (ms *messageSet) Unmarshal(pb Message) error {}

func (ms *messageSet) Marshal(pb Message) error {}

func (ms *messageSet) Reset()         {}

func (ms *messageSet) String() string {}

func (*messageSet) ProtoMessage()     {}

func skipVarint(buf []byte) []byte {}

// unmarshalMessageSet decodes the extension map encoded in buf in the message set wire format.
// It is called by Unmarshal methods on protocol buffer messages with the message_set_wire_format option.
func unmarshalMessageSet(buf []byte, exts interface{}