const google.golang.org/protobuf/reflect/protoreflect.BytesKind
36 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
proto.go#L260: BytesKind Kind = 12
proto.go#L273: StringKind, BytesKind, MessageKind, GroupKind:
proto.go#L313: case BytesKind:
proto.go#L357: case BytesKind:
google.golang.org/protobuf/encoding/protojson
decode.go#L352: case pref.BytesKind:
encode.go#L268: case pref.BytesKind:
google.golang.org/protobuf/encoding/prototext
decode.go#L356: case pref.BytesKind:
encode.go#L257: case pref.BytesKind:
google.golang.org/protobuf/internal/encoding/defval
default.go#L110: case pref.BytesKind:
default.go#L166: case pref.BytesKind:
google.golang.org/protobuf/internal/encoding/tag
tag.go#L96: f.L1.Kind = pref.BytesKind
tag.go#L156: case pref.StringKind, pref.BytesKind, pref.MessageKind:
google.golang.org/protobuf/internal/filedesc
desc.go#L291: case pref.StringKind, pref.BytesKind, pref.MessageKind, pref.GroupKind:
desc.go#L597: case pref.BytesKind:
google.golang.org/protobuf/internal/filetype
build.go#L260: pref.BytesKind: reflect.TypeOf([]byte(nil)),
google.golang.org/protobuf/internal/impl
codec_gen.go#L5634: protoreflect.BytesKind: protowire.BytesType,
codec_map.go#L74: case pref.BytesKind:
codec_tables.go#L117: case pref.BytesKind:
codec_tables.go#L273: case pref.BytesKind:
codec_tables.go#L347: case pref.BytesKind:
codec_tables.go#L423: case pref.BytesKind:
codec_tables.go#L474: case pref.BytesKind:
codec_tables.go#L548: case pref.BytesKind:
convert.go#L131: case pref.BytesKind:
google.golang.org/protobuf/proto
decode_gen.go#L162: case protoreflect.BytesKind:
decode_gen.go#L559: case protoreflect.BytesKind:
encode_gen.go#L35: protoreflect.BytesKind: protowire.BytesType,
encode_gen.go#L75: case protoreflect.BytesKind:
equal.go#L117: case fd.Kind() == pref.BytesKind:
merge.go#L91: case fd.Kind() == protoreflect.BytesKind:
merge.go#L112: case fd.Kind() == protoreflect.BytesKind:
merge.go#L128: case fd.Kind() == protoreflect.BytesKind:
size_gen.go#L46: case protoreflect.BytesKind:
github.com/golang/protobuf/proto
defaults.go#L27: if fd.Kind() == protoreflect.BytesKind {
text_decode.go#L443: case protoreflect.BytesKind:
text_encode.go#L370: case protoreflect.BytesKind:
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |