const google.golang.org/protobuf/encoding/protowire.BytesType
118 uses
google.golang.org/protobuf/encoding/protowire (current package)
wire.go#L47: BytesType Type = 2
wire.go#L131: case BytesType:
google.golang.org/protobuf/encoding/prototext
encode.go#L316: case protowire.BytesType:
google.golang.org/protobuf/internal/encoding/messageset
messageset.go#L139: case num == FieldMessage && wtyp == protowire.BytesType:
messageset.go#L202: if n < 0 || typ != protowire.BytesType {
messageset.go#L227: if n < 0 || typ != protowire.BytesType {
messageset.go#L236: b = protowire.AppendTag(b, FieldMessage, protowire.BytesType)
google.golang.org/protobuf/internal/filedesc
build.go#L126: case protowire.BytesType:
desc_init.go#L106: case protowire.BytesType:
desc_init.go#L232: case protowire.BytesType:
desc_init.go#L259: case protowire.BytesType:
desc_init.go#L287: case protowire.BytesType:
desc_init.go#L410: case protowire.BytesType:
desc_init.go#L435: case protowire.BytesType:
desc_lazy.go#L151: case protowire.BytesType:
desc_lazy.go#L195: case protowire.BytesType:
desc_lazy.go#L261: case protowire.BytesType:
desc_lazy.go#L288: case protowire.BytesType:
desc_lazy.go#L398: case protowire.BytesType:
desc_lazy.go#L447: case protowire.BytesType:
desc_lazy.go#L517: case protowire.BytesType:
desc_lazy.go#L549: case protowire.BytesType:
desc_lazy.go#L607: case protowire.BytesType:
desc_lazy.go#L649: case protowire.BytesType:
google.golang.org/protobuf/internal/impl
codec_extension.go#L51: wiretag = protowire.EncodeTag(xd.Number(), protowire.BytesType)
codec_field.go#L242: if wtyp != protowire.BytesType {
codec_field.go#L276: if wtyp != protowire.BytesType {
codec_field.go#L494: if wtyp != protowire.BytesType {
codec_field.go#L550: if wtyp != protowire.BytesType {
codec_field.go#L613: if wtyp != protowire.BytesType {
codec_gen.go#L164: if wtyp == protowire.BytesType {
codec_gen.go#L325: if wtyp == protowire.BytesType {
codec_gen.go#L489: if wtyp == protowire.BytesType {
codec_gen.go#L734: if wtyp == protowire.BytesType {
codec_gen.go#L895: if wtyp == protowire.BytesType {
codec_gen.go#L1140: if wtyp == protowire.BytesType {
codec_gen.go#L1301: if wtyp == protowire.BytesType {
codec_gen.go#L1546: if wtyp == protowire.BytesType {
codec_gen.go#L1707: if wtyp == protowire.BytesType {
codec_gen.go#L1952: if wtyp == protowire.BytesType {
codec_gen.go#L2113: if wtyp == protowire.BytesType {
codec_gen.go#L2358: if wtyp == protowire.BytesType {
codec_gen.go#L2519: if wtyp == protowire.BytesType {
codec_gen.go#L2764: if wtyp == protowire.BytesType {
codec_gen.go#L2925: if wtyp == protowire.BytesType {
codec_gen.go#L3147: if wtyp == protowire.BytesType {
codec_gen.go#L3269: if wtyp == protowire.BytesType {
codec_gen.go#L3463: if wtyp == protowire.BytesType {
codec_gen.go#L3585: if wtyp == protowire.BytesType {
codec_gen.go#L3779: if wtyp == protowire.BytesType {
codec_gen.go#L3901: if wtyp == protowire.BytesType {
codec_gen.go#L4095: if wtyp == protowire.BytesType {
codec_gen.go#L4217: if wtyp == protowire.BytesType {
codec_gen.go#L4411: if wtyp == protowire.BytesType {
codec_gen.go#L4533: if wtyp == protowire.BytesType {
codec_gen.go#L4727: if wtyp == protowire.BytesType {
codec_gen.go#L4849: if wtyp == protowire.BytesType {
codec_gen.go#L4935: if wtyp != protowire.BytesType {
codec_gen.go#L4967: if wtyp != protowire.BytesType {
codec_gen.go#L5058: if wtyp != protowire.BytesType {
codec_gen.go#L5095: if wtyp != protowire.BytesType {
codec_gen.go#L5143: if wtyp != protowire.BytesType {
codec_gen.go#L5177: if wtyp != protowire.BytesType {
codec_gen.go#L5214: if wtyp != protowire.BytesType {
codec_gen.go#L5244: if wtyp != protowire.BytesType {
codec_gen.go#L5289: if wtyp != protowire.BytesType {
codec_gen.go#L5324: if wtyp != protowire.BytesType {
codec_gen.go#L5356: if wtyp != protowire.BytesType {
codec_gen.go#L5403: if wtyp != protowire.BytesType {
codec_gen.go#L5439: if wtyp != protowire.BytesType {
codec_gen.go#L5483: if wtyp != protowire.BytesType {
codec_gen.go#L5517: if wtyp != protowire.BytesType {
codec_gen.go#L5554: if wtyp != protowire.BytesType {
codec_gen.go#L5596: if wtyp != protowire.BytesType {
codec_gen.go#L5633: protoreflect.StringKind: protowire.BytesType,
codec_gen.go#L5634: protoreflect.BytesKind: protowire.BytesType,
codec_gen.go#L5635: protoreflect.MessageKind: protowire.BytesType,
codec_map.go#L115: if wtyp != protowire.BytesType {
codec_map.go#L172: if wtyp != protowire.BytesType {
codec_map.go#L204: if wtyp != protowire.BytesType {
codec_message.go#L82: wiretag = protowire.EncodeTag(fd.Number(), protowire.BytesType)
codec_messageset.go#L88: b, err := xi.funcs.marshal(b, x.Value(), protowire.EncodeTag(messageset.FieldMessage, protowire.BytesType), opts)
codec_messageset.go#L108: o, err := mi.unmarshalExtension(v, num, protowire.BytesType, ext, opts)
codec_messageset.go#L111: *u = protowire.AppendTag(*u, num, protowire.BytesType)
decode.go#L266: if wtyp != protowire.BytesType {
validate.go#L217: case protowire.BytesType:
validate.go#L358: ok = wtyp == protowire.BytesType
validate.go#L421: case protowire.BytesType:
google.golang.org/protobuf/proto
decode.go#L210: if wtyp != protowire.BytesType {
decode_gen.go#L151: if wtyp != protowire.BytesType {
decode_gen.go#L163: if wtyp != protowire.BytesType {
decode_gen.go#L172: if wtyp != protowire.BytesType {
decode_gen.go#L197: if wtyp == protowire.BytesType {
decode_gen.go#L222: if wtyp == protowire.BytesType {
decode_gen.go#L247: if wtyp == protowire.BytesType {
decode_gen.go#L272: if wtyp == protowire.BytesType {
decode_gen.go#L297: if wtyp == protowire.BytesType {
decode_gen.go#L322: if wtyp == protowire.BytesType {
decode_gen.go#L347: if wtyp == protowire.BytesType {
decode_gen.go#L372: if wtyp == protowire.BytesType {
decode_gen.go#L397: if wtyp == protowire.BytesType {
decode_gen.go#L422: if wtyp == protowire.BytesType {
decode_gen.go#L447: if wtyp == protowire.BytesType {
decode_gen.go#L472: if wtyp == protowire.BytesType {
decode_gen.go#L497: if wtyp == protowire.BytesType {
decode_gen.go#L522: if wtyp == protowire.BytesType {
decode_gen.go#L547: if wtyp != protowire.BytesType {
decode_gen.go#L560: if wtyp != protowire.BytesType {
decode_gen.go#L570: if wtyp != protowire.BytesType {
encode.go#L247: b = protowire.AppendTag(b, fd.Number(), protowire.BytesType)
encode.go#L281: b = protowire.AppendTag(b, fd.Number(), protowire.BytesType)
encode_gen.go#L34: protoreflect.StringKind: protowire.BytesType,
encode_gen.go#L35: protoreflect.BytesKind: protowire.BytesType,
encode_gen.go#L36: protoreflect.MessageKind: protowire.BytesType,
messageset.go#L49: b = protowire.AppendTag(b, messageset.FieldMessage, protowire.BytesType)
messageset.go#L67: unknown = protowire.AppendTag(unknown, num, protowire.BytesType)
github.com/golang/protobuf/proto
buffer.go#L306: case protowire.BytesType:
text_encode.go#L478: case protowire.BytesType: