type github.com/golang/protobuf/ptypes/wrappers.BoolValue

2 uses

	github.com/golang/protobuf/ptypes/wrappers (current package)
		wrappers.pb.go#L21: type BoolValue = wrapperspb.BoolValue

	contrib.go.opencensus.io/exporter/stackdriver
		trace_proto.go#L69: 		SameProcessAsParentSpan: &wrapperspb.BoolValue{Value: !s.HasRemoteParent},