Home
last modified time | relevance | path

Searched refs:IsClient (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/stats/
Dstats.go37 IsClient() bool methodSpec
52 func (s *Begin) IsClient() bool { return s.Client } func
73 func (s *InPayload) IsClient() bool { return s.Client } func
96 func (s *InHeader) IsClient() bool { return s.Client } func
109 func (s *InTrailer) IsClient() bool { return s.Client } func
130 func (s *OutPayload) IsClient() bool { return s.Client } func
151 func (s *OutHeader) IsClient() bool { return s.Client } func
164 func (s *OutTrailer) IsClient() bool { return s.Client } func
183 func (s *End) IsClient() bool { return s.Client } func
191 IsClient() bool methodSpec
[all …]
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DAsyncCallBase.cs181 protected abstract bool IsClient property in Grpc.Core.Internal.AsyncCallBase
245 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()
DAsyncCallServer.cs177 protected override bool IsClient property in Grpc.Core.Internal.AsyncCallServer
DAsyncCall.cs415 protected override bool IsClient property in Grpc.Core.Internal.AsyncCall