google.golang.org/protobuf/reflect/protoreflect.Value.Bool (method)
19 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_union.go#L177: return v.Bool()
value_union.go#L244: func (v Value) Bool() bool {
value_union.go#L389: return Value(k).Bool()
google.golang.org/protobuf/encoding/protojson
encode.go#L242: e.WriteBool(val.Bool())
google.golang.org/protobuf/encoding/prototext
encode.go#L231: e.WriteBool(val.Bool())
google.golang.org/protobuf/internal/encoding/defval
default.go#L125: if v.Bool() {
default.go#L131: if v.Bool() {
google.golang.org/protobuf/internal/impl
codec_gen.go#L261: return tagsize + protowire.SizeVarint(protowire.EncodeBool(v.Bool()))
codec_gen.go#L267: b = protowire.AppendVarint(b, protowire.EncodeBool(v.Bool()))
codec_gen.go#L306: size += tagsize + protowire.SizeVarint(protowire.EncodeBool(v.Bool()))
codec_gen.go#L317: b = protowire.AppendVarint(b, protowire.EncodeBool(v.Bool()))
codec_gen.go#L390: n += protowire.SizeVarint(protowire.EncodeBool(v.Bool()))
codec_gen.go#L406: n += protowire.SizeVarint(protowire.EncodeBool(v.Bool()))
codec_gen.go#L411: b = protowire.AppendVarint(b, protowire.EncodeBool(v.Bool()))
convert.go#L158: return reflect.ValueOf(v.Bool()).Convert(c.goType)
google.golang.org/protobuf/proto
encode_gen.go#L43: b = protowire.AppendVarint(b, protowire.EncodeBool(v.Bool()))
size_gen.go#L17: return protowire.SizeVarint(protowire.EncodeBool(v.Bool()))
github.com/golang/protobuf/proto
text_encode.go#L307: return !entries[i].key.Bool() && entries[j].key.Bool()
![]() |
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. |