Home
last modified time | relevance | path

Searched refs:ClientStreaming (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs66 public bool IsClientStreaming { get { return proto.ClientStreaming; } }
DDescriptor.cs4404 public bool ClientStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto
4466 if (ClientStreaming != other.ClientStreaming) return false; in Equals()
4478 if (HasClientStreaming) hash ^= ClientStreaming.GetHashCode(); in GetHashCode()
4514 output.WriteBool(ClientStreaming); in WriteTo()
4547 output.WriteBool(ClientStreaming); in IBufferMessage.InternalWriteTo()
4607 ClientStreaming = other.ClientStreaming; in MergeFrom()
4646 ClientStreaming = input.ReadBool(); in MergeFrom()
4687 ClientStreaming = input.ReadBool(); in IBufferMessage.InternalMergeFrom()