Searched defs:IsClient (Results 1 – 4 of 4) sorted by relevance
| /external/grpc-grpc/src/csharp/Grpc.Core/Internal/ | ||
| D | AsyncCallServer.cs | 177 protected override bool IsClient property in Grpc.Core.Internal.AsyncCallServer |
| D | AsyncCallBase.cs | 181 protected abstract bool IsClient property in Grpc.Core.Internal.AsyncCallBase |
| D | AsyncCall.cs | 415 protected override bool IsClient property in Grpc.Core.Internal.AsyncCall |
| /external/openthread/src/core/net/ | ||
| D | dns_dso.hpp | 456 bool IsClient(void) const { return !mIsServer; } in IsClient() function in ot::Dns::Dso::Connection |