Home
last modified time | relevance | path

Searched defs:extendableProto (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/gogo/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
104 func SetRawExtension(base extendableProto, id int32, b []byte) {
117 func isExtensionField(pb extendableProto, field int32) bool {
127 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
236 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
284 func clearExtension(pb extendableProto, fieldNum int32) {
298 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
305 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
457 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
476 func setExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
H A Dextensions_gogo.go38 func GetBoolExtension(pb extendableProto, extension *ExtensionDesc, ifnotset bool) bool {
197 func SetUnsafeExtension(pb extendableProto, fieldNum int32, value interface{}) error {
210 func GetUnsafeExtension(pb extendableProto, fieldNum int32) (interface{}, error) {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
317 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
317 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
317 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
317 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
354 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/golang/protobuf/proto/
H A Dproperties.go56 WireStartGroup = 3
95 type oneofSizer func(Message) int
96
97 // tagMap is an optimization over map[int]int for typical protocol buffer
101 fastTags []int
102 slowTags map[int]int
110 if t > 0 && t < tagMapFastLimit {
111 if t >= len(p.fastTags) {
212 // If this is a packable field, this will be the decoder for the packed version of the field.
220 s += strconv.Itoa(p.Tag)
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/golang/protobuf/proto/
H A Dextensions.go56 type extendableProto interface { interface
95 func SetRawExtension(base extendableProto, id int32, b []byte) {
100 func isExtensionField(pb extendableProto, field int32) bool {
110 func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) error {
212 func HasExtension(pb extendableProto, extension *ExtensionDesc) bool {
219 func ClearExtension(pb extendableProto, extension *ExtensionDesc) {
226 func GetExtension(pb extendableProto, extension *ExtensionDesc) (interface{}, error) {
317 func SetExtension(pb extendableProto, extension *ExtensionDesc, value interface{}) error {
/dports/net/inlets/inlets-3.0.2/vendor/github.com/gogo/protobuf/protobuf-1.3.1/proto/
H A Dextensions_gogo.go102 func SizeOfInternalExtension(m extendableProto) (n int) {
137 func StringFromInternalExtension(m extendableProto) string {
153 func EncodeInternalExtension(m extendableProto, data []byte) (n int, err error) {
157 func EncodeInternalExtensionBackwards(m extendableProto, data []byte) (n int, err error) {
/dports/net/inlets/inlets-3.0.2/vendor/github.com/gogo/protobuf/proto/
H A Dextensions_gogo.go102 func SizeOfInternalExtension(m extendableProto) (n int) {
137 func StringFromInternalExtension(m extendableProto) string {
153 func EncodeInternalExtension(m extendableProto, data []byte) (n int, err error) {
157 func EncodeInternalExtensionBackwards(m extendableProto, data []byte) (n int, err error) {
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gogo/protobuf/proto/
H A Dextensions_gogo.go102 func SizeOfInternalExtension(m extendableProto) (n int) {
137 func StringFromInternalExtension(m extendableProto) string {
153 func EncodeInternalExtension(m extendableProto, data []byte) (n int, err error) {
157 func EncodeInternalExtensionBackwards(m extendableProto, data []byte) (n int, err error) {
/dports/net/evans/evans-0.9.1/vendor/github.com/gogo/protobuf/proto/
H A Dextensions_gogo.go102 func SizeOfInternalExtension(m extendableProto) (n int) {
137 func StringFromInternalExtension(m extendableProto) string {
153 func EncodeInternalExtension(m extendableProto, data []byte) (n int, err error) {
157 func EncodeInternalExtensionBackwards(m extendableProto, data []byte) (n int, err error) {

12345678910>>...19