vim/bundle/deoplete-go/benchmark/json/gocode.json

2 lines
157 KiB
JSON
Raw Normal View History

2019-05-13 12:28:47 +02:00
[0, [{ "class": "const", "name": "MinRead", "type": "" }, { "class": "func", "name": "Compare", "type": "func(a []byte, b []byte) int" }, { "class": "func", "name": "Contains", "type": "func(b []byte, subslice []byte) bool" }, { "class": "func", "name": "Count", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "Equal", "type": "func(a []byte, b []byte) bool" }, { "class": "func", "name": "EqualFold", "type": "func(s []byte, t []byte) bool" }, { "class": "func", "name": "Fields", "type": "func(s []byte) [][]byte" }, { "class": "func", "name": "FieldsFunc", "type": "func(s []byte, f func(rune) bool) [][]byte" }, { "class": "func", "name": "HasPrefix", "type": "func(s []byte, prefix []byte) bool" }, { "class": "func", "name": "HasSuffix", "type": "func(s []byte, suffix []byte) bool" }, { "class": "func", "name": "Index", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "IndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "IndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "IndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "IndexRune", "type": "func(s []byte, r rune) int" }, { "class": "func", "name": "Join", "type": "func(s [][]byte, sep []byte) []byte" }, { "class": "func", "name": "LastIndex", "type": "func(s []byte, sep []byte) int" }, { "class": "func", "name": "LastIndexAny", "type": "func(s []byte, chars string) int" }, { "class": "func", "name": "LastIndexByte", "type": "func(s []byte, c byte) int" }, { "class": "func", "name": "LastIndexFunc", "type": "func(s []byte, f func(r rune) bool) int" }, { "class": "func", "name": "Map", "type": "func(mapping func(r rune) rune, s []byte) []byte" }, { "class": "func", "name": "NewBuffer", "type": "func(buf []byte) *bytes.Buffer" }, { "class": "func", "name": "NewBufferString", "type": "func(s string) *bytes.Buffer" }, { "class": "func", "name": "NewReader", "type": "func(b []byte) *bytes.Reader" }, { "class": "func", "name": "Repeat", "type": "func(b []byte, count int) []byte" }, { "class": "func", "name": "Replace", "type": "func(s []byte, old []byte, new []byte, n int) []byte" }, { "class": "func", "name": "Runes", "type": "func(s []byte) []rune" }, { "class": "func", "name": "Split", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfter", "type": "func(s []byte, sep []byte) [][]byte" }, { "class": "func", "name": "SplitAfterN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "SplitN", "type": "func(s []byte, sep []byte, n int) [][]byte" }, { "class": "func", "name": "Title", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLower", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToLowerSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToTitle", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToTitleSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "ToUpper", "type": "func(s []byte) []byte" }, { "class": "func", "name": "ToUpperSpecial", "type": "func(_case unicode.SpecialCase, s []byte) []byte" }, { "class": "func", "name": "Trim", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimLeft", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimLeftFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimPrefix", "type": "func(s []byte, prefix []byte) []byte" }, { "class": "func", "name": "TrimRight", "type": "func(s []byte, cutset string) []byte" }, { "class": "func", "name": "TrimRightFunc", "type": "func(s []byte, f func(r rune) bool) []byte" }, { "class": "func", "name": "TrimSpace", "type": "func(s []byte) []byte" }, { "class": "func", "name": "TrimSuffix", "type": "func(s []byte, suffix []byte) []byte" }, { "class": "type", "nam