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/
H A DMethodDescriptor.cs66 public bool IsClientStreaming { get { return proto.ClientStreaming; } }
H A DDescriptor.cs175 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.MethodDescriptorProto), global::Google.Protobuf.Reflection.MethodDescriptorProto.Parser, new[]{ "Name", "InputType", "OutputType", "Options", "ClientStreaming", "ServerStreaming" }, null, null, null, null), in DescriptorReflection()
4404 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 in MergeFrom()
[all...]

Completed in 11 milliseconds