var ErrNil …
var ErrTooLarge …
var ErrInternalBadWireType …
type Stats …
func GetStats() Stats { … }
func MarshalMessageSet(interface{ … }
func UnmarshalMessageSet([]byte, interface{ … }
func MarshalMessageSetJSON(interface{ … }
func UnmarshalMessageSetJSON([]byte, interface{ … }
func RegisterMessageSetType(Message, int32, string) { … }
func EnumName(m map[int32]string, v int32) string { … }
func UnmarshalJSONEnum(m map[string]int32, data []byte, enumName string) (int32, error) { … }
type InternalMessageInfo …
func (*InternalMessageInfo) DiscardUnknown(m Message) { … }
func (*InternalMessageInfo) Marshal(b []byte, m Message, deterministic bool) ([]byte, error) { … }
func (*InternalMessageInfo) Merge(dst, src Message) { … }
func (*InternalMessageInfo) Size(m Message) int { … }
func (*InternalMessageInfo) Unmarshal(m Message, b []byte) error { … }