Home
last modified time | relevance | path

Searched defs:protoEncoder (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/starlark-go/starlark/
H A Dprofile.go415 type protoEncoder struct { struct
416 w io.Writer // *bytes.Buffer or *gzip.Writer
417 tmp [binary.MaxVarintLen64]byte
420 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) {