github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/gowrap/wrapbuiltin/wrap_bytes.go (about) 1 // Generated file, do not edit. 2 3 package wrapbuiltin 4 5 import ( 6 "reflect" 7 8 "neugram.io/ng/eval/gowrap" 9 10 wrap_bytes "bytes" 11 ) 12 13 var pkg_wrap_bytes = &gowrap.Pkg{ 14 Exports: map[string]reflect.Value{ 15 16 "Buffer": reflect.ValueOf(reflect.TypeOf(wrap_bytes.Buffer{})), 17 "Compare": reflect.ValueOf(wrap_bytes.Compare), 18 "Contains": reflect.ValueOf(wrap_bytes.Contains), 19 "ContainsAny": reflect.ValueOf(wrap_bytes.ContainsAny), 20 "ContainsRune": reflect.ValueOf(wrap_bytes.ContainsRune), 21 "Count": reflect.ValueOf(wrap_bytes.Count), 22 "Equal": reflect.ValueOf(wrap_bytes.Equal), 23 "EqualFold": reflect.ValueOf(wrap_bytes.EqualFold), 24 "ErrTooLarge": reflect.ValueOf(&wrap_bytes.ErrTooLarge).Elem(), 25 "Fields": reflect.ValueOf(wrap_bytes.Fields), 26 "FieldsFunc": reflect.ValueOf(wrap_bytes.FieldsFunc), 27 "HasPrefix": reflect.ValueOf(wrap_bytes.HasPrefix), 28 "HasSuffix": reflect.ValueOf(wrap_bytes.HasSuffix), 29 "Index": reflect.ValueOf(wrap_bytes.Index), 30 "IndexAny": reflect.ValueOf(wrap_bytes.IndexAny), 31 "IndexByte": reflect.ValueOf(wrap_bytes.IndexByte), 32 "IndexFunc": reflect.ValueOf(wrap_bytes.IndexFunc), 33 "IndexRune": reflect.ValueOf(wrap_bytes.IndexRune), 34 "Join": reflect.ValueOf(wrap_bytes.Join), 35 "LastIndex": reflect.ValueOf(wrap_bytes.LastIndex), 36 "LastIndexAny": reflect.ValueOf(wrap_bytes.LastIndexAny), 37 "LastIndexByte": reflect.ValueOf(wrap_bytes.LastIndexByte), 38 "LastIndexFunc": reflect.ValueOf(wrap_bytes.LastIndexFunc), 39 "Map": reflect.ValueOf(wrap_bytes.Map), 40 "MinRead": reflect.ValueOf(wrap_bytes.MinRead), 41 "NewBuffer": reflect.ValueOf(wrap_bytes.NewBuffer), 42 "NewBufferString": reflect.ValueOf(wrap_bytes.NewBufferString), 43 "NewReader": reflect.ValueOf(wrap_bytes.NewReader), 44 "Reader": reflect.ValueOf(reflect.TypeOf(wrap_bytes.Reader{})), 45 "Repeat": reflect.ValueOf(wrap_bytes.Repeat), 46 "Replace": reflect.ValueOf(wrap_bytes.Replace), 47 "Runes": reflect.ValueOf(wrap_bytes.Runes), 48 "Split": reflect.ValueOf(wrap_bytes.Split), 49 "SplitAfter": reflect.ValueOf(wrap_bytes.SplitAfter), 50 "SplitAfterN": reflect.ValueOf(wrap_bytes.SplitAfterN), 51 "SplitN": reflect.ValueOf(wrap_bytes.SplitN), 52 "Title": reflect.ValueOf(wrap_bytes.Title), 53 "ToLower": reflect.ValueOf(wrap_bytes.ToLower), 54 "ToLowerSpecial": reflect.ValueOf(wrap_bytes.ToLowerSpecial), 55 "ToTitle": reflect.ValueOf(wrap_bytes.ToTitle), 56 "ToTitleSpecial": reflect.ValueOf(wrap_bytes.ToTitleSpecial), 57 "ToUpper": reflect.ValueOf(wrap_bytes.ToUpper), 58 "ToUpperSpecial": reflect.ValueOf(wrap_bytes.ToUpperSpecial), 59 "Trim": reflect.ValueOf(wrap_bytes.Trim), 60 "TrimFunc": reflect.ValueOf(wrap_bytes.TrimFunc), 61 "TrimLeft": reflect.ValueOf(wrap_bytes.TrimLeft), 62 "TrimLeftFunc": reflect.ValueOf(wrap_bytes.TrimLeftFunc), 63 "TrimPrefix": reflect.ValueOf(wrap_bytes.TrimPrefix), 64 "TrimRight": reflect.ValueOf(wrap_bytes.TrimRight), 65 "TrimRightFunc": reflect.ValueOf(wrap_bytes.TrimRightFunc), 66 "TrimSpace": reflect.ValueOf(wrap_bytes.TrimSpace), 67 "TrimSuffix": reflect.ValueOf(wrap_bytes.TrimSuffix), 68 }, 69 } 70 71 func init() { 72 if gowrap.Pkgs["bytes"] == nil { 73 gowrap.Pkgs["bytes"] = pkg_wrap_bytes 74 } 75 }