Home
last modified time | relevance | path

Searched refs:ByteView (Results 1 – 25 of 145) sorted by relevance

123456

/dports/net/rclone/rclone-1.57.0/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/net/drive/drive-0.4.0/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/golang/groupcache/groupcache-5b532d6fd5ef/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/golang/groupcache/groupcache-41bb18bfe9da/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/www/ytdl/ytdl-0.6.4/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/golang/groupcache/groupcache-869f871628b6/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/golang/groupcache/
H A Dbyteview.go32 type ByteView struct { struct
39 func (v ByteView) Len() int { argument
55 func (v ByteView) String() string { argument
63 func (v ByteView) At(i int) byte { argument
71 func (v ByteView) Slice(from, to int) ByteView { argument
73 return ByteView{b: v.b[from:to]}
75 return ByteView{s: v.s[from:to]}
79 func (v ByteView) SliceFrom(from int) ByteView { argument
81 return ByteView{b: v.b[from:]}
83 return ByteView{s: v.s[from:]}
[all …]

123456