func google.golang.org/protobuf/reflect/protoreflect.ValueOfBool
25 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_union.go#L67: return ValueOfBool(v)
value_union.go#L96: func ValueOfBool(v bool) Value {
google.golang.org/protobuf/encoding/protojson
decode.go#L314: return pref.ValueOfBool(tok.Bool()), nil
decode.go#L661: return pref.ValueOfBool(true).MapKey(), nil
decode.go#L663: return pref.ValueOfBool(false).MapKey(), nil
well_known_types.go#L520: val = pref.ValueOfBool(tok.Bool())
google.golang.org/protobuf/encoding/prototext
decode.go#L315: return pref.ValueOfBool(b), nil
google.golang.org/protobuf/internal/encoding/defval
default.go#L44: return pref.ValueOfBool(true), nil, nil
default.go#L46: return pref.ValueOfBool(false), nil, nil
default.go#L51: return pref.ValueOfBool(true), nil, nil
default.go#L53: return pref.ValueOfBool(false), nil, nil
google.golang.org/protobuf/internal/filedesc
desc.go#L582: return pref.ValueOfBool(false)
google.golang.org/protobuf/internal/impl
codec_gen.go#L291: return protoreflect.ValueOfBool(protowire.DecodeBool(v)), out, nil
codec_gen.go#L345: list.Append(protoreflect.ValueOfBool(protowire.DecodeBool(v)))
codec_gen.go#L368: list.Append(protoreflect.ValueOfBool(protowire.DecodeBool(v)))
convert.go#L79: boolZero = pref.ValueOfBool(false)
convert.go#L155: return pref.ValueOfBool(v.Bool())
legacy_message.go#L298: opts.Set(opts.Descriptor().Fields().ByName("weak"), protoreflect.ValueOfBool(true))
legacy_message.go#L301: opts.Set(opts.Descriptor().Fields().ByName("packed"), protoreflect.ValueOfBool(fd.L1.IsPacked))
legacy_message.go#L335: opts.Set(opts.Descriptor().Fields().ByName("map_entry"), protoreflect.ValueOfBool(true))
google.golang.org/protobuf/proto
decode_gen.go#L32: return protoreflect.ValueOfBool(protowire.DecodeBool(v)), n, nil
decode_gen.go#L208: list.Append(protoreflect.ValueOfBool(protowire.DecodeBool(v)))
decode_gen.go#L219: list.Append(protoreflect.ValueOfBool(protowire.DecodeBool(v)))
github.com/golang/protobuf/proto
text_decode.go#L381: return protoreflect.ValueOfBool(true), nil
text_decode.go#L383: return protoreflect.ValueOfBool(false), nil
 |
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. |