Searched refs:IsClient (Results 1 – 4 of 4) sorted by relevance
37 IsClient() bool methodSpec52 func (s *Begin) IsClient() bool { return s.Client } func73 func (s *InPayload) IsClient() bool { return s.Client } func96 func (s *InHeader) IsClient() bool { return s.Client } func109 func (s *InTrailer) IsClient() bool { return s.Client } func130 func (s *OutPayload) IsClient() bool { return s.Client } func151 func (s *OutHeader) IsClient() bool { return s.Client } func164 func (s *OutTrailer) IsClient() bool { return s.Client } func183 func (s *End) IsClient() bool { return s.Client } func191 IsClient() bool methodSpec[all …]
181 protected abstract bool IsClient property in Grpc.Core.Internal.AsyncCallBase245 if (!success && !finished && IsClient) { in HandleSendFinished()272 if (IsClient) in HandleSendFinished()339 if (deserializeException != null && IsClient) in HandleReadFinished()360 if (deserializeException != null && !IsClient) in HandleReadFinished()
177 protected override bool IsClient property in Grpc.Core.Internal.AsyncCallServer
415 protected override bool IsClient property in Grpc.Core.Internal.AsyncCall