Searched defs:protoEncoder (Results 1 – 1 of 1) sorted by relevance
415 type protoEncoder struct { struct416 w io.Writer // *bytes.Buffer or *gzip.Writer417 tmp [binary.MaxVarintLen64]byte420 func (e *protoEncoder) uvarint(x uint64) {425 func (e *protoEncoder) tag(field, wire uint) {429 func (e *protoEncoder) string(field uint, s string) {435 func (e *protoEncoder) bytes(field uint, b []byte) {441 func (e *protoEncoder) uint(field uint, x uint64) {446 func (e *protoEncoder) int(field uint, x int64) {