vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/encoding/binary.json

1 line
1.1 KiB
JSON

[0, [{"class": "const", "name": "MaxVarintLen16", "type": ""}, {"class": "const", "name": "MaxVarintLen32", "type": ""}, {"class": "const", "name": "MaxVarintLen64", "type": ""}, {"class": "func", "name": "PutUvarint", "type": "func(buf []byte, x uint64) int"}, {"class": "func", "name": "PutVarint", "type": "func(buf []byte, x int64) int"}, {"class": "func", "name": "Read", "type": "func(r io.Reader, order binary.ByteOrder, data interface{}) error"}, {"class": "func", "name": "ReadUvarint", "type": "func(r io.ByteReader) (uint64, error)"}, {"class": "func", "name": "ReadVarint", "type": "func(r io.ByteReader) (int64, error)"}, {"class": "func", "name": "Size", "type": "func(v interface{}) int"}, {"class": "func", "name": "Uvarint", "type": "func(buf []byte) (uint64, int)"}, {"class": "func", "name": "Varint", "type": "func(buf []byte) (int64, int)"}, {"class": "func", "name": "Write", "type": "func(w io.Writer, order binary.ByteOrder, data interface{}) error"}, {"class": "type", "name": "ByteOrder", "type": "interface"}, {"class": "var", "name": "BigEndian", "type": "binary.bigEndian"}, {"class": "var", "name": "LittleEndian", "type": "binary.littleEndian"}]]