func google.golang.org/protobuf/proto.Bool

4 uses

	google.golang.org/protobuf/proto (current package)
		wrappers.go#L8: func Bool(v bool) *bool { return &v }

	google.golang.org/protobuf/reflect/protodesc
		proto.go#L154: 		p.Proto3Optional = proto.Bool(true)
		proto.go#L236: 		p.ClientStreaming = proto.Bool(true)
		proto.go#L239: 		p.ServerStreaming = proto.Bool(true)