type google.golang.org/grpc.clientStream

18 uses

	google.golang.org/grpc (current package)
		stream.go#L261: 	cs := &clientStream{
		stream.go#L331: func (cs *clientStream) newAttemptLocked(sh stats.Handler, trInfo *traceInfo) (retErr error) {
		stream.go#L390: type clientStream struct {
		stream.go#L443: 	cs   *clientStream
		stream.go#L463: func (cs *clientStream) commitAttemptLocked() {
		stream.go#L468: func (cs *clientStream) commitAttempt() {
		stream.go#L476: func (cs *clientStream) shouldRetry(err error) error {
		stream.go#L584: func (cs *clientStream) retryLocked(lastErr error) error {
		stream.go#L601: func (cs *clientStream) Context() context.Context {
		stream.go#L608: func (cs *clientStream) withRetry(op func(a *csAttempt) error, onSuccess func()) error {
		stream.go#L638: func (cs *clientStream) Header() (metadata.MD, error) {
		stream.go#L665: func (cs *clientStream) Trailer() metadata.MD {
		stream.go#L680: func (cs *clientStream) replayBufferLocked() error {
		stream.go#L690: func (cs *clientStream) bufferForRetryLocked(sz int, op func(a *csAttempt) error) {
		stream.go#L703: func (cs *clientStream) SendMsg(m interface{}) (err error) {
		stream.go#L749: func (cs *clientStream) RecvMsg(m interface{}) error {
		stream.go#L790: func (cs *clientStream) CloseSend() error {
		stream.go#L814: func (cs *clientStream) finish(err error) {