const google.golang.org/protobuf/reflect/protoreflect.BoolKind
33 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
proto.go#L245: BoolKind Kind = 8
proto.go#L268: case BoolKind, EnumKind,
proto.go#L283: case BoolKind:
proto.go#L327: case BoolKind:
google.golang.org/protobuf/encoding/protojson
decode.go#L312: case pref.BoolKind:
decode.go#L658: case pref.BoolKind:
encode.go#L241: case pref.BoolKind:
google.golang.org/protobuf/encoding/prototext
decode.go#L313: case pref.BoolKind:
encode.go#L230: case pref.BoolKind:
google.golang.org/protobuf/internal/encoding/defval
default.go#L40: case pref.BoolKind:
default.go#L123: case pref.BoolKind:
google.golang.org/protobuf/internal/encoding/tag
tag.go#L55: f.L1.Kind = pref.BoolKind
tag.go#L146: case pref.BoolKind, pref.EnumKind, pref.Int32Kind, pref.Uint32Kind, pref.Int64Kind, pref.Uint64Kind:
google.golang.org/protobuf/internal/filedesc
desc.go#L581: case pref.BoolKind:
google.golang.org/protobuf/internal/filetype
build.go#L246: pref.BoolKind: reflect.TypeOf(bool(false)),
google.golang.org/protobuf/internal/impl
codec_gen.go#L5619: protoreflect.BoolKind: protowire.VarintType,
codec_tables.go#L48: case pref.BoolKind:
codec_tables.go#L139: case pref.BoolKind:
codec_tables.go#L204: case pref.BoolKind:
codec_tables.go#L284: case pref.BoolKind:
codec_tables.go#L354: case pref.BoolKind:
codec_tables.go#L441: case pref.BoolKind:
codec_tables.go#L483: case pref.BoolKind:
codec_tables.go#L515: case pref.BoolKind:
convert.go#L99: case pref.BoolKind:
google.golang.org/protobuf/internal/mapsort
mapsort.go#L24: case protoreflect.BoolKind:
google.golang.org/protobuf/proto
decode_gen.go#L24: case protoreflect.BoolKind:
decode_gen.go#L196: case protoreflect.BoolKind:
encode_gen.go#L20: protoreflect.BoolKind: protowire.VarintType,
encode_gen.go#L42: case protoreflect.BoolKind:
size_gen.go#L16: case protoreflect.BoolKind:
github.com/golang/protobuf/proto
text_decode.go#L378: case protoreflect.BoolKind:
text_encode.go#L306: case protoreflect.BoolKind:
 |
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. |